]>
git.saurik.com Git - wxWidgets.git/blob - samples/ipc/ipc.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=
"ipcclient" template=
"wx_sample" template_append=
"wx_append" cond=
"$(cond_build_gui)">
15 <sources>client.cpp
</sources>
21 <exe id=
"ipcserver" template=
"wx_sample" template_append=
"wx_append" cond=
"$(cond_build_gui)">
22 <sources>server.cpp
</sources>
28 <!-- WinCE doesn't have console applications: -->
29 <if cond=
"FORMAT!='msevc4prj'">
30 <exe id=
"baseipcclient" template=
"wx_sample_console" template_append=
"wx_append_base">
31 <sources>baseclient.cpp
</sources>
36 <exe id=
"baseipcserver" template=
"wx_sample_console" template_append=
"wx_append_base">
37 <sources>baseserver.cpp
</sources>