X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6d94998fcbdb3ce60774e38c0d4b6ee20c6798..44d0c580e62670c6bdd488b0a5ba2aa0b7f13db7:/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