X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6d94998fcbdb3ce60774e38c0d4b6ee20c6798..c687b303a5040da07009ea93504121aeec56682a:/samples/grid/makefile.dos diff --git a/samples/grid/makefile.dos b/samples/grid/makefile.dos index 13e3a4ce8e..e841765992 100644 --- a/samples/grid/makefile.dos +++ b/samples/grid/makefile.dos @@ -1,7 +1,7 @@ # # File: makefile.dos -# Author: Julian Smart -# Created: 1998 +# Author: Michael Bedward +# Created: 1999 # Updated: # # Makefile : Builds 16-bit sample, VC++ 1.5 @@ -10,8 +10,8 @@ WXDIR = $(WXWIN) -TARGET=test -OBJECTS = $(TARGET).obj +TARGET=griddemo +OBJECTS=$(TARGET).obj !include $(WXDIR)\src\makeprog.msc