X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/14d1ccd89decb9d84f394fb2218eddbfdba56baf..55325d01e68cfb071e42699ca72ba84a7071aa2b:/samples/toolbar/makefile.sc diff --git a/samples/toolbar/makefile.sc b/samples/toolbar/makefile.sc index 97e6a2ad93..4a1c7b4811 100644 --- a/samples/toolbar/makefile.sc +++ b/samples/toolbar/makefile.sc @@ -1,42 +1,6 @@ -# Symantec C++ makefile for the buttonbar library - -WXDIR = $(WXWIN) -!include $(WXDIR)\src\makesc.env - -WXLIB = $(WXDIR)\lib\wx.lib -INCDIR = $(WXDIR)\include -MSWINC = $(INCDIR)\msw -BASEINC = $(INCDIR)\base - -BUTTNBARDIR = $(WXDIR)\samples\buttnbar - -# Default is to output RTF for WinHelp -WINHELP=-winhelp - -CC=sc -RC=rc -CFLAGS = -o -ml -W -Dwx_msw -LDFLAGS = -ml -W - -INCLUDE=$(BASEINC);$(MSWINC) - -LIBS=$(WXLIB) libw.lib commdlg.lib shell.lib - -all: test.exe - -.$(SRCSUFF).obj: - *$(CC) -c $(CFLAGS) -I$(INCLUDE) $< - -.rc.res: - *$(RC) -r -I$(INCLUDE) $< - -test.exe: test.obj test.def test.res - *$(CC) $(LDFLAGS) -o$@ test.obj test.def $(LIBS) - *$(RC) -k test.res - -clean: - -del *.obj - -del *.exe - -del *.res - -del *.map - +#Makefile from wxHatch for Symantec/Digital Mars compiler +WXDIR=..\.. +TARGET=toolbar +OBJECTS = $(TARGET).obj +EXTRALIBS = +include $(WXDIR)\src\makeprog.sc