projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
If we processed a command event, return true, or we could end up processing
[wxWidgets.git]
/
samples
/
ipc
/
ipc.bkl
diff --git
a/samples/ipc/ipc.bkl
b/samples/ipc/ipc.bkl
index 45c33f085b3a9db6cd9ac50025517012acf9f228..790b22074b28e6a3af74cd698ef3748d94b5e368 100644
(file)
--- a/
samples/ipc/ipc.bkl
+++ b/
samples/ipc/ipc.bkl
@@
-3,11
+3,18
@@
<include file="../../build/bakefiles/common_samples.bkl"/>
<include file="../../build/bakefiles/common_samples.bkl"/>
- <exe id="
ipc
" template="wx_sample" template_append="wx_append">
- <sources>
ipc
.cpp</sources>
+ <exe id="
client
" template="wx_sample" template_append="wx_append">
+ <sources>
client
.cpp</sources>
<wx-lib>core</wx-lib>
<wx-lib>core</wx-lib>
+ <wx-lib>net</wx-lib>
+ <wx-lib>base</wx-lib>
+ </exe>
+
+ <exe id="server" template="wx_sample" template_append="wx_append">
+ <sources>server.cpp</sources>
+ <wx-lib>core</wx-lib>
+ <wx-lib>net</wx-lib>
<wx-lib>base</wx-lib>
<wx-lib>base</wx-lib>
- <win32-res>ipc.rc</win32-res>
</exe>
</makefile>
</exe>
</makefile>