]> git.saurik.com Git - wxWidgets.git/blob - utils/emulator/src/emulator.bkl
Regenerate the msvc makefiles after TARGET_CPU option added
[wxWidgets.git] / utils / emulator / src / emulator.bkl
1 <?xml version="1.0" ?>
2 <!-- $Id$ -->
3
4 <makefile>
5
6 <include file="../../../build/bakefiles/common_samples.bkl"/>
7
8 <exe id="wxemulator" template="wx_util" template_append="wx_append">
9 <sources>
10 emulator.cpp
11 </sources>
12 <wx-lib>core</wx-lib>
13 <wx-lib>base</wx-lib>
14 </exe>
15
16 <wx-data id="data">
17 <files>
18 default.wxe
19 ipaq.wxe
20 bluegradient.jpg
21 ipaq01.jpg
22 </files>
23 </wx-data>
24
25 </makefile>