Browse Source

Renamed dcparse to p3dcparse to avoid name conflict

Josh Yelon 18 years ago
parent
commit
63faa27f2c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/makepanda/makepanda.py

+ 1 - 1
doc/makepanda/makepanda.py

@@ -3259,7 +3259,7 @@ if (OMIT.count("PYTHON")==0):
     IPATH=['direct/src/dcparse', 'direct/src/dcparser']
     OPTS=['WITHINPANDA', 'ADVAPI']
     EnqueueCxx(ipath=IPATH, opts=OPTS, src='dcparse.cxx', obj='dcparse_dcparse.obj')
-    EnqueueLink(dll='dcparse.exe', opts=OPTS, obj=[
+    EnqueueLink(dll='p3dcparse.exe', opts=OPTS, obj=[
                  'dcparse_dcparse.obj',
                  'libp3direct.dll',
                  'libpandaexpress.dll',