17 lines
373 B
ObjectPascal
17 lines
373 B
ObjectPascal
#define LOCAL_LIBS \
|
|
progbase
|
|
#define OTHER_LIBS \
|
|
pnmimage:c linmath:c pipeline:c event:c putil:c \
|
|
panda:m \
|
|
pandabase:c express:c pandaexpress:m \
|
|
interrogatedb:c dtoolutil:c dtoolbase:c prc:c dconfig:c dtoolconfig:m dtool:m pystub
|
|
#define UNIX_SYS_LIBS m
|
|
|
|
#begin bin_target
|
|
#define TARGET bin2c
|
|
|
|
#define SOURCES \
|
|
binToC.cxx binToC.h
|
|
|
|
#end bin_target
|