]> git.saurik.com Git - wxWidgets.git/commitdiff
fix some more samples for digital mars
authorChris Elliott <biol75@york.ac.uk>
Fri, 13 Jun 2003 20:26:54 +0000 (20:26 +0000)
committerChris Elliott <biol75@york.ac.uk>
Fri, 13 Jun 2003 20:26:54 +0000 (20:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/image/makefile.sc
samples/internat/makefile.sc
samples/layout/makefile.sc
samples/mdi/makefile.sc
samples/minimal/makefile.sc

index bc3b957152e645ace142c1fa1450d362f25756b7..91c323c5229a46f6274a0cb76c438806d1ea0668 100644 (file)
@@ -1,4 +1,6 @@
-# Symantec C++ makefile 
-WXDIR = $(WXWIN)
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\wxWindows
 TARGET=image
-include $(WXDIR)\src\makeprog.sc 
+OBJECTS = $(TARGET).obj 
+EXTRALIBS =
+include $(WXDIR)\src\makeprog.sc
index 8709d2ca0feab6db54586290ea227d8369fe1230..a2e6f625342e1d32ba3353804053a08cf9967660 100644 (file)
@@ -1,35 +1,6 @@
-# Symantec C++ makefile for minimal example
-# NOTE that peripheral libraries are now dealt in main wxWindows makefile.
-
-WXDIR = $(WXWIN)
-!include $(WXDIR)\src\makesc.env
-
-WXLIB = $(WXDIR)\lib\wx.lib
-INCDIR = $(WXDIR)\include
-MSWINC = $(INCDIR)\msw
-BASEINC = $(INCDIR)\base
-
-CC=sc
-RC=rc
-CFLAGS = -o -ml -W -Dwx_msw
-LDFLAGS = -ml -W
-
-INCLUDE=$(BASEINC);$(MSWINC)
-
-LIBS=$(WXLIB) libw.lib commdlg.lib shell.lib
-
-.$(SRCSUFF).obj:
-       *$(CC) -c $(CFLAGS) -I$(INCLUDE) $<
-
-.rc.res:
-       *$(RC) -r -I$(INCLUDE) $<
-
-minimal.exe: minimal.obj minimal.def minimal.res
-       *$(CC) $(LDFLAGS) -o$@ $** $(LIBS)
-
-clean:
-        -del *.obj
-       -del *.exe
-       -del *.res
-       -del *.map
-       -del *.rws
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\wxWindows
+TARGET=internat
+OBJECTS = $(TARGET).obj 
+EXTRALIBS =
+include $(WXDIR)\src\makeprog.sc
index 0b2843045305076c9e87a57dfdbbc576b5dc165f..3dc8b4f7c75d8c2a37ed22ace679138e56d8b008 100644 (file)
@@ -1,37 +1,6 @@
-# Symantec C++ makefile for layout example
-# NOTE that peripheral libraries are now dealt in main wxWindows makefile.
-
-WXDIR = $(WXWIN)
-!include $(WXDIR)\src\makesc.env
-
-WXLIB = $(WXDIR)\lib\wx.lib
-INCDIR = $(WXDIR)\include
-MSWINC = $(INCDIR)\msw
-BASEINC = $(INCDIR)\base
-
-CC=sc
-RC=rc
-CFLAGS = -o -ml -W -Dwx_msw
-LDFLAGS = -ml -W
-
-INCLUDE=$(BASEINC);$(MSWINC)
-
-LIBS=$(WXLIB) libw.lib commdlg.lib shell.lib
-
-.$(SRCSUFF).obj:
-       *$(CC) -c $(CFLAGS) -I$(INCLUDE) $<
-
-.rc.res:
-       *$(RC) -r -I$(INCLUDE) $<
-
-layout.exe: layout.obj layout.def layout.res
-       *$(CC) $(LDFLAGS) -o$@ layout.obj layout.def $(LIBS)
-        *$(RC) -k layout.res
-
-clean:
-        -del *.obj
-       -del *.exe
-       -del *.res
-       -del *.map
-       -del *.rws
-
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\wxWindows
+TARGET=layout
+OBJECTS = $(TARGET).obj 
+EXTRALIBS =
+include $(WXDIR)\src\makeprog.sc
index 0cf34bd3814cfcecfdd5763a65f5930d1e696375..fd24b217fad8c9d0dc2e5cbb98d7bb651447945a 100644 (file)
@@ -1,4 +1,5 @@
 # Digital Mars / Symantec C++ makefile 
 WXDIR = ..\..
 TARGET=mdi
+OBJECTS = $(TARGET).obj 
 include $(WXDIR)\src\makeprog.sc 
index 22741778a7a801199f94947dba9a419d01a9d2de..181a939f04960c113225a478f543967a8182141a 100644 (file)
@@ -1,4 +1,5 @@
 # Digital Mars / Symantec C++ makefile 
 WXDIR = ..\..
 TARGET=minimal
+OBJECTS = $(TARGET).obj 
 include $(WXDIR)\src\makeprog.sc