|
|
@@ -3,13 +3,12 @@
|
|
|
#define OTHER_LIBS \
|
|
|
express:c \
|
|
|
interrogatedb:c dconfig:c dtoolconfig:m \
|
|
|
- dtoolutil:c dtoolbase:c dtool:m
|
|
|
+ dtoolutil:c dtoolbase:c dtool:m \
|
|
|
+ pystub
|
|
|
#define C++FLAGS -DWITHIN_PANDA
|
|
|
|
|
|
#begin bin_target
|
|
|
#define TARGET dcparse
|
|
|
- #define LOCAL_LIBS dcparser
|
|
|
- #define USE_PACKAGES python
|
|
|
|
|
|
#define SOURCES \
|
|
|
dcparse.cxx
|