]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/minimal/makefile.sc
made wxNativePixelFormat usable under Mac
[wxWidgets.git] / samples / minimal / makefile.sc
index 5f574ba91ebf9ab91289eb4e1fb3b1c67dd32e6e..22741778a7a801199f94947dba9a419d01a9d2de 100644 (file)
@@ -1,36 +1,4 @@
-# Symantec C++ makefile
-
-WXDIR = $(WXWIN)
-WXLIB = $(WXDIR)\lib\wx.lib
-INCDIR = $(WXDIR)\include
-INCLUDE=$(INCDIR)
+# Digital Mars / Symantec C++ makefile 
+WXDIR = ..\..
 TARGET=minimal
-
-include $(WXDIR)\src\makesc.env
-
-minimal.exe: minimal.obj 
-       link $(LDFLAGS) $*, $@, $*, $(LIBS)
-    
-
-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
-
+include $(WXDIR)\src\makeprog.sc