mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 19:34:18 -04:00
16 lines
363 B
ObjectPascal
16 lines
363 B
ObjectPascal
#begin bin_target
|
|
#define TARGET softcvs
|
|
#define LOCAL_LIBS progbase
|
|
|
|
#define OTHER_LIBS \
|
|
egg:c pandaegg:m \
|
|
pnmimage:c putil:c \
|
|
linmath:c panda:m \
|
|
express:c pandaexpress:m \
|
|
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
|
|
|
#define SOURCES \
|
|
softCVS.cxx softCVS.h softFilename.cxx softFilename.h
|
|
|
|
#end bin_target
|