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:
		| @@ -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> | ||||
|   | ||||
| @@ -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> | ||||
|   | ||||
| @@ -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> | ||||
|   | ||||
| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user