X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1c005ff76d730891c038de560b49a0c39fa6924f..740af654d1d20aaccad331e0eb73d113b5c0b02f:/samples/controls/makefile.sc?ds=sidebyside diff --git a/samples/controls/makefile.sc b/samples/controls/makefile.sc index 8709d2ca0f..7623577efc 100644 --- a/samples/controls/makefile.sc +++ b/samples/controls/makefile.sc @@ -1,35 +1,6 @@ -# Symantec C++ makefile for minimal example -# NOTE that peripheral libraries are now dealt in main wxWindows makefile. - -WXDIR = $(WXWIN) -!include $(WXDIR)\src\makesc.env - -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 - -.$(SRCSUFF).obj: - *$(CC) -c $(CFLAGS) -I$(INCLUDE) $< - -.rc.res: - *$(RC) -r -I$(INCLUDE) $< - -minimal.exe: minimal.obj minimal.def minimal.res - *$(CC) $(LDFLAGS) -o$@ $** $(LIBS) - -clean: - -del *.obj - -del *.exe - -del *.res - -del *.map - -del *.rws +#Makefile from wxHatch for Symantec/Digital Mars compiler +WXDIR=..\.. +TARGET=controls +OBJECTS = $(TARGET).obj +EXTRALIBS = +include $(WXDIR)\src\makeprog.sc