]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/sockets/makefile.b32
removed old bc++ makefiles
[wxWidgets.git] / samples / sockets / makefile.b32
diff --git a/samples/sockets/makefile.b32 b/samples/sockets/makefile.b32
deleted file mode 100644 (file)
index b9aac16..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# File:                makefile.vc
-# Author:      Julian Smart
-# Created:     1999
-# Updated:     
-# Copyright:   (c) Julian Smart
-#
-# Makefile : Builds sample for 32-bit BC++
-
-all:
-    make -f server.b32 all
-    make -f client.b32 all
-
-clean:
-    make -f server.b32 clean
-    make -f client.b32 clean
-