X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6d94998fcbdb3ce60774e38c0d4b6ee20c6798..3a7bfa067e9b19cffc9d523ba83f3f4c1ad56c73:/samples/db/makefile.dos?ds=sidebyside 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