open_toontown_panda3d/panda/src/glxdisplay/Sources.pp

28 lines
727 B
ObjectPascal

#define BUILD_DIRECTORY $[HAVE_GLX]
#define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \
dtoolutil:c dtoolbase:c dtool:m
#define USE_PACKAGES gl glx
#begin lib_target
#define TARGET glxdisplay
#define LOCAL_LIBS \
glgsg
#define SOURCES \
config_glxdisplay.cxx config_glxdisplay.h \
glxGraphicsPipe.I glxGraphicsPipe.cxx \
glxGraphicsPipe.h glxGraphicsWindow.I glxGraphicsWindow.cxx \
glxGraphicsStateGuardian.h glxGraphicsStateGuardian.I \
glxGraphicsStateGuardian.cxx \
glxGraphicsWindow.h
#define INSTALL_HEADERS \
glxGraphicsPipe.I glxGraphicsPipe.h \
glxGraphicsWindow.I glxGraphicsWindow.h
#define IGATESCAN glxGraphicsPipe.h
#end lib_target