]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/toolbar/makefile.sc
fixed off by 1 in new GetRange() for wxTE_RICH2 controls
[wxWidgets.git] / samples / toolbar / makefile.sc
index 97e6a2ad93784c37069be087530eb00a9028e1da..4a1c7b4811a4a0ed9db399a20883c55f93601933 100644 (file)
@@ -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