X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bbf1f0e5cffb8c01696eb26e254857a61f017d70..c4e2838090992384911a6a6aa44cac985d79a555:/samples/nativdlg/makefile.sc diff --git a/samples/nativdlg/makefile.sc b/samples/nativdlg/makefile.sc index 235c8f8bc1..1bee812f82 100644 --- a/samples/nativdlg/makefile.sc +++ b/samples/nativdlg/makefile.sc @@ -1,35 +1,6 @@ -# Symantec C++ makefile for hello example -# NOTE that peripheral libraries are now dealt in main wxWindows makefile. - -WXDIR = $(WXWIN) -WXLIB = $(WXDIR)\lib\wx.lib -INCDIR = $(WXDIR)\include -MSWINC = $(INCDIR)\msw -BASEINC = $(INCDIR)\base - -CC=sc -RC=rc -CFLAGS = -o -ml -W -Dwx_msw -LDFLAGS = -ml -W - -INCLUDE=$(BASEINC);$(MSWINC) - -LIBS=$(WXLIB) libw.lib commdlg.lib shell.lib - -.cc.obj: - *$(CC) -c $(CFLAGS) -I$(INCLUDE) $< - -.rc.res: - *$(RC) -r -I$(INCLUDE) $< - -hello.exe: hello.obj hello.def hello.res - *$(CC) $(LDFLAGS) -o$@ hello.obj hello.def $(LIBS) - *$(RC) -k hello.res - -clean: - -del *.obj - -del *.exe - -del *.res - -del *.map - -del *.rws - +#Digital Mars (was Symantec) C++ makefile +WXDIR = ..\.. +EXTRALIBS= +TARGET=nativdlg +OBJECTS = $(TARGET).obj +include $(WXDIR)\src\makeprog.sc