From 065bb76dbabfced18c324d37557f1a9b264ae796 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Tue, 1 Aug 2006 12:49:12 +0000 Subject: [PATCH] Removed unused Symantec (*.sc) build system. Symantec C++ is now replaced by DigitalMars. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/make_dist.mk | 2 +- contrib/samples/animate/makefile.sc | 36 -- .../samples/deprecated/proplist/makefile.sc | 37 -- .../samples/deprecated/resource/makefile.sc | 35 -- .../samples/deprecated/treelay/makefile.sc | 37 -- contrib/samples/gizmos/multicell/makefile.sc | 39 -- contrib/samples/gizmos/splittree/makefile.sc | 36 -- contrib/samples/stc/Makefile.sc | 6 - contrib/samples/svg/makefile.sc | 6 - distrib/msw/tmake/Makefile | 4 - distrib/msw/tmake/makeall.bat | 2 - distrib/msw/tmake/makeall.sh | 4 - samples/access/Makefile.sc | 6 - samples/artprov/Makefile.sc | 6 - samples/calendar/makefile.sc | 6 - samples/caret/Makefile.sc | 6 - samples/checklst/makefile.sc | 6 - samples/config/Makefile.sc | 6 - samples/console/makefile.sc | 6 - samples/controls/makefile.sc | 6 - samples/db/makefile.sc | 6 - samples/dialogs/makefile.sc | 6 - samples/dialup/makefile.sc | 6 - samples/display/Makefile.sc | 6 - samples/dnd/makefile.sc | 6 - samples/docview/makefile.sc | 6 - samples/docvwmdi/makefile.sc | 6 - samples/dragimag/makefile.sc | 6 - samples/drawing/makefile.sc | 6 - samples/dynamic/makefile.sc | 6 - samples/erase/makefile.sc | 6 - samples/event/makefile.sc | 6 - samples/exec/makefile.sc | 6 - samples/font/makefile.sc | 6 - samples/grid/makefile.sc | 6 - samples/help/makefile.sc | 6 - samples/htlbox/Makefile.sc | 6 - samples/html/about/Makefile.sc | 6 - samples/html/help/Makefile.sc | 6 - samples/html/printing/Makefile.sc | 6 - samples/html/test/makefile.sc | 6 - samples/html/virtual/Makefile.sc | 6 - samples/html/widget/Makefile.sc | 6 - samples/html/zip/Makefile.sc | 6 - samples/image/makefile.sc | 6 - samples/internat/makefile.sc | 6 - samples/ipc/client.sc | 6 - samples/ipc/server.sc | 6 - samples/joytest/makefile.sc | 7 - samples/keyboard/makefile.sc | 6 - samples/layout/makefile.sc | 6 - samples/listctrl/makefile.sc | 6 - samples/makefile.sc | 83 ---- samples/mdi/makefile.sc | 5 - samples/memcheck/makefile.sc | 6 - samples/menu/makefile.sc | 6 - samples/mfc/makefile.sc | 7 - samples/minifram/makefile.sc | 6 - samples/minimal/makefile.sc | 5 - samples/multimon/Makefile.sc | 6 - samples/nativdlg/makefile.sc | 6 - samples/notebook/makefile.sc | 6 - samples/oleauto/makefile.sc | 6 - samples/opengl/makefile.sc | 4 - samples/ownerdrw/makefile.sc | 6 - samples/png/Makefile.sc | 6 - samples/printing/makefile.sc | 6 - samples/propsize/makefile.sc | 6 - samples/regtest/makefile.sc | 6 - samples/rotate/makefile.sc | 6 - samples/sashtest/makefile.sc | 6 - samples/scroll/makefile.sc | 6 - samples/scrollsub/makefile.sc | 6 - samples/shaped/makefile.sc | 6 - samples/sockets/client.sc | 6 - samples/sockets/makefile.sc | 8 - samples/sockets/server.sc | 6 - samples/splitter/makefile.sc | 6 - samples/statbar/makefile.sc | 6 - samples/stc/Makefile.sc | 6 - samples/svg/makefile.sc | 6 - samples/taskbar/makefile.sc | 6 - samples/text/Makefile.sc | 6 - samples/thread/makefile.sc | 9 - samples/toolbar/makefile.sc | 6 - samples/typetest/makefile.sc | 6 - samples/vscroll/Makefile.sc | 6 - samples/widgets/Makefile.sc | 7 - samples/wizard/makefile.sc | 6 - src/jpeg/makefile.sc | 67 --- src/makelib.sc | 22 - src/makeprog.sc | 28 -- src/makesc.env | 51 --- src/msw/makefile.sc | 411 ------------------ src/png/makefile.sc | 35 -- src/tiff/makefile.sc | 54 --- 96 files changed, 1 insertion(+), 1454 deletions(-) delete mode 100644 contrib/samples/animate/makefile.sc delete mode 100644 contrib/samples/deprecated/proplist/makefile.sc delete mode 100644 contrib/samples/deprecated/resource/makefile.sc delete mode 100644 contrib/samples/deprecated/treelay/makefile.sc delete mode 100644 contrib/samples/gizmos/multicell/makefile.sc delete mode 100644 contrib/samples/gizmos/splittree/makefile.sc delete mode 100644 contrib/samples/stc/Makefile.sc delete mode 100644 contrib/samples/svg/makefile.sc delete mode 100644 samples/access/Makefile.sc delete mode 100644 samples/artprov/Makefile.sc delete mode 100644 samples/calendar/makefile.sc delete mode 100644 samples/caret/Makefile.sc delete mode 100644 samples/checklst/makefile.sc delete mode 100644 samples/config/Makefile.sc delete mode 100644 samples/console/makefile.sc delete mode 100644 samples/controls/makefile.sc delete mode 100644 samples/db/makefile.sc delete mode 100644 samples/dialogs/makefile.sc delete mode 100644 samples/dialup/makefile.sc delete mode 100644 samples/display/Makefile.sc delete mode 100644 samples/dnd/makefile.sc delete mode 100644 samples/docview/makefile.sc delete mode 100644 samples/docvwmdi/makefile.sc delete mode 100644 samples/dragimag/makefile.sc delete mode 100644 samples/drawing/makefile.sc delete mode 100644 samples/dynamic/makefile.sc delete mode 100644 samples/erase/makefile.sc delete mode 100644 samples/event/makefile.sc delete mode 100644 samples/exec/makefile.sc delete mode 100644 samples/font/makefile.sc delete mode 100644 samples/grid/makefile.sc delete mode 100644 samples/help/makefile.sc delete mode 100644 samples/htlbox/Makefile.sc delete mode 100644 samples/html/about/Makefile.sc delete mode 100644 samples/html/help/Makefile.sc delete mode 100644 samples/html/printing/Makefile.sc delete mode 100644 samples/html/test/makefile.sc delete mode 100644 samples/html/virtual/Makefile.sc delete mode 100644 samples/html/widget/Makefile.sc delete mode 100644 samples/html/zip/Makefile.sc delete mode 100644 samples/image/makefile.sc delete mode 100644 samples/internat/makefile.sc delete mode 100644 samples/ipc/client.sc delete mode 100644 samples/ipc/server.sc delete mode 100644 samples/joytest/makefile.sc delete mode 100644 samples/keyboard/makefile.sc delete mode 100644 samples/layout/makefile.sc delete mode 100644 samples/listctrl/makefile.sc delete mode 100644 samples/makefile.sc delete mode 100644 samples/mdi/makefile.sc delete mode 100644 samples/memcheck/makefile.sc delete mode 100644 samples/menu/makefile.sc delete mode 100644 samples/mfc/makefile.sc delete mode 100644 samples/minifram/makefile.sc delete mode 100644 samples/minimal/makefile.sc delete mode 100644 samples/multimon/Makefile.sc delete mode 100644 samples/nativdlg/makefile.sc delete mode 100644 samples/notebook/makefile.sc delete mode 100644 samples/oleauto/makefile.sc delete mode 100644 samples/opengl/makefile.sc delete mode 100644 samples/ownerdrw/makefile.sc delete mode 100644 samples/png/Makefile.sc delete mode 100644 samples/printing/makefile.sc delete mode 100644 samples/propsize/makefile.sc delete mode 100644 samples/regtest/makefile.sc delete mode 100644 samples/rotate/makefile.sc delete mode 100644 samples/sashtest/makefile.sc delete mode 100644 samples/scroll/makefile.sc delete mode 100644 samples/scrollsub/makefile.sc delete mode 100644 samples/shaped/makefile.sc delete mode 100644 samples/sockets/client.sc delete mode 100644 samples/sockets/makefile.sc delete mode 100644 samples/sockets/server.sc delete mode 100644 samples/splitter/makefile.sc delete mode 100644 samples/statbar/makefile.sc delete mode 100644 samples/stc/Makefile.sc delete mode 100644 samples/svg/makefile.sc delete mode 100644 samples/taskbar/makefile.sc delete mode 100644 samples/text/Makefile.sc delete mode 100644 samples/thread/makefile.sc delete mode 100644 samples/toolbar/makefile.sc delete mode 100644 samples/typetest/makefile.sc delete mode 100644 samples/vscroll/Makefile.sc delete mode 100644 samples/widgets/Makefile.sc delete mode 100644 samples/wizard/makefile.sc delete mode 100644 src/jpeg/makefile.sc delete mode 100644 src/makelib.sc delete mode 100644 src/makeprog.sc delete mode 100644 src/makesc.env delete mode 100644 src/msw/makefile.sc delete mode 100644 src/png/makefile.sc delete mode 100644 src/tiff/makefile.sc diff --git a/build/bakefiles/make_dist.mk b/build/bakefiles/make_dist.mk index 965f9e7a4e..9ebe34dfcc 100644 --- a/build/bakefiles/make_dist.mk +++ b/build/bakefiles/make_dist.mk @@ -812,7 +812,7 @@ debian-dist: debian-native-dist debian-msw-dirs MSW_DIST -o -name "*.dsw" -o -name "*.hh*" -o -name "*.mms" \ -o -name "*.mcp" -o -name "*M*.xml" -o -name "*.r" \ -o -name "*.pro" \ - -o -name "*.vpj" -o -name "*.sc" \ + -o -name "*.vpj" \ -o \( -name "makefile.*" -a ! -name "makefile.unx" \) \ \) -print0 | xargs -0 rm -rf diff --git a/contrib/samples/animate/makefile.sc b/contrib/samples/animate/makefile.sc deleted file mode 100644 index c55f65c7d7..0000000000 --- a/contrib/samples/animate/makefile.sc +++ /dev/null @@ -1,36 +0,0 @@ -# Symantec C++ makefile - -WXDIR = $(WXWIN) -WXLIB = $(WXDIR)\lib\wx.lib -INCDIR = $(WXDIR)\include -INCLUDE=$(INCDIR) -TARGET=minimal - -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 - diff --git a/contrib/samples/deprecated/proplist/makefile.sc b/contrib/samples/deprecated/proplist/makefile.sc deleted file mode 100644 index ccb825a992..0000000000 --- a/contrib/samples/deprecated/proplist/makefile.sc +++ /dev/null @@ -1,37 +0,0 @@ -# Purpose: makefile for proplist example (Symantec C++) -# Created: 2000-03-15 - -WXDIR = $(WXWIN) -WXLIB = $(WXDIR)\lib\wx.lib -INCDIR = $(WXDIR)\include -INCLUDE=$(INCDIR) -TARGET=proplist - -include $(WXDIR)\src\makesc.env - -proplist.exe: proplist.obj $(DEFFILE) proplist.res - *$(CC) $(LDFLAGS) -o$@ $** $(LIBS) - *$(RC) -k proplist.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 - diff --git a/contrib/samples/deprecated/resource/makefile.sc b/contrib/samples/deprecated/resource/makefile.sc deleted file mode 100644 index 235c8f8bc1..0000000000 --- a/contrib/samples/deprecated/resource/makefile.sc +++ /dev/null @@ -1,35 +0,0 @@ -# Symantec C++ makefile for hello example -# NOTE that peripheral libraries are now dealt in main wxWindows 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 - diff --git a/contrib/samples/deprecated/treelay/makefile.sc b/contrib/samples/deprecated/treelay/makefile.sc deleted file mode 100644 index 6aa3c422c1..0000000000 --- a/contrib/samples/deprecated/treelay/makefile.sc +++ /dev/null @@ -1,37 +0,0 @@ -# Purpose: makefile for treelay example (Symantec C++) -# Created: 2000-03-15 - -WXDIR = $(WXWIN) -WXLIB = $(WXDIR)\lib\wx.lib -INCDIR = $(WXDIR)\include -INCLUDE=$(INCDIR) -TARGET=treelay - -include $(WXDIR)\src\makesc.env - -treelay.exe: treelay.obj $(DEFFILE) treelay.res - *$(CC) $(LDFLAGS) -o$@ $** $(LIBS) - *$(RC) -k treelay.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 - diff --git a/contrib/samples/gizmos/multicell/makefile.sc b/contrib/samples/gizmos/multicell/makefile.sc deleted file mode 100644 index 4a96edffd1..0000000000 --- a/contrib/samples/gizmos/multicell/makefile.sc +++ /dev/null @@ -1,39 +0,0 @@ -# Purpose: makefile for multicell example (Symantec C++) -# Created 2000-07-28 - -WXDIR = $(WXWIN) -WXLIB = $(WXDIR)\lib\wx.lib -INCDIR = $(WXDIR)\include -INCLUDE=$(INCDIR) -TARGET=mtest -OBJECTS = $(TARGET).obj ..\src\multicell.obj -EXTRAINC=-I..\include - -include $(WXDIR)\src\makesc.env - -mtest.exe: $(OBJECTS) $(DEFFILE) mtest.res - *$(CC) $(LDFLAGS) -o$@ $** $(LIBS) - *$(RC) -k mtest.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 - diff --git a/contrib/samples/gizmos/splittree/makefile.sc b/contrib/samples/gizmos/splittree/makefile.sc deleted file mode 100644 index c55f65c7d7..0000000000 --- a/contrib/samples/gizmos/splittree/makefile.sc +++ /dev/null @@ -1,36 +0,0 @@ -# Symantec C++ makefile - -WXDIR = $(WXWIN) -WXLIB = $(WXDIR)\lib\wx.lib -INCDIR = $(WXDIR)\include -INCLUDE=$(INCDIR) -TARGET=minimal - -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 - diff --git a/contrib/samples/stc/Makefile.sc b/contrib/samples/stc/Makefile.sc deleted file mode 100644 index fe5084d999..0000000000 --- a/contrib/samples/stc/Makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\..\..\..\wxWindows -TARGET=stctest -OBJECTS = $(TARGET).obj -EXTRALIBS = $(WXDIR)\lib\stc_sc.lib -include $(WXDIR)\src\makeprog.sc diff --git a/contrib/samples/svg/makefile.sc b/contrib/samples/svg/makefile.sc deleted file mode 100644 index 16c3d00572..0000000000 --- a/contrib/samples/svg/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -WXDIR = ..\..\.. -EXTRALIBS=dcsvg_sc -TARGET=svgtest -OBJECTS = $(TARGET).obj -include $(WXDIR)\src\makeprog.sc diff --git a/distrib/msw/tmake/Makefile b/distrib/msw/tmake/Makefile index a1bc0bda99..c023b7b7f2 100644 --- a/distrib/msw/tmake/Makefile +++ b/distrib/msw/tmake/Makefile @@ -11,7 +11,6 @@ all: $(MSW_MAKEFILES_DIR)/makefile.vc \ $(MSW_MAKEFILES_DIR)/makefile.b32 \ $(MSW_MAKEFILES_DIR)/makefile.dos \ $(MSW_MAKEFILES_DIR)/makefile.bcc \ - $(MSW_MAKEFILES_DIR)/makefile.sc \ $(MSW_MAKEFILES_DIR)/makefile.wat \ $(MSW_MAKEFILES_DIR)/makefile.g95 \ $(WXDIR)/Makefile.in \ @@ -43,9 +42,6 @@ $(MSW_MAKEFILES_DIR)/makefile.dos: dos.t filelist.txt wxwin.pro $(MSW_MAKEFILES_DIR)/makefile.bcc: bcc.t filelist.txt wxwin.pro $(TMAKE) -t bcc wxwin.pro -o $@ -$(MSW_MAKEFILES_DIR)/makefile.sc: sc.t filelist.txt wxwin.pro - $(TMAKE) -t sc wxwin.pro -o $@ - $(MSW_MAKEFILES_DIR)/makefile.wat: wat.t filelist.txt wxwin.pro $(TMAKE) -t wat wxwin.pro -o $@ diff --git a/distrib/msw/tmake/makeall.bat b/distrib/msw/tmake/makeall.bat index af0b16ae66..7a1484c0b5 100755 --- a/distrib/msw/tmake/makeall.bat +++ b/distrib/msw/tmake/makeall.bat @@ -54,8 +54,6 @@ echo Generating for Borland C++ (16 bits)... %TM% -t bcc wxwin.pro -o %WXDIR%\src\msw\makefile.bcc echo Generating for Cygwin/Mingw32 %TM% -t g95 wxwin.pro -o %WXDIR%\src\msw\makefile.g95 -echo Generating for Symantec C++... -%TM% -t sc wxwin.pro -o %WXDIR%\src\msw\makefile.sc echo Generating for Watcom C++... %TM% -t wat wxwin.pro -o %WXDIR%\src\msw\makefile.wat echo Generating for Unix and Configure... diff --git a/distrib/msw/tmake/makeall.sh b/distrib/msw/tmake/makeall.sh index a1776364e5..e1130f6013 100755 --- a/distrib/msw/tmake/makeall.sh +++ b/distrib/msw/tmake/makeall.sh @@ -34,10 +34,6 @@ do echo "Generating $mswdir/makefile.g95 for Cygwin/Mingw32..." $TMAKE -t g95 wxwin.pro -o $mswdir/makefile.g95;; - sc.t) - echo "Generating $mswdir/makefile.sc for Symantec C++..." - $TMAKE -t sc wxwin.pro -o $mswdir/makefile.sc;; - vc.t) echo "Generating $mswdir/makefile.vc for Visual C++ 4.0..." $TMAKE -t vc wxwin.pro -o $mswdir/makefile.vc;; diff --git a/samples/access/Makefile.sc b/samples/access/Makefile.sc deleted file mode 100644 index d4c38911c4..0000000000 --- a/samples/access/Makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\.. -TARGET=accesstest -OBJECTS = $(TARGET).obj -EXTRALIBS = -include $(WXDIR)\src\makeprog.sc diff --git a/samples/artprov/Makefile.sc b/samples/artprov/Makefile.sc deleted file mode 100644 index 928f493486..0000000000 --- a/samples/artprov/Makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\.. -TARGET=arttest -OBJECTS = $(TARGET).obj artbrows.obj -EXTRALIBS = -include $(WXDIR)\src\makeprog.sc diff --git a/samples/calendar/makefile.sc b/samples/calendar/makefile.sc deleted file mode 100644 index fb1180676a..0000000000 --- a/samples/calendar/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\.. -TARGET=calendar -OBJECTS = $(TARGET).obj -EXTRALIBS = -include $(WXDIR)\src\makeprog.sc diff --git a/samples/caret/Makefile.sc b/samples/caret/Makefile.sc deleted file mode 100644 index 536ddadb6f..0000000000 --- a/samples/caret/Makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\.. -TARGET=caret -OBJECTS = $(TARGET).obj -EXTRALIBS = -include $(WXDIR)\src\makeprog.sc diff --git a/samples/checklst/makefile.sc b/samples/checklst/makefile.sc deleted file mode 100644 index 319c5cd35e..0000000000 --- a/samples/checklst/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -WXDIR = ..\.. -EXTRALIBS= -TARGET=checklst -OBJECTS = $(TARGET).obj -include $(WXDIR)\src\makeprog.sc diff --git a/samples/config/Makefile.sc b/samples/config/Makefile.sc deleted file mode 100644 index 4c14a167ee..0000000000 --- a/samples/config/Makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\.. -TARGET=conftest -OBJECTS = $(TARGET).obj -EXTRALIBS = -include $(WXDIR)\src\makeprog.sc diff --git a/samples/console/makefile.sc b/samples/console/makefile.sc deleted file mode 100644 index accd233c44..0000000000 --- a/samples/console/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -WXDIR = $(WXWIN) -EXTRALIBS= -TARGET=console -OBJECTS = $(TARGET).obj -include $(WXDIR)\src\makeprog.sc diff --git a/samples/controls/makefile.sc b/samples/controls/makefile.sc deleted file mode 100644 index 7623577efc..0000000000 --- a/samples/controls/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\.. -TARGET=controls -OBJECTS = $(TARGET).obj -EXTRALIBS = -include $(WXDIR)\src\makeprog.sc diff --git a/samples/db/makefile.sc b/samples/db/makefile.sc deleted file mode 100644 index 7ad74634a6..0000000000 --- a/samples/db/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -WXDIR = ..\.. -EXTRALIBS= -TARGET=dbtest -OBJECTS = $(TARGET).obj listdb.obj -include $(WXDIR)\src\makeprog.sc diff --git a/samples/dialogs/makefile.sc b/samples/dialogs/makefile.sc deleted file mode 100644 index d8dd828609..0000000000 --- a/samples/dialogs/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\.. -TARGET=dialogs -OBJECTS = $(TARGET).obj -EXTRALIBS = -include $(WXDIR)\src\makeprog.sc diff --git a/samples/dialup/makefile.sc b/samples/dialup/makefile.sc deleted file mode 100644 index ed6a3c3054..0000000000 --- a/samples/dialup/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -WXDIR = ..\.. -EXTRALIBS= -TARGET=nettest -OBJECTS = $(TARGET).obj -include $(WXDIR)\src\makeprog.sc diff --git a/samples/display/Makefile.sc b/samples/display/Makefile.sc deleted file mode 100644 index 850c448208..0000000000 --- a/samples/display/Makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#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 deleted file mode 100644 index 9c4baf90ad..0000000000 --- a/samples/dnd/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -WXDIR = ..\.. -EXTRALIBS= -TARGET=dnd -OBJECTS = $(TARGET).obj -include $(WXDIR)\src\makeprog.sc diff --git a/samples/docview/makefile.sc b/samples/docview/makefile.sc deleted file mode 100644 index 8ce6b49d53..0000000000 --- a/samples/docview/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\.. -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 deleted file mode 100644 index 5b89e188f2..0000000000 --- a/samples/docvwmdi/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -WXDIR = ..\.. -EXTRALIBS= -TARGET=docview -OBJECTS = $(TARGET).obj view.obj doc.obj -include $(WXDIR)\src\makeprog.sc diff --git a/samples/dragimag/makefile.sc b/samples/dragimag/makefile.sc deleted file mode 100644 index de64a90839..0000000000 --- a/samples/dragimag/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\.. -TARGET=dragimag -OBJECTS = $(TARGET).obj -EXTRALIBS = -include $(WXDIR)\src\makeprog.sc diff --git a/samples/drawing/makefile.sc b/samples/drawing/makefile.sc deleted file mode 100644 index c009cae882..0000000000 --- a/samples/drawing/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -WXDIR = ..\.. -EXTRALIBS= -TARGET=drawing -OBJECTS = $(TARGET).obj -include $(WXDIR)\src\makeprog.sc diff --git a/samples/dynamic/makefile.sc b/samples/dynamic/makefile.sc deleted file mode 100644 index 56bec95d0e..0000000000 --- a/samples/dynamic/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -WXDIR = ..\.. -EXTRALIBS= -TARGET=dynamic -OBJECTS = $(TARGET).obj -include $(WXDIR)\src\makeprog.sc diff --git a/samples/erase/makefile.sc b/samples/erase/makefile.sc deleted file mode 100644 index 72c1953e5a..0000000000 --- a/samples/erase/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -WXDIR = ..\.. -EXTRALIBS= -TARGET=erase -OBJECTS = $(TARGET).obj -include $(WXDIR)\src\makeprog.sc diff --git a/samples/event/makefile.sc b/samples/event/makefile.sc deleted file mode 100644 index 450c1c3895..0000000000 --- a/samples/event/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\.. -TARGET=event -OBJECTS = $(TARGET).obj -EXTRALIBS = -include $(WXDIR)\src\makeprog.sc diff --git a/samples/exec/makefile.sc b/samples/exec/makefile.sc deleted file mode 100644 index 04ebb1face..0000000000 --- a/samples/exec/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\.. -TARGET=exec -OBJECTS = $(TARGET).obj -EXTRALIBS = -include $(WXDIR)\src\makeprog.sc diff --git a/samples/font/makefile.sc b/samples/font/makefile.sc deleted file mode 100644 index fea69b76b2..0000000000 --- a/samples/font/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -WXDIR = ..\.. -EXTRALIBS= -TARGET=font -OBJECTS = $(TARGET).obj -include $(WXDIR)\src\makeprog.sc diff --git a/samples/grid/makefile.sc b/samples/grid/makefile.sc deleted file mode 100644 index a2562850c9..0000000000 --- a/samples/grid/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -WXDIR = ..\.. -EXTRALIBS= -TARGET=griddemo -OBJECTS= $(TARGET).obj -include $(WXDIR)\src\makeprog.sc diff --git a/samples/help/makefile.sc b/samples/help/makefile.sc deleted file mode 100644 index fecaba3732..0000000000 --- a/samples/help/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -WXDIR = ..\.. -EXTRALIBS= -TARGET=demo -OBJECTS = $(TARGET).obj -include $(WXDIR)\src\makeprog.sc diff --git a/samples/htlbox/Makefile.sc b/samples/htlbox/Makefile.sc deleted file mode 100644 index f5619971b2..0000000000 --- a/samples/htlbox/Makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#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 deleted file mode 100644 index 56cb9a5215..0000000000 --- a/samples/html/about/Makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\..\.. -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 deleted file mode 100644 index c6a9340e08..0000000000 --- a/samples/html/help/Makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\..\.. -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 deleted file mode 100644 index e415fd2f28..0000000000 --- a/samples/html/printing/Makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\..\.. -TARGET=printing -OBJECTS = $(TARGET).obj -EXTRALIBS = -include $(WXDIR)\src\makeprog.sc diff --git a/samples/html/test/makefile.sc b/samples/html/test/makefile.sc deleted file mode 100644 index 894f9fd9f3..0000000000 --- a/samples/html/test/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\..\.. -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 deleted file mode 100644 index 2010b7d422..0000000000 --- a/samples/html/virtual/Makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\..\.. -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 deleted file mode 100644 index 50e13bfc24..0000000000 --- a/samples/html/widget/Makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\..\.. -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 deleted file mode 100644 index 98dcb9e798..0000000000 --- a/samples/html/zip/Makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\..\.. -TARGET=zip -OBJECTS = $(TARGET).obj -EXTRALIBS = -include $(WXDIR)\src\makeprog.sc diff --git a/samples/image/makefile.sc b/samples/image/makefile.sc deleted file mode 100644 index 6460f2130b..0000000000 --- a/samples/image/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\.. -TARGET=image -OBJECTS = $(TARGET).obj -EXTRALIBS = -include $(WXDIR)\src\makeprog.sc diff --git a/samples/internat/makefile.sc b/samples/internat/makefile.sc deleted file mode 100644 index 516a0b574d..0000000000 --- a/samples/internat/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\.. -TARGET=internat -OBJECTS = $(TARGET).obj -EXTRALIBS = -include $(WXDIR)\src\makeprog.sc diff --git a/samples/ipc/client.sc b/samples/ipc/client.sc deleted file mode 100644 index b69e49e3d1..0000000000 --- a/samples/ipc/client.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -WXDIR = ..\.. -TARGET=client -OBJECTS=$(TARGET).obj -EXTRALIBS= -include $(WXDIR)\src\makeprog.sc diff --git a/samples/ipc/server.sc b/samples/ipc/server.sc deleted file mode 100644 index c46ba1a349..0000000000 --- a/samples/ipc/server.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -WXDIR = ..\.. -TARGET=server -OBJECTS=$(TARGET).obj -EXTRALIBS= -include $(WXDIR)\src\makeprog.sc diff --git a/samples/joytest/makefile.sc b/samples/joytest/makefile.sc deleted file mode 100644 index bcacd48b3a..0000000000 --- a/samples/joytest/makefile.sc +++ /dev/null @@ -1,7 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -WXDIR = ..\.. -EXTRALIBS= - -TARGET=joytest -OBJECTS = $(TARGET).obj -include $(WXDIR)\src\makeprog.sc diff --git a/samples/keyboard/makefile.sc b/samples/keyboard/makefile.sc deleted file mode 100644 index 227437be27..0000000000 --- a/samples/keyboard/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -WXDIR = ..\.. -EXTRALIBS= -TARGET=keyboard -OBJECTS = $(TARGET).obj -include $(WXDIR)\src\makeprog.sc diff --git a/samples/layout/makefile.sc b/samples/layout/makefile.sc deleted file mode 100644 index 6e67c4ad94..0000000000 --- a/samples/layout/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\.. -TARGET=layout -OBJECTS = $(TARGET).obj -EXTRALIBS = -include $(WXDIR)\src\makeprog.sc diff --git a/samples/listctrl/makefile.sc b/samples/listctrl/makefile.sc deleted file mode 100644 index 2335fe68dd..0000000000 --- a/samples/listctrl/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -WXDIR = ..\.. -EXTRALIBS= -TARGET=listtest -OBJECTS = $(TARGET).obj -include $(WXDIR)\src\makeprog.sc diff --git a/samples/makefile.sc b/samples/makefile.sc deleted file mode 100644 index 78309f2e2f..0000000000 --- a/samples/makefile.sc +++ /dev/null @@ -1,83 +0,0 @@ -#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\bytes\makefile.sc $@ - - - diff --git a/samples/mdi/makefile.sc b/samples/mdi/makefile.sc deleted file mode 100644 index fd24b217fa..0000000000 --- a/samples/mdi/makefile.sc +++ /dev/null @@ -1,5 +0,0 @@ -# Digital Mars / Symantec C++ makefile -WXDIR = ..\.. -TARGET=mdi -OBJECTS = $(TARGET).obj -include $(WXDIR)\src\makeprog.sc diff --git a/samples/memcheck/makefile.sc b/samples/memcheck/makefile.sc deleted file mode 100644 index 4843145f5a..0000000000 --- a/samples/memcheck/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#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 deleted file mode 100644 index 44cd1ae98e..0000000000 --- a/samples/menu/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -WXDIR = ..\.. -EXTRALIBS= -TARGET=menu -OBJECTS = $(TARGET).obj -include $(WXDIR)\src\makeprog.sc diff --git a/samples/mfc/makefile.sc b/samples/mfc/makefile.sc deleted file mode 100644 index 2f23af2d79..0000000000 --- a/samples/mfc/makefile.sc +++ /dev/null @@ -1,7 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -WXDIR = $(WXWIN) -EXTRALIBS= -TARGET=hello -$(TARGET).exe: $(OBJECTS) $(TARGET).def $(TARGET).res -$(TARGET) -include $(WXDIR)\src\makeprog.sc diff --git a/samples/minifram/makefile.sc b/samples/minifram/makefile.sc deleted file mode 100644 index c2a8fcbe3c..0000000000 --- a/samples/minifram/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\.. -TARGET=minifram -OBJECTS = $(TARGET).obj -EXTRALIBS = -include $(WXDIR)\src\makeprog.sc diff --git a/samples/minimal/makefile.sc b/samples/minimal/makefile.sc deleted file mode 100644 index 181a939f04..0000000000 --- a/samples/minimal/makefile.sc +++ /dev/null @@ -1,5 +0,0 @@ -# Digital Mars / Symantec C++ makefile -WXDIR = ..\.. -TARGET=minimal -OBJECTS = $(TARGET).obj -include $(WXDIR)\src\makeprog.sc diff --git a/samples/multimon/Makefile.sc b/samples/multimon/Makefile.sc deleted file mode 100644 index 394a960d8c..0000000000 --- a/samples/multimon/Makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\..\..\wxWindows -TARGET=multimon_test -OBJECTS = $(TARGET).obj -EXTRALIBS = -include $(WXDIR)\src\makeprog.sc diff --git a/samples/nativdlg/makefile.sc b/samples/nativdlg/makefile.sc deleted file mode 100644 index 1bee812f82..0000000000 --- a/samples/nativdlg/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -WXDIR = ..\.. -EXTRALIBS= -TARGET=nativdlg -OBJECTS = $(TARGET).obj -include $(WXDIR)\src\makeprog.sc diff --git a/samples/notebook/makefile.sc b/samples/notebook/makefile.sc deleted file mode 100644 index 64584b5005..0000000000 --- a/samples/notebook/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\.. -TARGET=notebook -OBJECTS = $(TARGET).obj -EXTRALIBS = -include $(WXDIR)\src\makeprog.sc diff --git a/samples/oleauto/makefile.sc b/samples/oleauto/makefile.sc deleted file mode 100644 index 9dcf639543..0000000000 --- a/samples/oleauto/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -WXDIR = ..\.. -EXTRALIBS= -TARGET=oleauto -OBJECTS = $(TARGET).obj -include $(WXDIR)\src\makeprog.sc diff --git a/samples/opengl/makefile.sc b/samples/opengl/makefile.sc deleted file mode 100644 index 38b713e7a3..0000000000 --- a/samples/opengl/makefile.sc +++ /dev/null @@ -1,4 +0,0 @@ -#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 deleted file mode 100644 index 62c31c877d..0000000000 --- a/samples/ownerdrw/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -WXDIR = ..\.. -EXTRALIBS= -TARGET=ownerdrw -OBJECTS = $(TARGET).obj -include $(WXDIR)\src\makeprog.sc diff --git a/samples/png/Makefile.sc b/samples/png/Makefile.sc deleted file mode 100644 index 1bac49df28..0000000000 --- a/samples/png/Makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\.. -TARGET=pngdemo -OBJECTS = $(TARGET).obj -EXTRALIBS = -include $(WXDIR)\src\makeprog.sc diff --git a/samples/printing/makefile.sc b/samples/printing/makefile.sc deleted file mode 100644 index 6119daafd6..0000000000 --- a/samples/printing/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -WXDIR = ..\.. -EXTRALIBS= -TARGET=printing -OBJECTS = $(TARGET).obj -include $(WXDIR)\src\makeprog.sc diff --git a/samples/propsize/makefile.sc b/samples/propsize/makefile.sc deleted file mode 100644 index a6a28d7a58..0000000000 --- a/samples/propsize/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\.. -TARGET=propsize -OBJECTS = $(TARGET).obj -EXTRALIBS = -include $(WXDIR)\src\makeprog.sc diff --git a/samples/regtest/makefile.sc b/samples/regtest/makefile.sc deleted file mode 100644 index 202b0caf7e..0000000000 --- a/samples/regtest/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -WXDIR = ..\.. -EXTRALIBS= -TARGET=regtest -OBJECTS = $(TARGET).obj -include $(WXDIR)\src\makeprog.sc diff --git a/samples/rotate/makefile.sc b/samples/rotate/makefile.sc deleted file mode 100644 index 9e189a3e12..0000000000 --- a/samples/rotate/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -WXDIR = ..\.. -EXTRALIBS= -TARGET=rotate -OBJECTS = $(TARGET).obj -include $(WXDIR)\src\makeprog.sc diff --git a/samples/sashtest/makefile.sc b/samples/sashtest/makefile.sc deleted file mode 100644 index 12578da19d..0000000000 --- a/samples/sashtest/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\.. -TARGET=sashtest -OBJECTS = $(TARGET).obj -EXTRALIBS = -include $(WXDIR)\src\makeprog.sc diff --git a/samples/scroll/makefile.sc b/samples/scroll/makefile.sc deleted file mode 100644 index 97673ff075..0000000000 --- a/samples/scroll/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -WXDIR = ..\.. -EXTRALIBS= -TARGET=scroll -OBJECTS = $(TARGET).obj -include $(WXDIR)\src\makeprog.sc diff --git a/samples/scrollsub/makefile.sc b/samples/scrollsub/makefile.sc deleted file mode 100644 index 0f75a6920d..0000000000 --- a/samples/scrollsub/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -WXDIR = ..\.. -EXTRALIBS= -TARGET=scrollsub -OBJECTS = $(TARGET).obj -include $(WXDIR)\src\makeprog.sc diff --git a/samples/shaped/makefile.sc b/samples/shaped/makefile.sc deleted file mode 100644 index d40079553d..0000000000 --- a/samples/shaped/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\.. -TARGET=shaped -OBJECTS = $(TARGET).obj -EXTRALIBS = -include $(WXDIR)\src\makeprog.sc diff --git a/samples/sockets/client.sc b/samples/sockets/client.sc deleted file mode 100644 index 4ada6e8ca2..0000000000 --- a/samples/sockets/client.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -WXDIR = ..\.. -EXTRALIBS= -TARGET=client -OBJECTS = $(TARGET).obj -include $(WXDIR)\src\makeprog.sc diff --git a/samples/sockets/makefile.sc b/samples/sockets/makefile.sc deleted file mode 100644 index 9a43c3bcb3..0000000000 --- a/samples/sockets/makefile.sc +++ /dev/null @@ -1,8 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -all: - make -f client.sc - make -f server.sc - -clean: - make -f client.sc clean - make -f server.sc clean diff --git a/samples/sockets/server.sc b/samples/sockets/server.sc deleted file mode 100644 index faff57b3ce..0000000000 --- a/samples/sockets/server.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -WXDIR = ..\.. -EXTRALIBS= -TARGET=server -OBJECTS = $(TARGET).obj -include $(WXDIR)\src\makeprog.sc diff --git a/samples/splitter/makefile.sc b/samples/splitter/makefile.sc deleted file mode 100644 index 4b5b66b06f..0000000000 --- a/samples/splitter/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\.. -TARGET=splitter -OBJECTS = $(TARGET).obj -EXTRALIBS = -include $(WXDIR)\src\makeprog.sc diff --git a/samples/statbar/makefile.sc b/samples/statbar/makefile.sc deleted file mode 100644 index 0f0374c7c0..0000000000 --- a/samples/statbar/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\.. -TARGET=statbar -OBJECTS = $(TARGET).obj -EXTRALIBS = -include $(WXDIR)\src\makeprog.sc diff --git a/samples/stc/Makefile.sc b/samples/stc/Makefile.sc deleted file mode 100644 index fe5084d999..0000000000 --- a/samples/stc/Makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\..\..\..\wxWindows -TARGET=stctest -OBJECTS = $(TARGET).obj -EXTRALIBS = $(WXDIR)\lib\stc_sc.lib -include $(WXDIR)\src\makeprog.sc diff --git a/samples/svg/makefile.sc b/samples/svg/makefile.sc deleted file mode 100644 index 16c3d00572..0000000000 --- a/samples/svg/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -WXDIR = ..\..\.. -EXTRALIBS=dcsvg_sc -TARGET=svgtest -OBJECTS = $(TARGET).obj -include $(WXDIR)\src\makeprog.sc diff --git a/samples/taskbar/makefile.sc b/samples/taskbar/makefile.sc deleted file mode 100644 index 65d7e96908..0000000000 --- a/samples/taskbar/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Digital Mars (was Symantec) C++ makefile -WXDIR = ..\.. -EXTRALIBS= -TARGET=tbtest -OBJECTS = $(TARGET).obj -include $(WXDIR)\src\makeprog.sc diff --git a/samples/text/Makefile.sc b/samples/text/Makefile.sc deleted file mode 100644 index d0c3b33109..0000000000 --- a/samples/text/Makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\.. -TARGET=text -OBJECTS = $(TARGET).obj -EXTRALIBS = -include $(WXDIR)\src\makeprog.sc diff --git a/samples/thread/makefile.sc b/samples/thread/makefile.sc deleted file mode 100644 index 839478d57d..0000000000 --- a/samples/thread/makefile.sc +++ /dev/null @@ -1,9 +0,0 @@ -# Purpose: makefile for thread example (Symantec C++) -# Created: 2000-03-15 - -WXDIR = ..\.. -TARGET=thread -OBJECTS = $(TARGET).obj -EXTRALIBS = -include $(WXDIR)\src\makeprog.sc - diff --git a/samples/toolbar/makefile.sc b/samples/toolbar/makefile.sc deleted file mode 100644 index 4a1c7b4811..0000000000 --- a/samples/toolbar/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\.. -TARGET=toolbar -OBJECTS = $(TARGET).obj -EXTRALIBS = -include $(WXDIR)\src\makeprog.sc diff --git a/samples/typetest/makefile.sc b/samples/typetest/makefile.sc deleted file mode 100644 index 6f782f2e46..0000000000 --- a/samples/typetest/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\.. -TARGET=typetest -OBJECTS = $(TARGET).obj -EXTRALIBS = -include $(WXDIR)\src\makeprog.sc diff --git a/samples/vscroll/Makefile.sc b/samples/vscroll/Makefile.sc deleted file mode 100644 index ad557493f3..0000000000 --- a/samples/vscroll/Makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#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 deleted file mode 100644 index f53a99e348..0000000000 --- a/samples/widgets/Makefile.sc +++ /dev/null @@ -1,7 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\.. -TARGET=widgets -OBJECTS = $(TARGET).obj button.obj combobox.obj gauge.obj listbox.obj\ - notebook.obj radiobox.obj slider.obj spinbtn.obj static.obj textctrl.obj -EXTRALIBS = -include $(WXDIR)\src\makeprog.sc diff --git a/samples/wizard/makefile.sc b/samples/wizard/makefile.sc deleted file mode 100644 index 11ec6ae81f..0000000000 --- a/samples/wizard/makefile.sc +++ /dev/null @@ -1,6 +0,0 @@ -#Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\.. -TARGET=wizard -OBJECTS = $(TARGET).obj -EXTRALIBS = -include $(WXDIR)\src\makeprog.sc diff --git a/src/jpeg/makefile.sc b/src/jpeg/makefile.sc deleted file mode 100644 index 49ddf8ef9f..0000000000 --- a/src/jpeg/makefile.sc +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################## -# Name: src/jpeg/makefile.sc -# Purpose: build jpeg Digital Mars 8.33 compiler -# Author: Chris Elliott -# Created: 21.01.03 -# RCS-ID: $Id$ -# Licence: wxWindows licence -############################################################################## - -WXDIR = ..\.. - -include $(WXDIR)\src\makesc.env - -LIBTARGET=$(WXDIR)\lib\jpeg$(SC_SUFFIX).lib -THISDIR=$(WXDIR)\src\jpeg - -# variables -OBJECTS = \ - $(THISDIR)\jcomapi.obj \ - $(THISDIR)\jutils.obj \ - $(THISDIR)\jerror.obj \ - $(THISDIR)\jmemmgr.obj \ - $(THISDIR)\jmemnobs.obj \ - $(THISDIR)\jcapimin.obj \ - $(THISDIR)\jcapistd.obj \ - $(THISDIR)\jctrans.obj \ - $(THISDIR)\jcparam.obj \ - $(THISDIR)\jdatadst.obj \ - $(THISDIR)\jcinit.obj \ - $(THISDIR)\jcmaster.obj \ - $(THISDIR)\jcmarker.obj \ - $(THISDIR)\jcmainct.obj \ - $(THISDIR)\jcprepct.obj \ - $(THISDIR)\jccoefct.obj \ - $(THISDIR)\jccolor.obj \ - $(THISDIR)\jcsample.obj \ - $(THISDIR)\jchuff.obj \ - $(THISDIR)\jcphuff.obj \ - $(THISDIR)\jcdctmgr.obj \ - $(THISDIR)\jfdctfst.obj \ - $(THISDIR)\jfdctflt.obj \ - $(THISDIR)\jfdctint.obj \ - $(THISDIR)\jdapimin.obj \ - $(THISDIR)\jdapistd.obj \ - $(THISDIR)\jdtrans.obj \ - $(THISDIR)\jdatasrc.obj \ - $(THISDIR)\jdmaster.obj \ - $(THISDIR)\jdinput.obj \ - $(THISDIR)\jdmarker.obj \ - $(THISDIR)\jdhuff.obj \ - $(THISDIR)\jdphuff.obj \ - $(THISDIR)\jdmainct.obj \ - $(THISDIR)\jdcoefct.obj \ - $(THISDIR)\jdpostct.obj \ - $(THISDIR)\jddctmgr.obj \ - $(THISDIR)\jidctfst.obj \ - $(THISDIR)\jidctflt.obj \ - $(THISDIR)\jidctint.obj \ - $(THISDIR)\jidctred.obj \ - $(THISDIR)\jdsample.obj \ - $(THISDIR)\jdcolor.obj \ - $(THISDIR)\jquant1.obj \ - $(THISDIR)\jquant2.obj \ - $(THISDIR)\jdmerge.obj - -include $(WXDIR)\src\makelib.sc - diff --git a/src/makelib.sc b/src/makelib.sc deleted file mode 100644 index a14475acf3..0000000000 --- a/src/makelib.sc +++ /dev/null @@ -1,22 +0,0 @@ -############################################################################## -# Name: src/makelib.sc -# Purpose: build library Digital Mars 8.33 compiler -# Author: Chris Elliott -# Created: 21.01.03 -# RCS-ID: $Id$ -# Licence: wxWindows licence -############################################################################## - - - - -all: $(LIBTARGET) - -$(LIBTARGET): $(OBJECTS) - lib -c $(LIBTARGET) $(OBJECTS) - - -clean: - -del $(THISDIR)\*.obj - -del $(LIBTARGET) - diff --git a/src/makeprog.sc b/src/makeprog.sc deleted file mode 100644 index 165c33ca60..0000000000 --- a/src/makeprog.sc +++ /dev/null @@ -1,28 +0,0 @@ -# Symantec DigitalMars C++ makefile - -WXLIB = $(WXDIR)\lib\wx.lib -INCDIR = $(WXDIR)\include -INCLUDE=$(INCDIR) - -include $(WXDIR)\src\makesc.env - -$(TARGET).exe: $(OBJECTS) $(TARGET).res - link $(LDFLAGS) /DELEXECUTABLE /RC -L/exet:nt/su:windows $(OBJECTS), $@, $*, $(LIBDIR)\ $(LIBS) - - -clean: - -del *.obj - -del *.exe - -del *.res - -del *.map - -del *.rws - -del *.sym - - -cleanexe: - -del *.exe - -relink: cleanexe $(TARGET).exe - - - diff --git a/src/makesc.env b/src/makesc.env deleted file mode 100644 index 0f689b73a8..0000000000 --- a/src/makesc.env +++ /dev/null @@ -1,51 +0,0 @@ -# Common settings for Symantec -# and digital mars successor (http://www.digitalmars.com) -SC_SUFFIX=_sc - -####WXDIR = $(WXWIN) -WXOUTDIR=$(WXDIR)\d_mars -INCDIR = $(WXDIR)\include -CONTRIBINCDIR = $(WXDIR)\contrib\include -MSWINCDIR = $(WXDIR)\include\wx\msw -ARCHINCDIR = $(WXDIR)\lib\$(SC_SUFFIX) -LIBDIR = $(WXDIR)\lib -WXLIB = wx$(SC_SUFFIX).lib -WINSOCKLIB = wsock32$(SC_SUFFIX) -SHELLLIB = shell32$(SC_SUFFIX) -WINMMLIB =winmm32$(SC_SUFFIX) -SUPPORTLIBS = png$(SC_SUFFIX) tiff$(SC_SUFFIX) jpeg$(SC_SUFFIX) zlib$(SC_SUFFIX) $(SHELLLIB) $(WINSOCKLIB) $(WINMMLIB) - -SRCSUFF = cpp -OBJSUFF = obj - -INCLUDE=-I$(INCDIR) -I$(ARCHINCDIR) -I$(CONTRIBINCDIR) -I$(WXDIR)/src/regex;$(WXDIR)/src/png;$(WXDIR)/src/jpeg;$(WXDIR)/src/zlib;$(WXDIR)/src/tiff - - - -# default values - -CC=dmc -RC=rcc - -# WIN32 settings -# -H ... fix to use directory -##CFLAGS = -o -mn -W -H -D__NT__ -DWIN32 -D__WIN32__ -D__WIN95__ -D__WINDOWS__ -D__WXMSW__ -D__SC__ -D__WXDEBUG__ $(EXTRACPPFLAGS) -CFLAGS = -mn -D_WINDOWS -6 -a8 -Nc -c -H -HD$(WXOUTDIR) -HO- -DWXMSW -D__WIN32__ -D__WIN95__ -D__WXDEBUG__ $(EXTRACPPFLAGS) -CPPFLAGS = -cpp -Ae -Ar - -LINKER = link -# possible bug with putting d on any extralibs if we have debug and release versions one day -LDFLAGS = $(EXTRALDFLAGS) -LIBS=$(WXLIB) $(EXTRALIBS) $(SUPPORTLIBS) advapi32 comctl32 comdlg32 ctl3d32 gc gdi32 kernel32 ole32 oleaut32 snn user32 uuid - - -.$(SRCSUFF).obj: - *$(CC) -c $(CPPFLAGS) $(CFLAGS) $(INCLUDE) $(OPTIONS) $< -o$@ - -# -Jm: relaxed type checking only for .C files -.c.obj: - *$(CC) -c $(CFLAGS) $(INCLUDE) $(OPTIONS) -DUSE_DEFINE -Jm $< -o$@ - -.rc.res: - *$(RC) -D__NT__ -r $(INCLUDE) $< - diff --git a/src/msw/makefile.sc b/src/msw/makefile.sc deleted file mode 100644 index 35402f1453..0000000000 --- a/src/msw/makefile.sc +++ /dev/null @@ -1,411 +0,0 @@ - - -# This file was automatically generated by tmake -# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE SC.T! - -# Digital mars makefile -# was Symantec C++ makefile for the msw objects -# -# called from src\makefile.sc - -# configuration section (see src\makefile.sc) ########################### - -WXDIR = ..\.. - -include ..\makesc.env - -DEBUG=0 - -LIBTARGET = $(LIBDIR)\wx$(SC_SUFFIX).lib - -OPTIONS= - -# end of configuration section ########################################## - -GENDIR=$(WXDIR)\src\generic -COMMDIR=$(WXDIR)\src\common -HTMLDIR=$(WXDIR)\src\html -OLEDIR=ole -MSWDIR=$(WXDIR)\src\msw - -GENERICOBJS= $(GENDIR)\busyinfo.obj \ - $(GENDIR)\calctrl.obj \ - $(GENDIR)\choicdgg.obj \ - $(GENDIR)\dcbuffer.obj \ - $(GENDIR)\dcpsg.obj \ - $(GENDIR)\dirctrlg.obj \ - $(GENDIR)\dragimgg.obj \ - $(GENDIR)\grid.obj \ - $(GENDIR)\gridctrl.obj \ - $(GENDIR)\gridsel.obj \ - $(GENDIR)\laywin.obj \ - $(GENDIR)\logg.obj \ - $(GENDIR)\numdlgg.obj \ - $(GENDIR)\panelg.obj \ - $(GENDIR)\progdlgg.obj \ - $(GENDIR)\renderg.obj \ - $(GENDIR)\sashwin.obj \ - $(GENDIR)\scrlwing.obj \ - $(GENDIR)\selstore.obj \ - $(GENDIR)\spinctlg.obj \ - $(GENDIR)\splash.obj \ - $(GENDIR)\splitter.obj \ - $(GENDIR)\statusbr.obj \ - $(GENDIR)\textdlgg.obj \ - $(GENDIR)\tipdlg.obj \ - $(GENDIR)\tipwin.obj \ - $(GENDIR)\treectlg.obj \ - $(GENDIR)\wizard.obj - -COMMONOBJS = $(COMMDIR)\accesscmn.obj \ - $(COMMDIR)\appbase.obj \ - $(COMMDIR)\appcmn.obj \ - $(COMMDIR)\artprov.obj \ - $(COMMDIR)\artstd.obj \ - $(COMMDIR)\bookctrl.obj \ - $(COMMDIR)\choiccmn.obj \ - $(COMMDIR)\clipcmn.obj \ - $(COMMDIR)\clntdata.obj \ - $(COMMDIR)\cmdline.obj \ - $(COMMDIR)\cmdproc.obj \ - $(COMMDIR)\cmndata.obj \ - $(COMMDIR)\config.obj \ - $(COMMDIR)\containr.obj \ - $(COMMDIR)\cshelp.obj \ - $(COMMDIR)\ctrlcmn.obj \ - $(COMMDIR)\ctrlsub.obj \ - $(COMMDIR)\datacmn.obj \ - $(COMMDIR)\datetime.obj \ - $(COMMDIR)\datstrm.obj \ - $(COMMDIR)\db.obj \ - $(COMMDIR)\dbgrid.obj \ - $(COMMDIR)\dbtable.obj \ - $(COMMDIR)\dcbase.obj \ - $(COMMDIR)\dircmn.obj \ - $(COMMDIR)\dlgcmn.obj \ - $(COMMDIR)\dndcmn.obj \ - $(COMMDIR)\dobjcmn.obj \ - $(COMMDIR)\docmdi.obj \ - $(COMMDIR)\docview.obj \ - $(COMMDIR)\dpycmn.obj \ - $(COMMDIR)\dseldlg.obj \ - $(COMMDIR)\dynarray.obj \ - $(COMMDIR)\dynlib.obj \ - $(COMMDIR)\dynload.obj \ - $(COMMDIR)\effects.obj \ - $(COMMDIR)\encconv.obj \ - $(COMMDIR)\event.obj \ - $(COMMDIR)\extended.obj \ - $(COMMDIR)\fddlgcmn.obj \ - $(COMMDIR)\ffile.obj \ - $(COMMDIR)\file.obj \ - $(COMMDIR)\fileconf.obj \ - $(COMMDIR)\filefn.obj \ - $(COMMDIR)\filename.obj \ - $(COMMDIR)\filesys.obj \ - $(COMMDIR)\fldlgcmn.obj \ - $(COMMDIR)\fmapbase.obj \ - $(COMMDIR)\fontcmn.obj \ - $(COMMDIR)\fontmap.obj \ - $(COMMDIR)\framecmn.obj \ - $(COMMDIR)\fs_inet.obj \ - $(COMMDIR)\fs_mem.obj \ - $(COMMDIR)\fs_zip.obj \ - $(COMMDIR)\ftp.obj \ - $(COMMDIR)\gaugecmn.obj \ - $(COMMDIR)\gdicmn.obj \ - $(COMMDIR)\geometry.obj \ - $(COMMDIR)\gifdecod.obj \ - $(COMMDIR)\hash.obj \ - $(COMMDIR)\hashmap.obj \ - $(COMMDIR)\helpbase.obj \ - $(COMMDIR)\http.obj \ - $(COMMDIR)\iconbndl.obj \ - $(COMMDIR)\imagall.obj \ - $(COMMDIR)\imagbmp.obj \ - $(COMMDIR)\image.obj \ - $(COMMDIR)\imagfill.obj \ - $(COMMDIR)\imaggif.obj \ - $(COMMDIR)\imagiff.obj \ - $(COMMDIR)\imagjpeg.obj \ - $(COMMDIR)\imagpcx.obj \ - $(COMMDIR)\imagpng.obj \ - $(COMMDIR)\imagpnm.obj \ - $(COMMDIR)\imagtiff.obj \ - $(COMMDIR)\imagxpm.obj \ - $(COMMDIR)\intl.obj \ - $(COMMDIR)\init.obj \ - $(COMMDIR)\ipcbase.obj \ - $(COMMDIR)\layout.obj \ - $(COMMDIR)\lboxcmn.obj \ - $(COMMDIR)\list.obj \ - $(COMMDIR)\log.obj \ - $(COMMDIR)\longlong.obj \ - $(COMMDIR)\matrix.obj \ - $(COMMDIR)\memory.obj \ - $(COMMDIR)\menucmn.obj \ - $(COMMDIR)\mimecmn.obj \ - $(COMMDIR)\module.obj \ - $(COMMDIR)\msgout.obj \ - $(COMMDIR)\mstream.obj \ - $(COMMDIR)\nbkbase.obj \ - $(COMMDIR)\object.obj \ - $(COMMDIR)\paper.obj \ - $(COMMDIR)\popupcmn.obj \ - $(COMMDIR)\prntbase.obj \ - $(COMMDIR)\process.obj \ - $(COMMDIR)\protocol.obj \ - $(COMMDIR)\quantize.obj \ - $(COMMDIR)\radiocmn.obj \ - $(COMMDIR)\regex.obj \ - $(COMMDIR)\rendcmn.obj \ - $(COMMDIR)\rgncmn.obj \ - $(COMMDIR)\sckaddr.obj \ - $(COMMDIR)\sckfile.obj \ - $(COMMDIR)\sckipc.obj \ - $(COMMDIR)\sckstrm.obj \ - $(COMMDIR)\settcmn.obj \ - $(COMMDIR)\sizer.obj \ - $(COMMDIR)\socket.obj \ - $(COMMDIR)\statbar.obj \ - $(COMMDIR)\stopwatch.obj \ - $(COMMDIR)\strconv.obj \ - $(COMMDIR)\stream.obj \ - $(COMMDIR)\string.obj \ - $(COMMDIR)\sysopt.obj \ - $(COMMDIR)\taskbarcmn.obj \ - $(COMMDIR)\tbarbase.obj \ - $(COMMDIR)\textbuf.obj \ - $(COMMDIR)\textcmn.obj \ - $(COMMDIR)\textfile.obj \ - $(COMMDIR)\timercmn.obj \ - $(COMMDIR)\tokenzr.obj \ - $(COMMDIR)\toplvcmn.obj \ - $(COMMDIR)\treebase.obj \ - $(COMMDIR)\txtstrm.obj \ - $(COMMDIR)\unzip.obj \ - $(COMMDIR)\url.obj \ - $(COMMDIR)\utilscmn.obj \ - $(COMMDIR)\valgen.obj \ - $(COMMDIR)\validate.obj \ - $(COMMDIR)\valtext.obj \ - $(COMMDIR)\variant.obj \ - $(COMMDIR)\wfstream.obj \ - $(COMMDIR)\wincmn.obj \ - $(COMMDIR)\wxchar.obj \ - $(COMMDIR)\xpmdecod.obj \ - $(COMMDIR)\zipstrm.obj \ - $(COMMDIR)\zstream.obj - -HTMLOBJS = $(HTMLDIR)\helpctrl.obj \ - $(HTMLDIR)\helpdata.obj \ - $(HTMLDIR)\helpfrm.obj \ - $(HTMLDIR)\htmlcell.obj \ - $(HTMLDIR)\htmlfilt.obj \ - $(HTMLDIR)\htmlpars.obj \ - $(HTMLDIR)\htmltag.obj \ - $(HTMLDIR)\htmlwin.obj \ - $(HTMLDIR)\htmprint.obj \ - $(HTMLDIR)\m_dflist.obj \ - $(HTMLDIR)\m_fonts.obj \ - $(HTMLDIR)\m_hline.obj \ - $(HTMLDIR)\m_image.obj \ - $(HTMLDIR)\m_layout.obj \ - $(HTMLDIR)\m_links.obj \ - $(HTMLDIR)\m_list.obj \ - $(HTMLDIR)\m_pre.obj \ - $(HTMLDIR)\m_style.obj \ - $(HTMLDIR)\m_tables.obj \ - $(HTMLDIR)\winpars.obj - -MSWOBJS = $(MSWDIR)\accel.obj \ - $(MSWDIR)\ole\access.obj \ - $(MSWDIR)\app.obj \ - $(MSWDIR)\ole\automtn.obj \ - $(MSWDIR)\basemsw.obj \ - $(MSWDIR)\bitmap.obj \ - $(MSWDIR)\bmpbuttn.obj \ - $(MSWDIR)\brush.obj \ - $(MSWDIR)\button.obj \ - $(MSWDIR)\caret.obj \ - $(MSWDIR)\checkbox.obj \ - $(MSWDIR)\checklst.obj \ - $(MSWDIR)\choice.obj \ - $(MSWDIR)\clipbrd.obj \ - $(MSWDIR)\colordlg.obj \ - $(MSWDIR)\colour.obj \ - $(MSWDIR)\combobox.obj \ - $(MSWDIR)\control.obj \ - $(MSWDIR)\cursor.obj \ - $(MSWDIR)\data.obj \ - $(MSWDIR)\ole\dataobj.obj \ - $(MSWDIR)\dc.obj \ - $(MSWDIR)\dcclient.obj \ - $(MSWDIR)\dcmemory.obj \ - $(MSWDIR)\dcprint.obj \ - $(MSWDIR)\dcscreen.obj \ - $(MSWDIR)\dde.obj \ - $(MSWDIR)\dialog.obj \ - $(MSWDIR)\dialup.obj \ - $(MSWDIR)\dib.obj \ - $(MSWDIR)\dir.obj \ - $(MSWDIR)\dirdlg.obj \ - $(MSWDIR)\display.obj \ - $(MSWDIR)\dragimag.obj \ - $(MSWDIR)\ole\dropsrc.obj \ - $(MSWDIR)\ole\droptgt.obj \ - $(MSWDIR)\enhmeta.obj \ - $(MSWDIR)\evtloop.obj \ - $(MSWDIR)\fdrepdlg.obj \ - $(MSWDIR)\filedlg.obj \ - $(MSWDIR)\font.obj \ - $(MSWDIR)\fontdlg.obj \ - $(MSWDIR)\fontenum.obj \ - $(MSWDIR)\fontutil.obj \ - $(MSWDIR)\frame.obj \ - $(MSWDIR)\gauge95.obj \ - $(MSWDIR)\gdiimage.obj \ - $(MSWDIR)\gdiobj.obj \ - $(MSWDIR)\glcanvas.obj \ - $(MSWDIR)\gsocket.obj \ - $(MSWDIR)\gsockmsw.obj \ - $(MSWDIR)\helpbest.obj \ - $(MSWDIR)\helpchm.obj \ - $(MSWDIR)\helpwin.obj \ - $(MSWDIR)\icon.obj \ - $(MSWDIR)\imaglist.obj \ - $(MSWDIR)\iniconf.obj \ - $(MSWDIR)\joystick.obj \ - $(MSWDIR)\listbox.obj \ - $(MSWDIR)\listctrl.obj \ - $(MSWDIR)\main.obj \ - $(MSWDIR)\mdi.obj \ - $(MSWDIR)\menu.obj \ - $(MSWDIR)\menuitem.obj \ - $(MSWDIR)\metafile.obj \ - $(MSWDIR)\mimetype.obj \ - $(MSWDIR)\minifram.obj \ - $(MSWDIR)\msgdlg.obj \ - $(MSWDIR)\mslu.obj \ - $(MSWDIR)\nativdlg.obj \ - $(MSWDIR)\notebook.obj \ - $(MSWDIR)\ole\oleutils.obj \ - $(MSWDIR)\ownerdrw.obj \ - $(MSWDIR)\palette.obj \ - $(MSWDIR)\pen.obj \ - $(MSWDIR)\penwin.obj \ - $(MSWDIR)\popupwin.obj \ - $(MSWDIR)\printdlg.obj \ - $(MSWDIR)\printwin.obj \ - $(MSWDIR)\radiobox.obj \ - $(MSWDIR)\radiobut.obj \ - $(MSWDIR)\regconf.obj \ - $(MSWDIR)\region.obj \ - $(MSWDIR)\renderer.obj \ - $(MSWDIR)\registry.obj \ - $(MSWDIR)\scrolbar.obj \ - $(MSWDIR)\settings.obj \ - $(MSWDIR)\slider95.obj \ - $(MSWDIR)\snglinst.obj \ - $(MSWDIR)\spinbutt.obj \ - $(MSWDIR)\spinctrl.obj \ - $(MSWDIR)\statbmp.obj \ - $(MSWDIR)\statbox.obj \ - $(MSWDIR)\statbr95.obj \ - $(MSWDIR)\statline.obj \ - $(MSWDIR)\stattext.obj \ - $(MSWDIR)\tabctrl.obj \ - $(MSWDIR)\taskbar.obj \ - $(MSWDIR)\tbar95.obj \ - $(MSWDIR)\textctrl.obj \ - $(MSWDIR)\tglbtn.obj \ - $(MSWDIR)\thread.obj \ - $(MSWDIR)\timer.obj \ - $(MSWDIR)\tooltip.obj \ - $(MSWDIR)\toplevel.obj \ - $(MSWDIR)\treectrl.obj \ - $(MSWDIR)\utils.obj \ - $(MSWDIR)\utilsexc.obj \ - $(MSWDIR)\utilsgui.obj \ - $(MSWDIR)\ole\uuid.obj \ - $(MSWDIR)\uxtheme.obj \ - $(MSWDIR)\volume.obj \ - $(MSWDIR)\wave.obj \ - $(MSWDIR)\window.obj - -# Add $(NONESSENTIALOBJS) if wanting generic dialogs, PostScript etc. -OBJECTS = $(COMMONOBJS) $(GENERICOBJS) $(MSWOBJS) $(HTMLOBJS) - -all: MAKEARCHDIR MAKELIBS PCH $(LIBTARGET) zlib png jpeg tiff regex - -MAKEARCHDIR: - @if not exist $(MSWINCDIR)\setup.h copy $(MSWINCDIR)\setup0.h $(MSWINCDIR)\setup.h - @if not exist $(ARCHINCDIR)\wx\setup.h mkdir $(ARCHINCDIR) - @if not exist $(ARCHINCDIR)\wx\setup.h mkdir $(ARCHINCDIR)\wx - @if not exist $(ARCHINCDIR)\wx\setup.h copy $(MSWINCDIR)\setup.h $(ARCHINCDIR)\wx\setup.h - @if not exist $(WXOUTDIR)\nul mkdir $(WXOUTDIR) - -#build our own copies of missing libraries -MAKELIBS: - implib /s $(LIBDIR)\$(SHELLLIB) $(LIBDIR)\$(SC_SUFFIX)\$(SHELLLIB).def - implib /s $(LIBDIR)\$(WINSOCKLIB) $(LIBDIR)\$(SC_SUFFIX)\$(WINSOCKLIB).def - implib /s $(LIBDIR)\$(WINMMLIB) $(LIBDIR)\$(SC_SUFFIX)\$(WINMMLIB).def - -$(LIBTARGET): $(OBJECTS) - -del $(LIBTARGET) - *lib /PAGESIZE:512 $(LIBTARGET) y $(OBJECTS), nul; - -clean: clean_msw clean_zlib clean_png clean_jpeg clean_tiff clean_regex clean_pch - -clean_msw: - -del $(COMMDIR)\*.obj - -del $(MSWDIR)\*.obj - -del $(GENDIR)\*.obj - -del $(HTMLDIR)\*.obj - -del *.obj - -del *.sym - -del ole\*.obj - -del $(LIBTARGET) - -PCH: $(INCDIR)\wx\wxprec.h - dmc $(CPPFLAGS) $(CFLAGS) $(INCLUDE) -HF$(WXOUTDIR)\wxprec.SYM -o$(WXOUTDIR)\wxprec.PCO $(INCDIR)\wx\wxprec.h - -clean_pch: - del $(WXOUTDIR)\*.sym - del $(WXOUTDIR)\*.PCO - - -png: - make -f $(WXDIR)\src\png\makefile.sc FINAL=$(FINAL) - -clean_png: - make -f $(WXDIR)\src\png\makefile.sc clean - -zlib: - make -f $(WXDIR)\src\zlib\makefile.sc FINAL=$(FINAL) - -clean_zlib: - make -f $(WXDIR)\src\zlib\makefile.sc clean - -jpeg: - make -f $(WXDIR)\src\jpeg\makefile.sc FINAL=$(FINAL) - -clean_jpeg: - make -f $(WXDIR)\src\jpeg\makefile.sc clean - -regex: - make -f $(WXDIR)\src\regex\makefile.sc FINAL=$(FINAL) - -clean_regex: - make -f $(WXDIR)\src\regex\makefile.sc clean - -tiff: - make -f $(WXDIR)\src\tiff\makefile.sc FINAL=$(FINAL) - -clean_tiff: - make -f $(WXDIR)\src\tiff\makefile.sc clean - -MFTYPE=sc -self : $(WXWIN)\distrib\msw\tmake\filelist.txt $(WXWIN)\distrib\msw\tmake\$(MFTYPE).t - perl -x$(WXWIN)\distrib\msw\tmake -S tmake -t$(MFTYPE) wxwin.pro -o $(WXWIN)\distrib\msw\tmake\makefile.sc - copy $(WXWIN)\distrib\msw\tmake\makefile.$(MFTYPE) $(WXWIN)\src\msw diff --git a/src/png/makefile.sc b/src/png/makefile.sc deleted file mode 100644 index 23c5a20ffe..0000000000 --- a/src/png/makefile.sc +++ /dev/null @@ -1,35 +0,0 @@ -############################################################################## -# Name: src/png/makefile.sc -# Purpose: build png Digital Mars 8.33 compiler -# Author: Chris Elliott -# Created: 21.01.03 -# RCS-ID: $Id$ -# Licence: wxWindows licence -############################################################################## - -WXDIR = ..\.. -include $(WXDIR)\src\makesc.env -LIBTARGET=$(WXDIR)\lib\png$(SC_SUFFIX).lib -THISDIR=$(WXDIR)\src\png - -# variables -OBJECTS = \ - $(THISDIR)\png.obj \ - $(THISDIR)\pngread.obj \ - $(THISDIR)\pngrtran.obj \ - $(THISDIR)\pngrutil.obj \ - $(THISDIR)\pngpread.obj \ - $(THISDIR)\pngtrans.obj \ - $(THISDIR)\pngwrite.obj \ - $(THISDIR)\pngwtran.obj \ - $(THISDIR)\pngwutil.obj \ - $(THISDIR)\pngerror.obj \ - $(THISDIR)\pngmem.obj \ - $(THISDIR)\pngwio.obj \ - $(THISDIR)\pngrio.obj \ - $(THISDIR)\pngget.obj \ - $(THISDIR)\pngset.obj - - -include $(WXDIR)\src\makelib.sc\ - diff --git a/src/tiff/makefile.sc b/src/tiff/makefile.sc deleted file mode 100644 index b73d481e88..0000000000 --- a/src/tiff/makefile.sc +++ /dev/null @@ -1,54 +0,0 @@ -############################################################################## -# Name: src/tiff/makefile.sc -# Purpose: build tiff Digital Mars 8.33 compiler -# Author: Chris Elliott -# Created: 21.01.03 -# RCS-ID: $Id$ -# Licence: wxWindows licence -############################################################################## - -WXDIR = ..\.. - -include $(WXDIR)\src\makesc.env - -LIBTARGET=$(WXDIR)\lib\tiff$(SC_SUFFIX).lib -THISDIR=$(WXDIR)\src\tiff - -# variables -OBJECTS = \ - $(THISDIR)\tif_aux.obj \ - $(THISDIR)\tif_close.obj \ - $(THISDIR)\tif_codec.obj \ - $(THISDIR)\tif_compress.obj \ - $(THISDIR)\tif_dir.obj \ - $(THISDIR)\tif_dirinfo.obj \ - $(THISDIR)\tif_dirread.obj \ - $(THISDIR)\tif_dirwrite.obj \ - $(THISDIR)\tif_dumpmode.obj \ - $(THISDIR)\tif_error.obj \ - $(THISDIR)\tif_fax3.obj \ - $(THISDIR)\tif_fax3sm.obj \ - $(THISDIR)\tif_flush.obj \ - $(THISDIR)\tif_getimage.obj \ - $(THISDIR)\tif_jpeg.obj \ - $(THISDIR)\tif_luv.obj \ - $(THISDIR)\tif_lzw.obj \ - $(THISDIR)\tif_next.obj \ - $(THISDIR)\tif_open.obj \ - $(THISDIR)\tif_packbits.obj \ - $(THISDIR)\tif_pixarlog.obj \ - $(THISDIR)\tif_predict.obj \ - $(THISDIR)\tif_print.obj \ - $(THISDIR)\tif_read.obj \ - $(THISDIR)\tif_strip.obj \ - $(THISDIR)\tif_swab.obj \ - $(THISDIR)\tif_thunder.obj \ - $(THISDIR)\tif_tile.obj \ - $(THISDIR)\tif_version.obj \ - $(THISDIR)\tif_warning.obj \ - $(THISDIR)\tif_win32.obj \ - $(THISDIR)\tif_write.obj \ - $(THISDIR)\tif_zip.obj \ - -include $(WXDIR)\src\makelib.sc - -- 2.45.2