Browse Source

Added flexdashi for xlexer

Josh Yelon 17 years ago
parent
commit
dfeb620b9d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/makepanda/makepanda.py

+ 1 - 1
doc/makepanda/makepanda.py

@@ -2963,7 +2963,7 @@ if (PkgSkip("PANDATOOL")==0):
 #
 
 if (PkgSkip("PANDATOOL")==0):
-    OPTS=['DIR:pandatool/src/xfile', 'ZLIB', 'BISONPREFIX_xyy']
+    OPTS=['DIR:pandatool/src/xfile', 'ZLIB', 'BISONPREFIX_xyy', 'FLEXDASHI']
     CreateFile("built/include/xParser.h")
     TargetAdd('xfile_xParser.obj', opts=OPTS, input='xParser.yxx')
     TargetAdd('xParser.h', input='xfile_xParser.obj', opts=['DEPENDENCYONLY'])