]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/calendar/makefile.sc
Convert back to UNIX line endings (again)
[wxWidgets.git] / samples / calendar / makefile.sc
index 551ef29b7f12f6cb3e8b72b226f62c21658a48bc..fb1180676ac5abfabf0dd54f77a18431a3cca3b3 100644 (file)
@@ -1,37 +1,6 @@
-# Purpose: makefile for calendar 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=calendar
-
-include $(WXDIR)\src\makesc.env
-
-calendar.exe: calendar.obj $(DEFFILE) calendar.res
-       *$(CC) $(LDFLAGS) -o$@ $** $(LIBS)
-    *$(RC) -k calendar.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