open_toontown_panda3d/panda/src/wgldisplay/Sources.pp

36 lines
844 B
ObjectPascal

#define BUILD_DIRECTORY $[HAVE_WGL]
#define USE_PACKAGES gl cg
#define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \
dtoolutil:c dtoolbase:c dtool:m
#begin lib_target
#define TARGET wgldisplay
#define LOCAL_LIBS \
display putil windisplay glgsg
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
#define INSTALL_HEADERS \
config_wgldisplay.h \
wglGraphicsBuffer.I wglGraphicsBuffer.h \
wglGraphicsPipe.I wglGraphicsPipe.h \
wglGraphicsStateGuardian.I wglGraphicsStateGuardian.h \
wglGraphicsWindow.I wglGraphicsWindow.h \
wglext.h
#define INCLUDED_SOURCES \
config_wgldisplay.cxx \
wglGraphicsBuffer.cxx \
wglGraphicsPipe.cxx \
wglGraphicsStateGuardian.cxx \
wglGraphicsWindow.cxx
#define SOURCES \
$[INSTALL_HEADERS]
#end lib_target