]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/ipc/makefile.b32
ugh. Nesting the (per class) plugin sentries can require them to
[wxWidgets.git] / samples / ipc / makefile.b32
index b9aac16acccf831cc2472dc7dcc80879d318f1bb..3726873704018cf6c8c3932a54b073d00c3f77c1 100644 (file)
@@ -8,8 +8,8 @@
 # Makefile : Builds sample for 32-bit BC++
 
 all:
-    make -f server.b32 all
-    make -f client.b32 all
+    make -f server.b32 FINAL=$(FINAL) WXUSINGDLL=$(WXUSINGDLL) all
+    make -f client.b32 FINAL=$(FINAL) WXUSINGDLL=$(WXUSINGDLL) all
 
 clean:
     make -f server.b32 clean