]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/ipc/ipc.bkl
capture mouse to be notified when it exists the popup rect (bug 1372228)
[wxWidgets.git] / samples / ipc / ipc.bkl
index 45c33f085b3a9db6cd9ac50025517012acf9f228..790b22074b28e6a3af74cd698ef3748d94b5e368 100644 (file)
@@ -3,11 +3,18 @@
 
     <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>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>
-        <win32-res>ipc.rc</win32-res>
     </exe>
 
 </makefile>