]>
git.saurik.com Git - wxWidgets.git/blob - samples/sockets/sockets.bkl
4 <include file=
"../../build/bakefiles/common_samples.bkl"/>
6 <if cond=
"FORMAT=='gnu'">
7 <!-- as we can't (easily) test for GUI, build them always -->
8 <set var=
"cond_build_gui">1</set>
10 <if cond=
"FORMAT!='gnu'">
11 <set var=
"cond_build_gui">USE_GUI=='
1'
</set>
14 <exe id=
"client" template=
"wx_sample" template_append=
"wx_append" cond=
"$(cond_build_gui)">
15 <sources>client.cpp
</sources>
21 <exe id=
"server" template=
"wx_sample" template_append=
"wx_append" cond=
"$(cond_build_gui)">
22 <sources>server.cpp
</sources>
28 <exe id=
"baseclient" template=
"wx_sample_console"
29 template_append=
"wx_append_base">
30 <sources>baseclient.cpp
</sources>
35 <exe id=
"baseserver" template=
"wx_sample_console"
36 template_append=
"wx_append_base">
37 <sources>baseserver.cpp
</sources>