Initial scaffolding for GLX emulation on EGL/WGL/CGL. Ppca refinements. Add GL_NV_blend_equation_advanced and GL_NV_blend_equation_advanced_coherent support. RegalX11.cpp added for fake X11 purposes for GLX emulation. GLEW refresh. Fixups for REGAL_SYS_EMSCRIPTEN_STATIC mode.
27 lines
611 B
PHP
27 lines
611 B
PHP
# snappy.inc
|
|
#
|
|
# Generic gnumake .inc for building snappy support into Regal
|
|
# https://code.google.com/p/snappy/
|
|
#
|
|
|
|
# snappy sources
|
|
|
|
SNAPPY.CXX :=
|
|
SNAPPY.CXX += src/snappy/snappy-c.cc
|
|
SNAPPY.CXX += src/snappy/snappy-sinksource.cc
|
|
SNAPPY.CXX += src/snappy/snappy.cc
|
|
|
|
SNAPPY.H :=
|
|
SNAPPY.H += src/snappy/snappy-c.h
|
|
SNAPPY.H += src/snappy/snappy-internal.h
|
|
SNAPPY.H += src/snappy/snappy-sinksource.h
|
|
SNAPPY.H += src/snappy/snappy-stubs-internal.h
|
|
SNAPPY.H += src/snappy/snappy-stubs-public.h
|
|
SNAPPY.H += src/snappy/snappy.h
|
|
|
|
SNAPPY.H.OTHER :=
|
|
|
|
#
|
|
|
|
SNAPPY.CFLAGS := -Isrc/snappy
|
|
SNAPPY.STATIC := libsnappy.a
|