]> git.saurik.com Git - wxWidgets.git/commitdiff
Some bakefile fixes.
authorMattia Barbon <mbarbon@cpan.org>
Sat, 19 Jul 2003 15:14:34 +0000 (15:14 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sat, 19 Jul 2003 15:14:34 +0000 (15:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/help/help.bkl
samples/png/png.bkl
samples/sockets/sockets.bkl
samples/taskbar/taskbar.bkl

index 5a5b09c4b49496bf89fed477f4e060836803a9ff..1c933f1c60dd2967e3cd6dffe5b1fe405b94860b 100644 (file)
@@ -7,7 +7,7 @@
         <sources>demo.cpp</sources>
         <wx-lib>core</wx-lib>
         <wx-lib>base</wx-lib>
-        <win32-res>help.rc</win32-res>
+        <win32-res>demo.rc</win32-res>
     </exe>
 
 </makefile>
index 531d63893d3972b3a0b8186a1af40ac2a3375c41..e947e8a954dc1b62bb7fc8cf1df04992305788cd 100644 (file)
@@ -4,10 +4,10 @@
     <include file="../../build/bakefiles/common_samples.bkl"/>
 
     <exe id="png" template="wx_sample" template_append="wx_append">
-        <sources>png.cpp</sources>
+        <sources>pngdemo.cpp</sources>
         <wx-lib>core</wx-lib>
         <wx-lib>base</wx-lib>
-        <win32-res>png.rc</win32-res>
+        <win32-res>pngdemo.rc</win32-res>
     </exe>
 
 </makefile>
index 34d0a3b9378028b5a610e9c06089fecc33a15324..27bd0bc01e63b0d45924adc2d4ef15c2faa86f00 100644 (file)
@@ -3,11 +3,18 @@
 
     <include file="../../build/bakefiles/common_samples.bkl"/>
 
-    <exe id="sockets" template="wx_sample" template_append="wx_append">
-        <sources>sockets.cpp</sources>
+    <exe id="client" template="wx_sample" template_append="wx_append">
+        <sources>client.cpp</sources>
         <wx-lib>core</wx-lib>
         <wx-lib>base</wx-lib>
-        <win32-res>sockets.rc</win32-res>
+        <win32-res>client.rc</win32-res>
+    </exe>
+
+    <exe id="server" template="wx_sample" template_append="wx_append">
+        <sources>server.cpp</sources>
+        <wx-lib>core</wx-lib>
+        <wx-lib>base</wx-lib>
+        <win32-res>server.rc</win32-res>
     </exe>
 
 </makefile>
index c702684725227c28de4d88a7d28a71ee9abe6247..757893e10bc61cfae376ea10559ca5963be7b55e 100644 (file)
@@ -4,10 +4,10 @@
     <include file="../../build/bakefiles/common_samples.bkl"/>
 
     <exe id="taskbar" template="wx_sample" template_append="wx_append">
-        <sources>taskbar.cpp</sources>
+        <sources>tbtest.cpp</sources>
         <wx-lib>core</wx-lib>
         <wx-lib>base</wx-lib>
-        <win32-res>taskbar.rc</win32-res>
+        <win32-res>tbtest.rc</win32-res>
     </exe>
 
 </makefile>