Browse Source

use pystub after all

David Rose 21 years ago
parent
commit
b2bb4b5c08
1 changed files with 2 additions and 3 deletions
  1. 2 3
      direct/src/dcparse/Sources.pp

+ 2 - 3
direct/src/dcparse/Sources.pp

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