2005-01-27 17:47:37 -05:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<!-- $Id$ -->
|
|
|
|
|
|
|
|
<makefile>
|
|
|
|
|
|
|
|
<include file="presets/wx.bkl"/>
|
|
|
|
|
|
|
|
<exe id="minimal" template="wx">
|
|
|
|
<app-type>gui</app-type>
|
2007-02-04 20:15:02 -05:00
|
|
|
|
|
|
|
<!-- this sample builds always in debug mode; if you have
|
|
|
|
compiled wxWidgets in release mode, you'll get link errors! -->
|
2005-01-27 17:47:37 -05:00
|
|
|
<debug-info>on</debug-info>
|
|
|
|
<runtime-libs>dynamic</runtime-libs>
|
|
|
|
|
|
|
|
<sources>minimal.cpp</sources>
|
|
|
|
|
|
|
|
<wx-lib>core</wx-lib>
|
|
|
|
<wx-lib>base</wx-lib>
|
|
|
|
</exe>
|
|
|
|
|
|
|
|
</makefile>
|