]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxtree/src/makefile.bcc
Removed old wxGLCanvas stuff; moved wxTreeLayout to wxWindows; corrected some doc...
[wxWidgets.git] / utils / wxtree / src / makefile.bcc
diff --git a/utils/wxtree/src/makefile.bcc b/utils/wxtree/src/makefile.bcc
deleted file mode 100644 (file)
index 69a61d9..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:                makefile.bcc
-# Author:      Julian Smart
-# Created:     1999
-# Updated:     
-#
-#
-# Makefile : Builds wxTree sample for 16-bit BC++
-
-WXDIR = $(WXWIN)
-
-TARGET=test
-OBJECTS=$(TARGET).obj wxtree.obj
-
-!include $(WXDIR)\src\makeprog.bcc
-