32 lines
884 B
ObjectPascal
32 lines
884 B
ObjectPascal
#define BUILD_DIRECTORY $[HAVE_GL]
|
|
|
|
#define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \
|
|
dtoolutil:c dtoolbase:c dtool:m
|
|
#define USE_GL yes
|
|
|
|
#begin lib_target
|
|
#define TARGET glgsg
|
|
#define LOCAL_LIBS \
|
|
gsgmisc gsgbase gobj display \
|
|
putil linmath mathutil pnmimage
|
|
|
|
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
|
|
|
#define SOURCES \
|
|
glGraphicsStateGuardian.cxx \
|
|
config_glgsg.h glGraphicsStateGuardian.I \
|
|
glGraphicsStateGuardian.h glSavedFrameBuffer.I \
|
|
glSavedFrameBuffer.h glTextureContext.I glext.h \
|
|
glGeomNodeContext.I glGeomNodeContext.h glTextureContext.h
|
|
|
|
#define INCLUDED_SOURCES \
|
|
config_glgsg.cxx glSavedFrameBuffer.cxx \
|
|
glGeomNodeContext.cxx glTextureContext.cxx
|
|
|
|
|
|
#define INSTALL_HEADERS \
|
|
config_glgsg.h glGraphicsStateGuardian.I glGraphicsStateGuardian.h
|
|
|
|
#end lib_target
|
|
|