From: Chris Elliott Date: Fri, 13 Jun 2003 20:26:54 +0000 (+0000) Subject: fix some more samples for digital mars X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/31bb77da45cb41737eb75d5a65c57e6b7d434fd5?ds=inline fix some more samples for digital mars git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/image/makefile.sc b/samples/image/makefile.sc index bc3b957152..91c323c522 100644 --- a/samples/image/makefile.sc +++ b/samples/image/makefile.sc @@ -1,4 +1,6 @@ -# Symantec C++ makefile -WXDIR = $(WXWIN) +#Makefile from wxHatch for Symantec/Digital Mars compiler +WXDIR=..\..\..\wxWindows TARGET=image -include $(WXDIR)\src\makeprog.sc +OBJECTS = $(TARGET).obj +EXTRALIBS = +include $(WXDIR)\src\makeprog.sc diff --git a/samples/internat/makefile.sc b/samples/internat/makefile.sc index 8709d2ca0f..a2e6f62534 100644 --- a/samples/internat/makefile.sc +++ b/samples/internat/makefile.sc @@ -1,35 +1,6 @@ -# Symantec C++ makefile for minimal example -# NOTE that peripheral libraries are now dealt in main wxWindows makefile. - -WXDIR = $(WXWIN) -!include $(WXDIR)\src\makesc.env - -WXLIB = $(WXDIR)\lib\wx.lib -INCDIR = $(WXDIR)\include -MSWINC = $(INCDIR)\msw -BASEINC = $(INCDIR)\base - -CC=sc -RC=rc -CFLAGS = -o -ml -W -Dwx_msw -LDFLAGS = -ml -W - -INCLUDE=$(BASEINC);$(MSWINC) - -LIBS=$(WXLIB) libw.lib commdlg.lib shell.lib - -.$(SRCSUFF).obj: - *$(CC) -c $(CFLAGS) -I$(INCLUDE) $< - -.rc.res: - *$(RC) -r -I$(INCLUDE) $< - -minimal.exe: minimal.obj minimal.def minimal.res - *$(CC) $(LDFLAGS) -o$@ $** $(LIBS) - -clean: - -del *.obj - -del *.exe - -del *.res - -del *.map - -del *.rws +#Makefile from wxHatch for Symantec/Digital Mars compiler +WXDIR=..\..\..\wxWindows +TARGET=internat +OBJECTS = $(TARGET).obj +EXTRALIBS = +include $(WXDIR)\src\makeprog.sc diff --git a/samples/layout/makefile.sc b/samples/layout/makefile.sc index 0b28430453..3dc8b4f7c7 100644 --- a/samples/layout/makefile.sc +++ b/samples/layout/makefile.sc @@ -1,37 +1,6 @@ -# Symantec C++ makefile for layout example -# NOTE that peripheral libraries are now dealt in main wxWindows makefile. - -WXDIR = $(WXWIN) -!include $(WXDIR)\src\makesc.env - -WXLIB = $(WXDIR)\lib\wx.lib -INCDIR = $(WXDIR)\include -MSWINC = $(INCDIR)\msw -BASEINC = $(INCDIR)\base - -CC=sc -RC=rc -CFLAGS = -o -ml -W -Dwx_msw -LDFLAGS = -ml -W - -INCLUDE=$(BASEINC);$(MSWINC) - -LIBS=$(WXLIB) libw.lib commdlg.lib shell.lib - -.$(SRCSUFF).obj: - *$(CC) -c $(CFLAGS) -I$(INCLUDE) $< - -.rc.res: - *$(RC) -r -I$(INCLUDE) $< - -layout.exe: layout.obj layout.def layout.res - *$(CC) $(LDFLAGS) -o$@ layout.obj layout.def $(LIBS) - *$(RC) -k layout.res - -clean: - -del *.obj - -del *.exe - -del *.res - -del *.map - -del *.rws - +#Makefile from wxHatch for Symantec/Digital Mars compiler +WXDIR=..\..\..\wxWindows +TARGET=layout +OBJECTS = $(TARGET).obj +EXTRALIBS = +include $(WXDIR)\src\makeprog.sc diff --git a/samples/mdi/makefile.sc b/samples/mdi/makefile.sc index 0cf34bd381..fd24b217fa 100644 --- a/samples/mdi/makefile.sc +++ b/samples/mdi/makefile.sc @@ -1,4 +1,5 @@ # Digital Mars / Symantec C++ makefile WXDIR = ..\.. TARGET=mdi +OBJECTS = $(TARGET).obj include $(WXDIR)\src\makeprog.sc diff --git a/samples/minimal/makefile.sc b/samples/minimal/makefile.sc index 22741778a7..181a939f04 100644 --- a/samples/minimal/makefile.sc +++ b/samples/minimal/makefile.sc @@ -1,4 +1,5 @@ # Digital Mars / Symantec C++ makefile WXDIR = ..\.. TARGET=minimal +OBJECTS = $(TARGET).obj include $(WXDIR)\src\makeprog.sc