X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6d94998fcbdb3ce60774e38c0d4b6ee20c6798..df055cbbdc988141dc9687c98eb3889f332d03c0:/samples/db/makefile.dos 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