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
# 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
# configuration section (see src\makefile.sc) ###########################
WXDIR = $(WXWIN)
WXDIR = ..\..
include ..\makesc.env
@ -117,10 +119,11 @@ clean_msw:
-del $(COMMDIR)\*.obj
-del $(MSWDIR)\*.obj
-del $(GENDIR)\*.obj
-del $(HTMLDIR)\*.obj
-del $(HTMLDIR)\*.obj
-del *.obj
-del ole\*.obj
-del $(LIBTARGET)
-del *.sym
-del ole\*.obj
-del $(LIBTARGET)
png:
make -f $(WXDIR)\src\png\makefile.sc FINAL=$(FINAL)

View File

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

View File

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

View File

@ -8,7 +8,7 @@
# configuration section (see src\makefile.sc) ###########################
WXDIR = $(WXWIN)
WXDIR = ..\..
include ..\makesc.env
@ -349,10 +349,11 @@ clean_msw:
-del $(COMMDIR)\*.obj
-del $(MSWDIR)\*.obj
-del $(GENDIR)\*.obj
-del $(HTMLDIR)\*.obj
-del $(HTMLDIR)\*.obj
-del *.obj
-del ole\*.obj
-del $(LIBTARGET)
-del *.sym
-del ole\*.obj
-del $(LIBTARGET)
png:
make -f $(WXDIR)\src\png\makefile.sc FINAL=$(FINAL)