"base" library must always come last in the samples bakefiles as the list of wx libraries to link with is generated when processing it, so putting the "net" library after it had no effect. See #23723.
15 lines
371 B
XML
15 lines
371 B
XML
<?xml version="1.0" ?>
|
|
|
|
<makefile>
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
<exe id="webrequest" template="wx_sample" template_append="wx_append">
|
|
<sources>webrequest.cpp</sources>
|
|
<wx-lib>core</wx-lib>
|
|
<wx-lib>net</wx-lib>
|
|
<wx-lib>base</wx-lib>
|
|
<uid type="creatorid">wx06</uid>
|
|
</exe>
|
|
|
|
</makefile>
|