]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/deprecated/makefile.b32
removed old makefiles
[wxWidgets.git] / contrib / src / deprecated / makefile.b32
diff --git a/contrib/src/deprecated/makefile.b32 b/contrib/src/deprecated/makefile.b32
deleted file mode 100644 (file)
index 1083ac8..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# File:                makefile.b32
-# Author:      Julian Smart
-# Created:     1999
-# Updated:     
-# Copyright:
-#
-# Makefile : Builds Deprecated library for 32-bit BC++
-
-WXDIR = $(WXWIN)
-
-LIBTARGET=$(WXDIR)\lib\wxdeprecated.lib
-
-OBJECTS = prop.obj propform.obj proplist.obj y_tab.obj wxexpr.obj resource.obj treelay.obj
-
-!include $(WXDIR)\src\makelib.b32
-
-y_tab.c:     dosyacc.c
-        copy dosyacc.c y_tab.c
-
-lex_yy.c:    doslex.c
-        copy doslex.c lex_yy.c
-
-