From f2b122e21886485968f82da713876c2d03b05e57 Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Fri, 1 Jul 2005 22:37:06 +0000 Subject: [PATCH] removed dcParser.h exception --- doc/makepanda/makepanda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/makepanda/makepanda.py b/doc/makepanda/makepanda.py index ce31aa1b71..44c5e91086 100755 --- a/doc/makepanda/makepanda.py +++ b/doc/makepanda/makepanda.py @@ -3306,7 +3306,7 @@ if (OMIT.count("PYTHON")==0): CompileC(ipath=IPATH, opts=OPTS, src='dcLexer.cxx', obj='dcparser_dcLexer.obj') Interrogate(ipath=IPATH, opts=OPTS, outd='libdcparser.in', outc='libdcparser_igate.cxx', src='direct/src/dcparser', module='direct', library='libdcparser', - skip=['dcParser.h', 'dcmsgtypes.h'], + skip=['dcmsgtypes.h'], also=["dcparser_composite1.cxx", "dcparser_composite2.cxx"]) CompileC(ipath=IPATH, opts=OPTS, src='libdcparser_igate.cxx', obj='libdcparser_igate.obj')