open_toontown_panda3d/panda/src/gsgbase/Sources.pp

34 lines
669 B
ObjectPascal

#define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \
dtoolutil:c dtoolbase:c dtool:m
#begin lib_target
#define TARGET gsgbase
#define LOCAL_LIBS \
putil linmath
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
#define SOURCES \
config_gsgbase.h graphicsStateGuardianBase.h
#define INCLUDED_SOURCES \
config_gsgbase.cxx graphicsStateGuardianBase.cxx
#define INSTALL_HEADERS \
graphicsStateGuardianBase.h
#define IGATESCAN all
#end lib_target
#begin test_bin_target
#define TARGET test_gsgbase
#define LOCAL_LIBS \
gsgbase
#define SOURCES \
test_gsgbase.cxx
#end test_bin_target