14 lines
303 B
ObjectPascal
14 lines
303 B
ObjectPascal
#begin bin_target
|
|
#define TARGET softcvs
|
|
#define LOCAL_LIBS progbase
|
|
|
|
#define OTHER_LIBS \
|
|
linmath:c panda:m \
|
|
express:c pandaexpress:m \
|
|
dtoolutil:c dconfig:c dtoolconfig:m dtool:m pystub
|
|
|
|
#define SOURCES \
|
|
softCVS.cxx softCVS.h softFilename.cxx softFilename.h
|
|
|
|
#end bin_target
|