mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-22 14:20:35 +08:00
"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.
16 lines
371 B
XML
16 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>
|