From 60b39203883c8bbca1f3fce61b3d1a58680affa8 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 9 Jun 2010 00:45:42 +0000 Subject: [PATCH] fix interrogate issue --- panda/src/dxml/Sources.pp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/panda/src/dxml/Sources.pp b/panda/src/dxml/Sources.pp index 31ba2bbe6a..c2067bbf78 100644 --- a/panda/src/dxml/Sources.pp +++ b/panda/src/dxml/Sources.pp @@ -34,5 +34,8 @@ config_dxml.cxx \ tinyxml.cpp tinyxmlparser.cpp tinyxmlerror.cpp - #define IGATESCAN all + // It's important not to include tinyxml.h on the IGATESCAN list, + // because that file has to be bracketed by BEGIN_PUBLISH + // .. END_PUBLISH (which is handled by config_dxml.cxx). + #define IGATESCAN config_dxml.h $[INCLUDED_SOURCES] #end lib_target