]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/ifacecheck/src/ifacecheck.bkl
added wxLog::IsLevelEnabled() helper; document it and a few related functions which...
[wxWidgets.git] / utils / ifacecheck / src / ifacecheck.bkl
index 59ef48cd07411d35735bf0d0d1ff01710c44b634..eb512755e20c137ec271af9d2e15123ed791814c 100644 (file)
@@ -1,10 +1,17 @@
 <?xml version="1.0" ?>
+<!-- $Id$ -->
+
 <makefile>
 
     <include file="../../../build/bakefiles/common_samples.bkl"/>
 
     <exe id="ifacecheck" template="wx_util_console" template_append="wx_append_base">
-        <sources>ifacecheck.cpp xmlparser.cpp</sources>
+        <sources>
+            ifacecheck.cpp
+            xmlparser.cpp
+        </sources>
+        <headers>xmlparser.h</headers>
+
         <wx-lib>xml</wx-lib>
         <wx-lib>base</wx-lib>
         <install-to>$(BINDIR)</install-to>