]> git.saurik.com Git - wxWidgets.git/commitdiff
XRC movement influenced depth of paths.
authorWłodzimierz Skiba <abx@abx.art.pl>
Tue, 21 Sep 2004 10:18:38 +0000 (10:18 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Tue, 21 Sep 2004 10:18:38 +0000 (10:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29237 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/xrc/xrcdemo.bkl
utils/wxrc/wxrc.bkl

index 04bb587a87511574137d076e3d2069545f2c9bba..0d008d4951157e61b56b997762a51fc9818cdf39 100644 (file)
@@ -1,10 +1,9 @@
 <?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="xrcdemo" template="wx_contrib_sample" template_append="wx_append">
+    <exe id="xrcdemo" template="wx_sample" template_append="wx_append">
         <sources>
             xrcdemo.cpp
             myframe.cpp
index 91fb52c66efc3f44924357dc5c4ad7eb28ef6b7a..a18bd9815ab4f06cf44ae6cc4af1a9d4fea6f582 100644 (file)
@@ -1,8 +1,7 @@
 <?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>