]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/shaped/makefile.sc
toplevel creation respecting wxDefaultPosition again
[wxWidgets.git] / samples / shaped / makefile.sc
index c37d85391b9b76521693758706e43d1c1780fa31..d40079553dcedfc2bd6c82b8347014922b3b386c 100644 (file)
@@ -1,37 +1,6 @@
-# Purpose: makefile for shaped example (Symantec C++)
-# Created: 2000-01-03
-
-WXDIR = $(WXWIN)
-WXLIB = $(WXDIR)\lib\wx.lib
-INCDIR = $(WXDIR)\include
-INCLUDE=$(INCDIR)
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..
 TARGET=shaped
-
-include $(WXDIR)\src\makesc.env
-
-shaped.exe: shaped.obj $(DEFFILE) shaped.res
-       *$(CC) $(LDFLAGS) -o$@ $** $(LIBS)
-    *$(RC) -k shaped.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
-
+OBJECTS = $(TARGET).obj 
+EXTRALIBS =
+include $(WXDIR)\src\makeprog.sc