e602dae828
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
23 lines
524 B
XML
23 lines
524 B
XML
<?xml version="1.0" ?>
|
|
<!-- $Id$ -->
|
|
|
|
<makefile>
|
|
|
|
<include file="presets/wx.bkl"/>
|
|
|
|
<exe id="minimal" template="wx">
|
|
<app-type>gui</app-type>
|
|
|
|
<!-- this sample builds always in debug mode; if you have
|
|
compiled wxWidgets in release mode, you'll get link errors! -->
|
|
<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>
|