open_toontown_panda3d/panda/src/sgiglutdisplay/Sources.pp

20 lines
440 B
ObjectPascal

#define DIRECTORY_IF_SGIGL yes
#define DIRECTORY_IF_GLUT yes
#define OTHER_LIBS interrogatedb:c dconfig:c dtoolutil:c dtoolbase:c dtool:m
#begin lib_target
#define TARGET sgiglutdisplay
#define LOCAL_LIBS \
sgidisplay glutdisplay
#define SOURCES \
config_sgiglutdisplay.cxx config_sgiglutdisplay.h \
sgiglutGraphicsPipe.cxx sgiglutGraphicsPipe.h
#define INSTALL_HEADERS \
sgiglutGraphicsPipe.h
#end lib_target