]> git.saurik.com Git - wxWidgets.git/commitdiff
add makefile.b32
authorBart A.M. Jourquin <bart.jourquin@fucam.ac.be>
Mon, 31 Jan 2000 09:30:14 +0000 (09:30 +0000)
committerBart A.M. Jourquin <bart.jourquin@fucam.ac.be>
Mon, 31 Jan 2000 09:30:14 +0000 (09:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

demos/dbbrowse/makefile.b32 [new file with mode: 0644]
demos/dbbrowse/makefile.gtk [deleted file]

diff --git a/demos/dbbrowse/makefile.b32 b/demos/dbbrowse/makefile.b32
new file mode 100644 (file)
index 0000000..21144ba
--- /dev/null
@@ -0,0 +1,16 @@
+#
+# File:                makefile.b32
+# Author:      Julian Smart
+# Created:     1999
+# Updated:     
+# Copyright:
+#
+# Makefile : Builds sample for 32-bit BC++
+
+WXDIR = $(WXWIN)
+
+TARGET=dbbrowse
+OBJECTS = $(TARGET).obj browsedb.obj dbgrid.obj dbtree.obj dlguser.obj doc.obj pgmctrl.obj tabpgwin.obj
+
+!include $(WXDIR)\src\makeprog.b32
+
diff --git a/demos/dbbrowse/makefile.gtk b/demos/dbbrowse/makefile.gtk
deleted file mode 100644 (file)
index 7765a3f..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-
-# Top dir of wxWindows
-top_builddir = /gtm/bart/wxGTK
-
-PROGRAM=dbbrowser_gtk
-
-
-OBJECTS= dbbrowser.o doc.o pgmctrl.o wxtbpgwin.o\
-         browserdb.o dbtree.o dbgrid.o  dlguser.o
-       
-
-
-
-include $(top_builddir)/src/makeprog.env
-