This samples used "wx_append" in its bakefile, but should be using "wx_append_base", as it's a console application. This fixes its build with makefile.unx, as wxUSE_GUI wasn't properly defined as 0 before.
13 lines
319 B
XML
13 lines
319 B
XML
<?xml version="1.0" ?>
|
|
|
|
<makefile>
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
<exe id="archive" template="wx_sample_console" template_append="wx_append_base">
|
|
<sources>archive.cpp</sources>
|
|
<wx-lib>base</wx-lib>
|
|
<uid type="creatorid">wx06</uid>
|
|
</exe>
|
|
|
|
</makefile>
|