Quellcode durchsuchen

*** empty log message ***

David Rose vor 25 Jahren
Ursprung
Commit
3ba99989c0
2 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen
  1. 2 1
      pandatool/src/fltprogs/Sources.pp
  2. 1 1
      pandatool/src/fltprogs/fltCopy.cxx

+ 2 - 1
pandatool/src/fltprogs/Sources.pp

@@ -3,7 +3,8 @@
   #define LOCAL_LIBS cvscopy flt
 
   #define OTHER_LIBS \
-    dconfig:c dtool:m pystub
+    express:c pandaexpress:m \
+    dtoolutil:c dconfig:c dtool:m pystub
 
   #define SOURCES \
     fltCopy.cxx fltCopy.h

+ 1 - 1
pandatool/src/fltprogs/fltCopy.cxx

@@ -40,7 +40,7 @@ FltCopy() {
      "It may also be " 
      "repeated multiple times on the command line; each time it appears "
      "its named directories will be appended to the search path.",
-     &CVSCopy::dispatch_search_path, NULL, &_search_path);
+     &FltCopy::dispatch_search_path, NULL, &_search_path);
 }
 
 ////////////////////////////////////////////////////////////////////