]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/treelay/makefile.bcc
Removed treelay sample
[wxWidgets.git] / samples / treelay / makefile.bcc
diff --git a/samples/treelay/makefile.bcc b/samples/treelay/makefile.bcc
deleted file mode 100644 (file)
index ef7ce85..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-# Purpose: makefile for treelay example (BC++ 16bit)
-# Created: 2000-03-15
-
-!if "$(WXWIN)" == ""
-!error You must define the WXWIN variable in autoexec.bat, e.g. WXWIN=c:\wx
-!endif
-
-WXDIR = $(WXWIN)
-
-TARGET=treelay
-OBJECTS=$(TARGET).obj
-
-!include $(WXDIR)\src\makeprog.bcc
-