|
|
@@ -7,10 +7,12 @@
|
|
|
egg:c pandaegg:m \
|
|
|
pipeline:c event:c pstatclient:c panda:m \
|
|
|
pandabase:c pnmimage:c mathutil:c linmath:c putil:c express:c \
|
|
|
+ pandaexpress:m \
|
|
|
interrogatedb:c prc:c dconfig:c dtoolconfig:m \
|
|
|
dtoolutil:c dtoolbase:c dtool:m \
|
|
|
$[if $[WANT_NATIVE_NET],nativenet:c] \
|
|
|
- $[if $[and $[HAVE_NET],$[WANT_NATIVE_NET]],net:c downloader:c]
|
|
|
+ $[if $[and $[HAVE_NET],$[WANT_NATIVE_NET]],net:c downloader:c] \
|
|
|
+ pystub
|
|
|
|
|
|
#define SOURCES \
|
|
|
softCVS.cxx softCVS.h softFilename.cxx softFilename.h
|