]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/newgrid/makefile.sc
Added wxStringBufferLength: works like wxStringBuffer, except
[wxWidgets.git] / samples / newgrid / makefile.sc
index 61968af56843900b3885932a14fd1feabeefed0b..38b713e7a3daa188633e5f1e47e46abd9a81b8dd 100644 (file)
@@ -1,36 +1,4 @@
-# Symantec C++ makefile
-
+#Digital Mars (was Symantec) C++ makefile 
 WXDIR = $(WXWIN)
-WXLIB = $(WXDIR)\lib\wx.lib
-INCDIR = $(WXDIR)\include
-INCLUDE=$(INCDIR)
-TARGET=griddemo
-
-include $(WXDIR)\src\makesc.env
-
-griddemo.exe: griddemo.obj $(DEFFILE) griddemo.res
-       *$(CC) $(LDFLAGS) -o$@ $** $(LIBS)
-    *$(RC) -k griddemo.res
-
-sc32.def:
-     echo EXETYPE NT > sc32.def
-     echo SUBSYSTEM WINDOWS >> sc32.def
-
-sc16.def:
-     echo NAME $(TARGET) > sc16.def
-     echo EXETYPE WINDOWS >> sc16.def
-     echo STUB         'WINSTUB.EXE' >> sc16.def
-     echo CODE         PRELOAD MOVEABLE DISCARDABLE >> sc16.def
-     echo DATA         PRELOAD MOVEABLE MULTIPLE >> sc16.def
-     echo HEAPSIZE     1024 >> sc16.def
-     echo STACKSIZE    8192 >> sc16.def
-
-clean:
-    -del *.obj
-       -del *.exe
-       -del *.res
-       -del *.map
-       -del *.rws
-    -del sc32.def
-    -del sc16.def
-
+EXTRALIBS=
+include $(WXDIR)\src\makeprog.sc