From 099287b916cd889bcfe8e837ef9a675fa24b7db6 Mon Sep 17 00:00:00 2001 From: George Tasker Date: Tue, 13 Mar 2001 15:06:11 +0000 Subject: [PATCH] Added listdb to the list of object files that must be created git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/db/makefile.dos | 5 ++++- samples/db/makefile.unx | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/samples/db/makefile.dos b/samples/db/makefile.dos index 437ac4e46e..505074fdb6 100644 --- a/samples/db/makefile.dos +++ b/samples/db/makefile.dos @@ -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 diff --git a/samples/db/makefile.unx b/samples/db/makefile.unx index 9e69037b3d..5bfccd1f91 100644 --- a/samples/db/makefile.unx +++ b/samples/db/makefile.unx @@ -17,7 +17,7 @@ PROGRAM = dbtest CC = gcc -OBJECTS = $(PROGRAM).o +OBJECTS = $(PROGRAM).o listdb.o # implementation -- 2.45.2