update makefile.sc for digital mars to use relative paths

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott 2003-05-07 11:41:21 +00:00
parent f5705f7e3e
commit e81cf2eb73
4 changed files with 15 additions and 11 deletions

View File

@ -57,12 +57,14 @@
# This file was automatically generated by tmake # This file was automatically generated by tmake
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE SC.T! # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE SC.T!
# Symantec C++ makefile for the msw objects # Digital mars makefile
# was Symantec C++ makefile for the msw objects
#
# called from src\makefile.sc # called from src\makefile.sc
# configuration section (see src\makefile.sc) ########################### # configuration section (see src\makefile.sc) ###########################
WXDIR = $(WXWIN) WXDIR = ..\..
include ..\makesc.env include ..\makesc.env
@ -119,6 +121,7 @@ clean_msw:
-del $(GENDIR)\*.obj -del $(GENDIR)\*.obj
-del $(HTMLDIR)\*.obj -del $(HTMLDIR)\*.obj
-del *.obj -del *.obj
-del *.sym
-del ole\*.obj -del ole\*.obj
-del $(LIBTARGET) -del $(LIBTARGET)

View File

@ -1,4 +1,4 @@
# Symantec C++ makefile # Symantec C++ makefile
WXDIR = $(WXWIN) WXDIR = ..\..
TARGET=mdi TARGET=mdi
include $(WXDIR)\src\makeprog.sc include $(WXDIR)\src\makeprog.sc

View File

@ -2,7 +2,7 @@
# and digital mars successor (http://www.digitalmars.com) # and digital mars successor (http://www.digitalmars.com)
SC_SUFFIX=_sc SC_SUFFIX=_sc
WXDIR = $(WXWIN) ####WXDIR = $(WXWIN)
INCDIR = $(WXDIR)\include INCDIR = $(WXDIR)\include
MSWINCDIR = $(WXDIR)\include\wx\msw MSWINCDIR = $(WXDIR)\include\wx\msw
ARCHINCDIR = $(WXDIR)\lib\$(SC_SUFFIX) ARCHINCDIR = $(WXDIR)\lib\$(SC_SUFFIX)

View File

@ -8,7 +8,7 @@
# configuration section (see src\makefile.sc) ########################### # configuration section (see src\makefile.sc) ###########################
WXDIR = $(WXWIN) WXDIR = ..\..
include ..\makesc.env include ..\makesc.env
@ -351,6 +351,7 @@ clean_msw:
-del $(GENDIR)\*.obj -del $(GENDIR)\*.obj
-del $(HTMLDIR)\*.obj -del $(HTMLDIR)\*.obj
-del *.obj -del *.obj
-del *.sym
-del ole\*.obj -del ole\*.obj
-del $(LIBTARGET) -del $(LIBTARGET)