]> git.saurik.com Git - wxWidgets.git/commitdiff
makefiles for samples for digital mars
authorChris Elliott <biol75@york.ac.uk>
Mon, 16 Jun 2003 16:51:46 +0000 (16:51 +0000)
committerChris Elliott <biol75@york.ac.uk>
Mon, 16 Jun 2003 16:51:46 +0000 (16:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

64 files changed:
samples/checklst/makefile.sc [new file with mode: 0644]
samples/console/makefile.sc [new file with mode: 0644]
samples/db/makefile.sc [new file with mode: 0644]
samples/dialogs/makefile.sc
samples/dialup/makefile.sc [new file with mode: 0644]
samples/display/Makefile.sc [new file with mode: 0644]
samples/dnd/makefile.sc [new file with mode: 0644]
samples/docview/makefile.sc
samples/docvwmdi/makefile.sc [new file with mode: 0644]
samples/dragimag/makefile.sc
samples/drawing/makefile.sc [new file with mode: 0644]
samples/dynamic/makefile.sc [new file with mode: 0644]
samples/erase/makefile.sc
samples/event/makefile.sc
samples/exec/makefile.sc
samples/font/makefile.sc [new file with mode: 0644]
samples/grid/makefile.sc
samples/help/makefile.sc [new file with mode: 0644]
samples/htlbox/Makefile.sc [new file with mode: 0644]
samples/html/about/Makefile.sc [new file with mode: 0644]
samples/html/help/Makefile.sc [new file with mode: 0644]
samples/html/printing/Makefile.sc [new file with mode: 0644]
samples/html/test/makefile.sc
samples/html/virtual/Makefile.sc [new file with mode: 0644]
samples/html/widget/Makefile.sc [new file with mode: 0644]
samples/html/zip/Makefile.sc [new file with mode: 0644]
samples/joytest/makefile.sc
samples/keyboard/makefile.sc
samples/listctrl/makefile.sc [new file with mode: 0644]
samples/makefile.sc [new file with mode: 0644]
samples/memcheck/makefile.sc [new file with mode: 0644]
samples/menu/makefile.sc [new file with mode: 0644]
samples/mfc/makefile.sc [new file with mode: 0644]
samples/minifram/makefile.sc
samples/multimon/Makefile.sc [new file with mode: 0644]
samples/nativdlg/makefile.sc
samples/newgrid/makefile.sc [new file with mode: 0644]
samples/notebook/makefile.sc
samples/oleauto/makefile.sc [new file with mode: 0644]
samples/opengl/makefile.sc [new file with mode: 0644]
samples/ownerdrw/makefile.sc [new file with mode: 0644]
samples/printing/makefile.sc [new file with mode: 0644]
samples/propsize/makefile.sc
samples/regtest/makefile.sc [new file with mode: 0644]
samples/resource/makefile.sc [new file with mode: 0644]
samples/richedit/makefile.sc [new file with mode: 0644]
samples/rotate/makefile.sc [new file with mode: 0644]
samples/sashtest/makefile.sc
samples/scroll/makefile.sc [new file with mode: 0644]
samples/scrollsub/makefile.sc [new file with mode: 0644]
samples/shaped/makefile.sc
samples/sockets/makefile.sc [new file with mode: 0644]
samples/splitter/makefile.sc
samples/statbar/makefile.sc
samples/taskbar/makefile.sc [new file with mode: 0644]
samples/text/Makefile.sc [new file with mode: 0644]
samples/toolbar/makefile.sc
samples/treectrl/makefile.sc
samples/typetest/makefile.sc
samples/validate/makefile.sc
samples/vscroll/Makefile.sc [new file with mode: 0644]
samples/widgets/Makefile.sc [new file with mode: 0644]
samples/wizard/makefile.sc
samples/wxtest/Makefile.sc [new file with mode: 0644]

diff --git a/samples/checklst/makefile.sc b/samples/checklst/makefile.sc
new file mode 100644 (file)
index 0000000..210074b
--- /dev/null
@@ -0,0 +1,6 @@
+#Digital Mars (was Symantec) C++ makefile 
+WXDIR = $(WXWIN)
+EXTRALIBS=
+TARGET=checklst
+OBJECTS = $(TARGET).obj
+include $(WXDIR)\src\makeprog.sc
diff --git a/samples/console/makefile.sc b/samples/console/makefile.sc
new file mode 100644 (file)
index 0000000..accd233
--- /dev/null
@@ -0,0 +1,6 @@
+#Digital Mars (was Symantec) C++ makefile 
+WXDIR = $(WXWIN)
+EXTRALIBS=
+TARGET=console
+OBJECTS = $(TARGET).obj
+include $(WXDIR)\src\makeprog.sc
diff --git a/samples/db/makefile.sc b/samples/db/makefile.sc
new file mode 100644 (file)
index 0000000..8945a67
--- /dev/null
@@ -0,0 +1,6 @@
+#Digital Mars (was Symantec) C++ makefile 
+WXDIR = $(WXWIN)
+EXTRALIBS=
+TARGET=dbtest
+OBJECTS = $(TARGET).obj listdb.obj
+include $(WXDIR)\src\makeprog.sc
index 96ff38090586e18a177b81e058062221ae0c2a76..c2a167195319cf0ba2c67f61904985ed87afa996 100644 (file)
@@ -1,4 +1,7 @@
 # Symantec C++ makefile 
 WXDIR = ..\..
+EXTRALIBS=
 TARGET=dialogs
-include $(WXDIR)\src\makeprog.sc 
+OBJECTS = $(TARGET).obj
+include $(WXDIR)\src\makeprog.sc
+
diff --git a/samples/dialup/makefile.sc b/samples/dialup/makefile.sc
new file mode 100644 (file)
index 0000000..290d82a
--- /dev/null
@@ -0,0 +1,6 @@
+#Digital Mars (was Symantec) C++ makefile 
+WXDIR = $(WXWIN)
+EXTRALIBS=
+TARGET=nettest
+OBJECTS = $(TARGET).obj
+include $(WXDIR)\src\makeprog.sc
diff --git a/samples/display/Makefile.sc b/samples/display/Makefile.sc
new file mode 100644 (file)
index 0000000..850c448
--- /dev/null
@@ -0,0 +1,6 @@
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\wxWindows
+TARGET=display
+OBJECTS = $(TARGET).obj 
+EXTRALIBS =
+include $(WXDIR)\src\makeprog.sc
diff --git a/samples/dnd/makefile.sc b/samples/dnd/makefile.sc
new file mode 100644 (file)
index 0000000..edde5c7
--- /dev/null
@@ -0,0 +1,6 @@
+#Digital Mars (was Symantec) C++ makefile 
+WXDIR = $(WXWIN)
+EXTRALIBS=
+TARGET=dnd
+OBJECTS = $(TARGET).obj
+include $(WXDIR)\src\makeprog.sc
index 250054f91fb24b8e4b58096c4a6df780d121608e..d28750908c25de1cbf4149b5444c84f2f7383bd9 100644 (file)
@@ -1,38 +1,6 @@
-# Symantec C++ makefile for docview 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
-
-OBJECTS=docview.obj view.obj doc.obj
-
-.$(SRCSUFF).obj:
-       *$(CC) -c $(CFLAGS) -I$(INCLUDE) $<
-
-.rc.res:
-       *$(RC) -r -I$(INCLUDE) $<
-
-docview.exe: $(OBJECTS) docview.def docview.res
-       *$(CC) $(LDFLAGS) -o$@ $(OBJECTS) docview.def $(LIBS)
-       *$(RC) -k docview.res
-
-clean:
-        -del *.obj
-       -del *.exe
-       -del *.res
-       -del *.map
-       -del *.rws
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\wxWindows
+TARGET=docview
+OBJECTS = $(TARGET).obj doc.obj view.obj 
+EXTRALIBS =
+include $(WXDIR)\src\makeprog.sc
diff --git a/samples/docvwmdi/makefile.sc b/samples/docvwmdi/makefile.sc
new file mode 100644 (file)
index 0000000..9eff0f8
--- /dev/null
@@ -0,0 +1,6 @@
+#Digital Mars (was Symantec) C++ makefile 
+WXDIR = $(WXWIN)
+EXTRALIBS=
+TARGET=docview
+OBJECTS = $(TARGET).obj view.obj doc.obj
+include $(WXDIR)\src\makeprog.sc
index 7a02278dc45b37612b839a1df2155b79e521d238..1cf04cc4802ac4e6f52f6761cd35e579117fe3c1 100644 (file)
@@ -1,37 +1,6 @@
-# Purpose: makefile for dragimag example (Symantec C++)
-# Created: 2000-03-15
-
-WXDIR = $(WXWIN)
-WXLIB = $(WXDIR)\lib\wx.lib
-INCDIR = $(WXDIR)\include
-INCLUDE=$(INCDIR)
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\wxWindows
 TARGET=dragimag
-
-include $(WXDIR)\src\makesc.env
-
-dragimag.exe: dragimag.obj $(DEFFILE) dragimag.res
-       *$(CC) $(LDFLAGS) -o$@ $** $(LIBS)
-    *$(RC) -k dragimag.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
diff --git a/samples/drawing/makefile.sc b/samples/drawing/makefile.sc
new file mode 100644 (file)
index 0000000..e36be3c
--- /dev/null
@@ -0,0 +1,6 @@
+#Digital Mars (was Symantec) C++ makefile 
+WXDIR = $(WXWIN)
+EXTRALIBS=
+TARGET=drawing
+OBJECTS = $(TARGET).obj
+include $(WXDIR)\src\makeprog.sc
diff --git a/samples/dynamic/makefile.sc b/samples/dynamic/makefile.sc
new file mode 100644 (file)
index 0000000..4121cbb
--- /dev/null
@@ -0,0 +1,6 @@
+#Digital Mars (was Symantec) C++ makefile 
+WXDIR = $(WXWIN)
+EXTRALIBS=
+TARGET=dynamic
+OBJECTS = $(TARGET).obj
+include $(WXDIR)\src\makeprog.sc
index 031c3eeac6aa4b35d89ad2a8ac2dbe193cdcd159..9540426da01865879d4bd8ffc1aa339c7faff296 100644 (file)
@@ -1,36 +1,6 @@
-# Symantec C++ makefile
-
+#Digital Mars (was Symantec) C++ makefile 
 WXDIR = $(WXWIN)
-WXLIB = $(WXDIR)\lib\wx.lib
-INCDIR = $(WXDIR)\include
-INCLUDE=$(INCDIR)
+EXTRALIBS=
 TARGET=erase
-
-include $(WXDIR)\src\makesc.env
-
-minimal.exe: minimal.obj $(DEFFILE) minimal.res
-       *$(CC) $(LDFLAGS) -o$@ $** $(LIBS)
-    *$(RC) -k minimal.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
+include $(WXDIR)\src\makeprog.sc
index fb0aceb47d7b6e3834d003d176497031c7a7a5d6..a3aa39afecb81d1615ba00c6c5fc0b754577e5e4 100644 (file)
@@ -1,37 +1,6 @@
-# Purpose: makefile for event example (Symantec C++)
-# Created: 2001-01-31
-
-WXDIR = $(WXWIN)
-WXLIB = $(WXDIR)\lib\wx.lib
-INCDIR = $(WXDIR)\include
-INCLUDE=$(INCDIR)
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\wxWindows
 TARGET=event
-
-include $(WXDIR)\src\makesc.env
-
-event.exe: event.obj $(DEFFILE) event.res
-       *$(CC) $(LDFLAGS) -o$@ $** $(LIBS)
-    *$(RC) -k event.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
index e1a3a1a4f6b8ebfa7ef1f3f8705e1736d770ff8f..0276d80e444ee61f4396fdfa16419db4f72f30b0 100644 (file)
@@ -1,37 +1,6 @@
-# Purpose: makefile for exec example (Symantec C++)
-# Created: 2000-03-14
-
-WXDIR = $(WXWIN)
-WXLIB = $(WXDIR)\lib\wx.lib
-INCDIR = $(WXDIR)\include
-INCLUDE=$(INCDIR)
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\wxWindows
 TARGET=exec
-
-include $(WXDIR)\src\makesc.env
-
-exec.exe: exec.obj $(DEFFILE) exec.res
-       *$(CC) $(LDFLAGS) -o$@ $** $(LIBS)
-    *$(RC) -k exec.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
diff --git a/samples/font/makefile.sc b/samples/font/makefile.sc
new file mode 100644 (file)
index 0000000..63e95e7
--- /dev/null
@@ -0,0 +1,6 @@
+#Digital Mars (was Symantec) C++ makefile 
+WXDIR = $(WXWIN)
+EXTRALIBS=
+TARGET=font
+OBJECTS = $(TARGET).obj
+include $(WXDIR)\src\makeprog.sc
index 61968af56843900b3885932a14fd1feabeefed0b..56c4195745f27d6c800246b34e5f31b39a42f94d 100644 (file)
@@ -1,36 +1,6 @@
-# Symantec C++ makefile
-
+#Digital Mars (was Symantec) C++ makefile 
 WXDIR = $(WXWIN)
-WXLIB = $(WXDIR)\lib\wx.lib
-INCDIR = $(WXDIR)\include
-INCLUDE=$(INCDIR)
+EXTRALIBS=
 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
-
+OBJECTS= $(TARGET).obj
+include $(WXDIR)\src\makeprog.sc
diff --git a/samples/help/makefile.sc b/samples/help/makefile.sc
new file mode 100644 (file)
index 0000000..eb1323c
--- /dev/null
@@ -0,0 +1,6 @@
+#Digital Mars (was Symantec) C++ makefile 
+WXDIR = $(WXWIN)
+EXTRALIBS=
+TARGET=demo
+OBJECTS = $(TARGET).obj
+include $(WXDIR)\src\makeprog.sc
diff --git a/samples/htlbox/Makefile.sc b/samples/htlbox/Makefile.sc
new file mode 100644 (file)
index 0000000..f561997
--- /dev/null
@@ -0,0 +1,6 @@
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\wxWindows
+TARGET=htlbox
+OBJECTS = $(TARGET).obj 
+EXTRALIBS =
+include $(WXDIR)\src\makeprog.sc
diff --git a/samples/html/about/Makefile.sc b/samples/html/about/Makefile.sc
new file mode 100644 (file)
index 0000000..43325cd
--- /dev/null
@@ -0,0 +1,6 @@
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\..\wxWindows
+TARGET=about
+OBJECTS = $(TARGET).obj 
+EXTRALIBS =
+include $(WXDIR)\src\makeprog.sc
diff --git a/samples/html/help/Makefile.sc b/samples/html/help/Makefile.sc
new file mode 100644 (file)
index 0000000..362bea8
--- /dev/null
@@ -0,0 +1,6 @@
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\..\wxWindows
+TARGET=help
+OBJECTS = $(TARGET).obj 
+EXTRALIBS =
+include $(WXDIR)\src\makeprog.sc
diff --git a/samples/html/printing/Makefile.sc b/samples/html/printing/Makefile.sc
new file mode 100644 (file)
index 0000000..cbeee70
--- /dev/null
@@ -0,0 +1,6 @@
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\..\wxWindows
+TARGET=printing
+OBJECTS = $(TARGET).obj 
+EXTRALIBS =
+include $(WXDIR)\src\makeprog.sc
index b44f3b0b6f70e77763fdfe4d6ef3499227e281fe..1c9ffc2d9038944af3a1d0e386128f2412d4e327 100644 (file)
@@ -1,9 +1,6 @@
-# Symantec C++ makefile
-
-WXDIR = $(WXWIN)
-
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\..\wxWindows
 TARGET=test
-
+OBJECTS = $(TARGET).obj 
+EXTRALIBS =
 include $(WXDIR)\src\makeprog.sc
-
-
diff --git a/samples/html/virtual/Makefile.sc b/samples/html/virtual/Makefile.sc
new file mode 100644 (file)
index 0000000..c01f4f3
--- /dev/null
@@ -0,0 +1,6 @@
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\..\wxWindows
+TARGET=virtual
+OBJECTS = $(TARGET).obj 
+EXTRALIBS =
+include $(WXDIR)\src\makeprog.sc
diff --git a/samples/html/widget/Makefile.sc b/samples/html/widget/Makefile.sc
new file mode 100644 (file)
index 0000000..89e46e2
--- /dev/null
@@ -0,0 +1,6 @@
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\..\wxWindows
+TARGET=widget
+OBJECTS = $(TARGET).obj 
+EXTRALIBS =
+include $(WXDIR)\src\makeprog.sc
diff --git a/samples/html/zip/Makefile.sc b/samples/html/zip/Makefile.sc
new file mode 100644 (file)
index 0000000..e677f99
--- /dev/null
@@ -0,0 +1,6 @@
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\..\wxWindows
+TARGET=zip
+OBJECTS = $(TARGET).obj 
+EXTRALIBS =
+include $(WXDIR)\src\makeprog.sc
index be3c6ffd927a3024ec83ba9275ea16c502d98f55..32df4f5503a506eebda504a2278bea7baf839c27 100644 (file)
@@ -1,37 +1,7 @@
-# Purpose: makefile for joytest example (Symantec C++)
-# Created: 2000-03-14
-
+#Digital Mars (was Symantec) C++ makefile 
 WXDIR = $(WXWIN)
-WXLIB = $(WXDIR)\lib\wx.lib
-INCDIR = $(WXDIR)\include
-INCLUDE=$(INCDIR)
-TARGET=joytest
-
-include $(WXDIR)\src\makesc.env
-
-joytest.exe: joytest.obj $(DEFFILE) joytest.res
-       *$(CC) $(LDFLAGS) -o$@ $** $(LIBS)
-    *$(RC) -k joytest.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=
 
+TARGET=joytest
+OBJECTS = $(TARGET).obj
+include $(WXDIR)\src\makeprog.sc
index b85f8d637c761833223a1af7d7be00e3f06ee45d..dd90d5879352abb0debb34da5ecb99436ced5cda 100644 (file)
@@ -1,37 +1,6 @@
-;    Last change:  JS    8 Apr 102   12:33 pm
-# Symantec C++ makefile
-
+#Digital Mars (was Symantec) C++ makefile 
 WXDIR = $(WXWIN)
-WXLIB = $(WXDIR)\lib\wx.lib
-INCDIR = $(WXDIR)\include
-INCLUDE=$(INCDIR)
+EXTRALIBS=
 TARGET=keyboard
-
-include $(WXDIR)\src\makesc.env
-
-keyboard.exe: keyboard.obj $(DEFFILE) keyboard.res
-       *$(CC) $(LDFLAGS) -o$@ $** $(LIBS)
-    *$(RC) -k keyboard.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
+include $(WXDIR)\src\makeprog.sc
diff --git a/samples/listctrl/makefile.sc b/samples/listctrl/makefile.sc
new file mode 100644 (file)
index 0000000..f9798e8
--- /dev/null
@@ -0,0 +1,6 @@
+#Digital Mars (was Symantec) C++ makefile 
+WXDIR = $(WXWIN)
+EXTRALIBS=
+TARGET=listtest
+OBJECTS = $(TARGET).obj
+include $(WXDIR)\src\makeprog.sc
diff --git a/samples/makefile.sc b/samples/makefile.sc
new file mode 100644 (file)
index 0000000..120366d
--- /dev/null
@@ -0,0 +1,84 @@
+#makefile for Digital Mars / Symantec compilers
+
+WXDIR=..
+
+all:
+    cd access
+    -make -f $(WXDIR)\samples\access\makefile.sc
+    -make -f $(WXDIR)\samples\artprov\makefile.sc 
+    -make -f $(WXDIR)\samples\calendar\makefile.sc $@
+    -make -f $(WXDIR)\samples\caret\makefile.sc $@
+    -make -f $(WXDIR)\samples\checklst\makefile.sc $@
+    -make -f $(WXDIR)\samples\config\makefile.sc $@
+    -make -f $(WXDIR)\samples\console\makefile.sc $@
+    -make -f $(WXDIR)\samples\controls\makefile.sc $@
+    -make -f $(WXDIR)\samples\db\makefile.sc $@
+    -make -f $(WXDIR)\samples\dialogs\makefile.sc $@
+    -make -f $(WXDIR)\samples\dialup\makefile.sc $@
+    -make -f $(WXDIR)\samples\display\makefile.sc $@
+    -make -f $(WXDIR)\samples\dnd\makefile.sc $@
+    -make -f $(WXDIR)\samples\docview\makefile.sc $@
+    -make -f $(WXDIR)\samples\docvwmdi\makefile.sc $@
+    -make -f $(WXDIR)\samples\dragimag\makefile.sc $@
+    -make -f $(WXDIR)\samples\drawing\makefile.sc $@
+    -make -f $(WXDIR)\samples\dynamic\makefile.sc $@
+    -make -f $(WXDIR)\samples\erase\makefile.sc $@
+    -make -f $(WXDIR)\samples\event\makefile.sc $@
+    -make -f $(WXDIR)\samples\exec\makefile.sc $@
+    -make -f $(WXDIR)\samples\font\makefile.sc $@
+    -make -f $(WXDIR)\samples\grid\makefile.sc $@
+    -make -f $(WXDIR)\samples\help\makefile.sc $@
+    -make -f $(WXDIR)\samples\htlbox\makefile.sc $@
+    -make -f $(WXDIR)\samples\html\makefile.sc $@
+    -make -f $(WXDIR)\samples\image\makefile.sc $@
+    -make -f $(WXDIR)\samples\internat\makefile.sc $@
+    -make -f $(WXDIR)\samples\ipc\makefile.sc $@
+    -make -f $(WXDIR)\samples\joytest\makefile.sc $@
+    -make -f $(WXDIR)\samples\keyboard\makefile.sc $@
+    -make -f $(WXDIR)\samples\layout\makefile.sc $@
+    -make -f $(WXDIR)\samples\listbox\makefile.sc $@
+    -make -f $(WXDIR)\samples\listctrl\makefile.sc $@
+    -make -f $(WXDIR)\samples\mdi\makefile.sc $@
+    -make -f $(WXDIR)\samples\memcheck\makefile.sc $@
+    -make -f $(WXDIR)\samples\menu\makefile.sc $@
+    -make -f $(WXDIR)\samples\mfc\makefile.sc $@
+    -make -f $(WXDIR)\samples\minifram\makefile.sc $@
+    -make -f $(WXDIR)\samples\minimal\makefile.sc $@
+    -make -f $(WXDIR)\samples\mobile\makefile.sc $@
+    -make -f $(WXDIR)\samples\multimon\makefile.sc $@
+    -make -f $(WXDIR)\samples\nativdlg\makefile.sc $@
+    -make -f $(WXDIR)\samples\newgrid\makefile.sc $@
+    -make -f $(WXDIR)\samples\notebook\makefile.sc $@
+    -make -f $(WXDIR)\samples\oleauto\makefile.sc $@
+    -make -f $(WXDIR)\samples\opengl\makefile.sc $@
+    -make -f $(WXDIR)\samples\ownerdrw\makefile.sc $@
+    -make -f $(WXDIR)\samples\png\makefile.sc $@
+    -make -f $(WXDIR)\samples\printing\makefile.sc $@
+    -make -f $(WXDIR)\samples\propsize\makefile.sc $@
+    -make -f $(WXDIR)\samples\regtest\makefile.sc $@
+    -make -f $(WXDIR)\samples\resource\makefile.sc $@
+    -make -f $(WXDIR)\samples\richedit\makefile.sc $@
+    -make -f $(WXDIR)\samples\rotate\makefile.sc $@
+    -make -f $(WXDIR)\samples\sashtest\makefile.sc $@
+    -make -f $(WXDIR)\samples\scroll\makefile.sc $@
+    -make -f $(WXDIR)\samples\scrollsub\makefile.sc $@
+    -make -f $(WXDIR)\samples\shaped\makefile.sc $@
+    -make -f $(WXDIR)\samples\sockets\makefile.sc $@
+    -make -f $(WXDIR)\samples\splitter\makefile.sc $@
+    -make -f $(WXDIR)\samples\statbar\makefile.sc $@
+    -make -f $(WXDIR)\samples\tab\makefile.sc $@
+    -make -f $(WXDIR)\samples\taskbar\makefile.sc $@
+    -make -f $(WXDIR)\samples\text\makefile.sc $@
+    -make -f $(WXDIR)\samples\thread\makefile.sc $@
+    -make -f $(WXDIR)\samples\toolbar\makefile.sc $@
+    -make -f $(WXDIR)\samples\treectrl\makefile.sc $@
+    -make -f $(WXDIR)\samples\typetest\makefile.sc $@
+    -make -f $(WXDIR)\samples\validate\makefile.sc $@
+    -make -f $(WXDIR)\samples\vscroll\makefile.sc $@
+    -make -f $(WXDIR)\samples\widgets\makefile.sc $@
+    -make -f $(WXDIR)\samples\wizard\makefile.sc $@
+    -make -f $(WXDIR)\samples\wxtest\makefile.sc $@
+    -make -f $(WXDIR)\samples\bytes\makefile.sc $@
+
+
+
diff --git a/samples/memcheck/makefile.sc b/samples/memcheck/makefile.sc
new file mode 100644 (file)
index 0000000..4843145
--- /dev/null
@@ -0,0 +1,6 @@
+#Digital Mars (was Symantec) C++ makefile 
+WXDIR = $(WXWIN)
+EXTRALIBS=
+TARGET=memcheck
+OBJECTS = $(TARGET).obj
+include $(WXDIR)\src\makeprog.sc
diff --git a/samples/menu/makefile.sc b/samples/menu/makefile.sc
new file mode 100644 (file)
index 0000000..45d818c
--- /dev/null
@@ -0,0 +1,6 @@
+#Digital Mars (was Symantec) C++ makefile 
+WXDIR = $(WXWIN)
+EXTRALIBS=
+TARGET=menu
+OBJECTS = $(TARGET).obj
+include $(WXDIR)\src\makeprog.sc
diff --git a/samples/mfc/makefile.sc b/samples/mfc/makefile.sc
new file mode 100644 (file)
index 0000000..2f23af2
--- /dev/null
@@ -0,0 +1,7 @@
+#Digital Mars (was Symantec) C++ makefile 
+WXDIR = $(WXWIN)
+EXTRALIBS=
+TARGET=hello
+$(TARGET).exe: $(OBJECTS) $(TARGET).def $(TARGET).res
+$(TARGET)
+include $(WXDIR)\src\makeprog.sc
index 2b603561771d6acc10178c3a75bf87afcd77398c..3efa80cd3c1c1854f04f249b10f8bdfb48c4e61e 100644 (file)
@@ -1,37 +1,6 @@
-# Purpose: makefile for minifram example (Symantec C++)
-# Created: 2000-03-15
-
-WXDIR = $(WXWIN)
-WXLIB = $(WXDIR)\lib\wx.lib
-INCDIR = $(WXDIR)\include
-INCLUDE=$(INCDIR)
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\wxWindows
 TARGET=minifram
-
-include $(WXDIR)\src\makesc.env
-
-minifram.exe: minifram.obj $(DEFFILE) minifram.res
-       *$(CC) $(LDFLAGS) -o$@ $** $(LIBS)
-    *$(RC) -k minifram.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
diff --git a/samples/multimon/Makefile.sc b/samples/multimon/Makefile.sc
new file mode 100644 (file)
index 0000000..394a960
--- /dev/null
@@ -0,0 +1,6 @@
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\wxWindows
+TARGET=multimon_test
+OBJECTS = $(TARGET).obj 
+EXTRALIBS =
+include $(WXDIR)\src\makeprog.sc
index 235c8f8bc1366dcda39f8f6b9b96f455c51901f9..8458e846f9c2f8672569b0291af04b1ad9466d5e 100644 (file)
@@ -1,35 +1,6 @@
-# Symantec C++ makefile for hello example
-# NOTE that peripheral libraries are now dealt in main wxWindows makefile.
-
+#Digital Mars (was Symantec) C++ makefile 
 WXDIR = $(WXWIN)
-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
-
-.cc.obj:
-       *$(CC) -c $(CFLAGS) -I$(INCLUDE) $<
-
-.rc.res:
-       *$(RC) -r -I$(INCLUDE) $<
-
-hello.exe: hello.obj hello.def hello.res
-       *$(CC) $(LDFLAGS) -o$@ hello.obj hello.def $(LIBS)
-        *$(RC) -k hello.res
-
-clean:
-        -del *.obj
-       -del *.exe
-       -del *.res
-       -del *.map
-       -del *.rws
-
+EXTRALIBS=
+TARGET=nativdlg
+OBJECTS = $(TARGET).obj
+include $(WXDIR)\src\makeprog.sc
diff --git a/samples/newgrid/makefile.sc b/samples/newgrid/makefile.sc
new file mode 100644 (file)
index 0000000..38b713e
--- /dev/null
@@ -0,0 +1,4 @@
+#Digital Mars (was Symantec) C++ makefile 
+WXDIR = $(WXWIN)
+EXTRALIBS=
+include $(WXDIR)\src\makeprog.sc
index 3a2b33b8728ed45bb1d5b917bc51dc99838190ca..20174a385bba82d9d77ebe556592f8a8101aa482 100644 (file)
@@ -1,37 +1,6 @@
-# Purpose: makefile for notebook example (Symantec C++)
-# Created: 2000-03-15
-
-WXDIR = $(WXWIN)
-WXLIB = $(WXDIR)\lib\wx.lib
-INCDIR = $(WXDIR)\include
-INCLUDE=$(INCDIR)
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\wxWindows
 TARGET=notebook
-
-include $(WXDIR)\src\makesc.env
-
-notebook.exe: notebook.obj $(DEFFILE) notebook.res
-       *$(CC) $(LDFLAGS) -o$@ $** $(LIBS)
-    *$(RC) -k notebook.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
diff --git a/samples/oleauto/makefile.sc b/samples/oleauto/makefile.sc
new file mode 100644 (file)
index 0000000..bda02c2
--- /dev/null
@@ -0,0 +1,6 @@
+#Digital Mars (was Symantec) C++ makefile 
+WXDIR = $(WXWIN)
+EXTRALIBS=
+TARGET=oleauto
+OBJECTS = $(TARGET).obj
+include $(WXDIR)\src\makeprog.sc
diff --git a/samples/opengl/makefile.sc b/samples/opengl/makefile.sc
new file mode 100644 (file)
index 0000000..38b713e
--- /dev/null
@@ -0,0 +1,4 @@
+#Digital Mars (was Symantec) C++ makefile 
+WXDIR = $(WXWIN)
+EXTRALIBS=
+include $(WXDIR)\src\makeprog.sc
diff --git a/samples/ownerdrw/makefile.sc b/samples/ownerdrw/makefile.sc
new file mode 100644 (file)
index 0000000..b18de3f
--- /dev/null
@@ -0,0 +1,6 @@
+#Digital Mars (was Symantec) C++ makefile 
+WXDIR = $(WXWIN)
+EXTRALIBS=
+TARGET=ownerdrw
+OBJECTS = $(TARGET).obj
+include $(WXDIR)\src\makeprog.sc
diff --git a/samples/printing/makefile.sc b/samples/printing/makefile.sc
new file mode 100644 (file)
index 0000000..5b1c6db
--- /dev/null
@@ -0,0 +1,6 @@
+#Digital Mars (was Symantec) C++ makefile 
+WXDIR = $(WXWIN)
+EXTRALIBS=
+TARGET=printing
+OBJECTS = $(TARGET).obj
+include $(WXDIR)\src\makeprog.sc
index 50f7007ba7843e7da2786c64a16dfa90a1b39e63..dccdd8edd4ccf049ff581adca7387cd4ddee72b9 100644 (file)
@@ -1,37 +1,6 @@
-# Purpose: makefile for propsize example (Symantec C++)
-# Created: 2000-03-14
-
-WXDIR = $(WXWIN)
-WXLIB = $(WXDIR)\lib\wx.lib
-INCDIR = $(WXDIR)\include
-INCLUDE=$(INCDIR)
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\wxWindows
 TARGET=propsize
-
-include $(WXDIR)\src\makesc.env
-
-propsize.exe: propsize.obj $(DEFFILE) propsize.res
-       *$(CC) $(LDFLAGS) -o$@ $** $(LIBS)
-    *$(RC) -k propsize.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
diff --git a/samples/regtest/makefile.sc b/samples/regtest/makefile.sc
new file mode 100644 (file)
index 0000000..b1de45d
--- /dev/null
@@ -0,0 +1,6 @@
+#Digital Mars (was Symantec) C++ makefile 
+WXDIR = $(WXWIN)
+EXTRALIBS=
+TARGET=regtest
+OBJECTS = $(TARGET).obj
+include $(WXDIR)\src\makeprog.sc
diff --git a/samples/resource/makefile.sc b/samples/resource/makefile.sc
new file mode 100644 (file)
index 0000000..38b713e
--- /dev/null
@@ -0,0 +1,4 @@
+#Digital Mars (was Symantec) C++ makefile 
+WXDIR = $(WXWIN)
+EXTRALIBS=
+include $(WXDIR)\src\makeprog.sc
diff --git a/samples/richedit/makefile.sc b/samples/richedit/makefile.sc
new file mode 100644 (file)
index 0000000..a913070
--- /dev/null
@@ -0,0 +1,6 @@
+#Digital Mars (was Symantec) C++ makefile 
+WXDIR = $(WXWIN)
+EXTRALIBS=
+TARGET=wxlayout
+OBJECTS = wxLayout.obj kbList.obj wxllist.obj wxlparser.obj wxlwindow.obj
+include $(WXDIR)\src\makeprog.sc
diff --git a/samples/rotate/makefile.sc b/samples/rotate/makefile.sc
new file mode 100644 (file)
index 0000000..73b6889
--- /dev/null
@@ -0,0 +1,6 @@
+#Digital Mars (was Symantec) C++ makefile 
+WXDIR = $(WXWIN)
+EXTRALIBS=
+TARGET=rotate
+OBJECTS = $(TARGET).obj
+include $(WXDIR)\src\makeprog.sc
index 4c48c9e12fd43667db04eec17e809e9fcf2a5d64..21817b034f60c804a4eb18b7352608cf1baf9769 100644 (file)
@@ -1,37 +1,6 @@
-# Purpose: makefile for sashtest example (Symantec C++)
-# Created: 2000-03-14
-
-WXDIR = $(WXWIN)
-WXLIB = $(WXDIR)\lib\wx.lib
-INCDIR = $(WXDIR)\include
-INCLUDE=$(INCDIR)
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\wxWindows
 TARGET=sashtest
-
-include $(WXDIR)\src\makesc.env
-
-sashtest.exe: sashtest.obj $(DEFFILE) sashtest.res
-       *$(CC) $(LDFLAGS) -o$@ $** $(LIBS)
-    *$(RC) -k sashtest.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
diff --git a/samples/scroll/makefile.sc b/samples/scroll/makefile.sc
new file mode 100644 (file)
index 0000000..c7225c0
--- /dev/null
@@ -0,0 +1,6 @@
+#Digital Mars (was Symantec) C++ makefile 
+WXDIR = $(WXWIN)
+EXTRALIBS=
+TARGET=scroll
+OBJECTS = $(TARGET).obj
+include $(WXDIR)\src\makeprog.sc
diff --git a/samples/scrollsub/makefile.sc b/samples/scrollsub/makefile.sc
new file mode 100644 (file)
index 0000000..bd5a349
--- /dev/null
@@ -0,0 +1,6 @@
+#Digital Mars (was Symantec) C++ makefile 
+WXDIR = $(WXWIN)
+EXTRALIBS=
+TARGET=scrollsub
+OBJECTS = $(TARGET).obj
+include $(WXDIR)\src\makeprog.sc
index c37d85391b9b76521693758706e43d1c1780fa31..682c5466796d075bf0cef8d569e960581d03ad1c 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=..\..\..\wxWindows
 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
diff --git a/samples/sockets/makefile.sc b/samples/sockets/makefile.sc
new file mode 100644 (file)
index 0000000..38b713e
--- /dev/null
@@ -0,0 +1,4 @@
+#Digital Mars (was Symantec) C++ makefile 
+WXDIR = $(WXWIN)
+EXTRALIBS=
+include $(WXDIR)\src\makeprog.sc
index 6719c1b7cf5c18dc090633de96ccc28179de9ebe..b867be6c5ed728a47961e2ac80c013d6b1a41447 100644 (file)
@@ -1,37 +1,6 @@
-# Purpose: makefile for splitter example (Symantec C++)
-# Created: 2000-03-15
-
-WXDIR = $(WXWIN)
-WXLIB = $(WXDIR)\lib\wx.lib
-INCDIR = $(WXDIR)\include
-INCLUDE=$(INCDIR)
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\wxWindows
 TARGET=splitter
-
-include $(WXDIR)\src\makesc.env
-
-splitter.exe: splitter.obj $(DEFFILE) splitter.res
-       *$(CC) $(LDFLAGS) -o$@ $** $(LIBS)
-    *$(RC) -k splitter.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
index 773fdc1c4ba183e146a2fa3cb644e75f2256169d..b52e936902d46124af602cf60d427d2fe7e7f552 100644 (file)
@@ -1,37 +1,6 @@
-# Purpose: makefile for statbar example (Symantec C++)
-# Created: 2000-02-04
-
-WXDIR = $(WXWIN)
-WXLIB = $(WXDIR)\lib\wx.lib
-INCDIR = $(WXDIR)\include
-INCLUDE=$(INCDIR)
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\wxWindows
 TARGET=statbar
-
-include $(WXDIR)\src\makesc.env
-
-statbar.exe: statbar.obj $(DEFFILE) statbar.res
-       *$(CC) $(LDFLAGS) -o$@ $** $(LIBS)
-    *$(RC) -k statbar.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
diff --git a/samples/taskbar/makefile.sc b/samples/taskbar/makefile.sc
new file mode 100644 (file)
index 0000000..5eb654b
--- /dev/null
@@ -0,0 +1,6 @@
+#Digital Mars (was Symantec) C++ makefile 
+WXDIR = $(WXWIN)
+EXTRALIBS=
+TARGET=tbtest
+OBJECTS = $(TARGET).obj
+include $(WXDIR)\src\makeprog.sc
diff --git a/samples/text/Makefile.sc b/samples/text/Makefile.sc
new file mode 100644 (file)
index 0000000..dac57b1
--- /dev/null
@@ -0,0 +1,6 @@
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\wxWindows
+TARGET=text
+OBJECTS = $(TARGET).obj 
+EXTRALIBS =
+include $(WXDIR)\src\makeprog.sc
index 6de8e6893cea06026c6fa3b86a27019ac1ced554..8c8d2eb55ca915203235d133deadfb2ff09eb262 100644 (file)
@@ -1,37 +1,6 @@
-# Purpose: makefile for toolbar example (Symantec C++)
-# Created: 2000-03-14
-
-WXDIR = $(WXWIN)
-WXLIB = $(WXDIR)\lib\wx.lib
-INCDIR = $(WXDIR)\include
-INCLUDE=$(INCDIR)
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\wxWindows
 TARGET=toolbar
-
-include $(WXDIR)\src\makesc.env
-
-toolbar.exe: toolbar.obj $(DEFFILE) toolbar.res
-       *$(CC) $(LDFLAGS) -o$@ $** $(LIBS)
-    *$(RC) -k toolbar.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
index 058a4bb27bbce62df993ecf18d193e66edff75b0..350df570f7eaa0ac5a7349c883026cc550168de3 100644 (file)
@@ -1,37 +1,6 @@
-# Purpose: makefile for treetest example (Symantec C++)
-# Created: 2000-03-15
-
-WXDIR = $(WXWIN)
-WXLIB = $(WXDIR)\lib\wx.lib
-INCDIR = $(WXDIR)\include
-INCLUDE=$(INCDIR)
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\wxWindows
 TARGET=treetest
-
-include $(WXDIR)\src\makesc.env
-
-treetest.exe: treetest.obj $(DEFFILE) treetest.res
-       *$(CC) $(LDFLAGS) -o$@ $** $(LIBS)
-    *$(RC) -k treetest.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
index dea8d1a4f3da1ac4bd40cf3ffc8418b40b0cf1d5..0e7de742adad19c183033ca6527b57b1161a9d80 100644 (file)
@@ -1,37 +1,6 @@
-# Purpose: makefile for typetest example (Symantec C++)
-# Created: 2000-03-14
-
-WXDIR = $(WXWIN)
-WXLIB = $(WXDIR)\lib\wx.lib
-INCDIR = $(WXDIR)\include
-INCLUDE=$(INCDIR)
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\wxWindows
 TARGET=typetest
-
-include $(WXDIR)\src\makesc.env
-
-typetest.exe: typetest.obj $(DEFFILE) typetest.res
-       *$(CC) $(LDFLAGS) -o$@ $** $(LIBS)
-    *$(RC) -k typetest.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
index 6245a2917dd323bf4842dafad57a9bbb19a818a2..28d2868b20e3b4fd4a4a672648b4def4cc579daf 100644 (file)
@@ -1,37 +1,6 @@
-# Purpose: makefile for validate example (Symantec C++)
-# Created: 2000-03-14
-
-WXDIR = $(WXWIN)
-WXLIB = $(WXDIR)\lib\wx.lib
-INCDIR = $(WXDIR)\include
-INCLUDE=$(INCDIR)
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\wxWindows
 TARGET=validate
-
-include $(WXDIR)\src\makesc.env
-
-validate.exe: validate.obj $(DEFFILE) validate.res
-       *$(CC) $(LDFLAGS) -o$@ $** $(LIBS)
-    *$(RC) -k validate.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
diff --git a/samples/vscroll/Makefile.sc b/samples/vscroll/Makefile.sc
new file mode 100644 (file)
index 0000000..ad55749
--- /dev/null
@@ -0,0 +1,6 @@
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\wxWindows
+TARGET=vstest
+OBJECTS = $(TARGET).obj 
+EXTRALIBS =
+include $(WXDIR)\src\makeprog.sc
diff --git a/samples/widgets/Makefile.sc b/samples/widgets/Makefile.sc
new file mode 100644 (file)
index 0000000..979d862
--- /dev/null
@@ -0,0 +1,6 @@
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\wxWindows
+TARGET=widgets
+OBJECTS = $(TARGET).obj 
+EXTRALIBS =
+include $(WXDIR)\src\makeprog.sc
index 3a0045e8f3e555ba8a78b259a4468ef2f3f481d3..2a81cda914b182c844c5813f783d347fab5a3c73 100644 (file)
@@ -1,37 +1,6 @@
-# Purpose: makefile for wizard example (Symantec C++)
-# Created: 2000-03-15
-
-WXDIR = $(WXWIN)
-WXLIB = $(WXDIR)\lib\wx.lib
-INCDIR = $(WXDIR)\include
-INCLUDE=$(INCDIR)
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\wxWindows
 TARGET=wizard
-
-include $(WXDIR)\src\makesc.env
-
-wizard.exe: wizard.obj $(DEFFILE) wizard.res
-       *$(CC) $(LDFLAGS) -o$@ $** $(LIBS)
-    *$(RC) -k wizard.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
diff --git a/samples/wxtest/Makefile.sc b/samples/wxtest/Makefile.sc
new file mode 100644 (file)
index 0000000..6bed9cc
--- /dev/null
@@ -0,0 +1,6 @@
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\wxWindows
+TARGET=test
+OBJECTS = $(TARGET).obj 
+EXTRALIBS =
+include $(WXDIR)\src\makeprog.sc