X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9f6df75d32dbde186d8132868c731728e477a98d..522e2aa861080349ebc24d1d4f1553cb505b60db:/samples/dialogs/makefile.sc diff --git a/samples/dialogs/makefile.sc b/samples/dialogs/makefile.sc index 96ff380905..d8dd828609 100644 --- a/samples/dialogs/makefile.sc +++ b/samples/dialogs/makefile.sc @@ -1,4 +1,6 @@ -# Symantec C++ makefile -WXDIR = ..\.. +#Makefile from wxHatch for Symantec/Digital Mars compiler +WXDIR=..\.. TARGET=dialogs -include $(WXDIR)\src\makeprog.sc +OBJECTS = $(TARGET).obj +EXTRALIBS = +include $(WXDIR)\src\makeprog.sc