Some bakefile fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2003-07-19 15:14:34 +00:00
parent 4c3ebca927
commit 9539ad0b79
4 changed files with 15 additions and 8 deletions

View File

@@ -7,7 +7,7 @@
<sources>demo.cpp</sources> <sources>demo.cpp</sources>
<wx-lib>core</wx-lib> <wx-lib>core</wx-lib>
<wx-lib>base</wx-lib> <wx-lib>base</wx-lib>
<win32-res>help.rc</win32-res> <win32-res>demo.rc</win32-res>
</exe> </exe>
</makefile> </makefile>

View File

@@ -4,10 +4,10 @@
<include file="../../build/bakefiles/common_samples.bkl"/> <include file="../../build/bakefiles/common_samples.bkl"/>
<exe id="png" template="wx_sample" template_append="wx_append"> <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>core</wx-lib>
<wx-lib>base</wx-lib> <wx-lib>base</wx-lib>
<win32-res>png.rc</win32-res> <win32-res>pngdemo.rc</win32-res>
</exe> </exe>
</makefile> </makefile>

View File

@@ -3,11 +3,18 @@
<include file="../../build/bakefiles/common_samples.bkl"/> <include file="../../build/bakefiles/common_samples.bkl"/>
<exe id="sockets" template="wx_sample" template_append="wx_append"> <exe id="client" template="wx_sample" template_append="wx_append">
<sources>sockets.cpp</sources> <sources>client.cpp</sources>
<wx-lib>core</wx-lib> <wx-lib>core</wx-lib>
<wx-lib>base</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> </exe>
</makefile> </makefile>

View File

@@ -4,10 +4,10 @@
<include file="../../build/bakefiles/common_samples.bkl"/> <include file="../../build/bakefiles/common_samples.bkl"/>
<exe id="taskbar" template="wx_sample" template_append="wx_append"> <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>core</wx-lib>
<wx-lib>base</wx-lib> <wx-lib>base</wx-lib>
<win32-res>taskbar.rc</win32-res> <win32-res>tbtest.rc</win32-res>
</exe> </exe>
</makefile> </makefile>