]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxrc/wxrc.bkl
compilation fix: only us-ascii is safe in sources
[wxWidgets.git] / utils / wxrc / wxrc.bkl
index ed9f2036c7d9a2a232a3da7f29342f4e71f70148..a18bd9815ab4f06cf44ae6cc4af1a9d4fea6f582 100644 (file)
@@ -1,15 +1,12 @@
 <?xml version="1.0" ?>
 <makefile>
 
-    <include file="../../../build/bakefiles/common_samples.bkl"/>
-    <include file="../../../build/bakefiles/common_contrib.bkl"/>
+    <include file="../../build/bakefiles/common_samples.bkl"/>
 
     <exe id="wxrc" template="wx_util_console" template_append="wx_append">
         <sources>wxrc.cpp</sources>
-        <wx-lib>xrc</wx-lib>
         <wx-lib>xml</wx-lib>
         <wx-lib>base</wx-lib>
-        <wx-lib>expat</wx-lib>
         <install-to>$(BINDIR)</install-to>
     </exe>