git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
26 lines
506 B
XML
26 lines
506 B
XML
<?xml version="1.0" ?>
|
|
<!-- $Id$ -->
|
|
|
|
<makefile>
|
|
|
|
<include file="../../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
<exe id="wxemulator" template="wx_util" template_append="wx_append">
|
|
<sources>
|
|
emulator.cpp
|
|
</sources>
|
|
<wx-lib>core</wx-lib>
|
|
<wx-lib>base</wx-lib>
|
|
</exe>
|
|
|
|
<wx-data id="data">
|
|
<files>
|
|
default.wxe
|
|
ipaq.wxe
|
|
bluegradient.jpg
|
|
ipaq01.jpg
|
|
</files>
|
|
</wx-data>
|
|
|
|
</makefile>
|