]> git.saurik.com Git - wxWidgets.git/commitdiff
Added listdb to the list of object files that must be created
authorGeorge Tasker <gtasker@allenbrook.com>
Tue, 13 Mar 2001 15:06:11 +0000 (15:06 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Tue, 13 Mar 2001 15:06:11 +0000 (15:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/db/makefile.dos
samples/db/makefile.unx

index 437ac4e46e9646bae055756343ee19aebdeaf48b..505074fdb6154095c4a8d0f26877efe3e9dd5689 100644 (file)
@@ -8,10 +8,13 @@
 # Use FINAL=1 argument to nmake to build final version with no debugging
 # info
 
+# This sample will not build any longer (most likely)
+# without heavy mods to the db/dbtable classes
+
 WXDIR = $(WXWIN)
 
 TARGET=dbtest
-OBJECTS=$(TARGET).obj
+OBJECTS=$(TARGET).obj listdb.obj
 
 !include $(WXDIR)\src\makeprog.msc
 
index 9e69037b3d4e7f49fa052e149031f915112954c4..5bfccd1f9166cd53f52c326ba1419c5fef449b19 100644 (file)
@@ -17,7 +17,7 @@ PROGRAM = dbtest
 
 CC = gcc
 
-OBJECTS = $(PROGRAM).o
+OBJECTS = $(PROGRAM).o listdb.o
 
 # implementation