mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
16 lines
324 B
ObjectPascal
16 lines
324 B
ObjectPascal
#define UNIX_SYS_LIBS m
|
|
|
|
#begin bin_target
|
|
#define TARGET dxf-points
|
|
#define LOCAL_LIBS \
|
|
progbase dxf
|
|
#define OTHER_LIBS \
|
|
linmath:c panda:m \
|
|
express:c pandaexpress:m \
|
|
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
|
|
|
#define SOURCES \
|
|
dxfPoints.cxx dxfPoints.h
|
|
|
|
#end bin_target
|