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:
parent
f5705f7e3e
commit
e81cf2eb73
@ -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
|
||||||
|
|
||||||
@ -117,10 +119,11 @@ clean_msw:
|
|||||||
-del $(COMMDIR)\*.obj
|
-del $(COMMDIR)\*.obj
|
||||||
-del $(MSWDIR)\*.obj
|
-del $(MSWDIR)\*.obj
|
||||||
-del $(GENDIR)\*.obj
|
-del $(GENDIR)\*.obj
|
||||||
-del $(HTMLDIR)\*.obj
|
-del $(HTMLDIR)\*.obj
|
||||||
-del *.obj
|
-del *.obj
|
||||||
-del ole\*.obj
|
-del *.sym
|
||||||
-del $(LIBTARGET)
|
-del ole\*.obj
|
||||||
|
-del $(LIBTARGET)
|
||||||
|
|
||||||
png:
|
png:
|
||||||
make -f $(WXDIR)\src\png\makefile.sc FINAL=$(FINAL)
|
make -f $(WXDIR)\src\png\makefile.sc FINAL=$(FINAL)
|
||||||
|
@ -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
|
||||||
|
@ -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)
|
||||||
|
@ -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
|
||||||
|
|
||||||
@ -349,10 +349,11 @@ clean_msw:
|
|||||||
-del $(COMMDIR)\*.obj
|
-del $(COMMDIR)\*.obj
|
||||||
-del $(MSWDIR)\*.obj
|
-del $(MSWDIR)\*.obj
|
||||||
-del $(GENDIR)\*.obj
|
-del $(GENDIR)\*.obj
|
||||||
-del $(HTMLDIR)\*.obj
|
-del $(HTMLDIR)\*.obj
|
||||||
-del *.obj
|
-del *.obj
|
||||||
-del ole\*.obj
|
-del *.sym
|
||||||
-del $(LIBTARGET)
|
-del ole\*.obj
|
||||||
|
-del $(LIBTARGET)
|
||||||
|
|
||||||
png:
|
png:
|
||||||
make -f $(WXDIR)\src\png\makefile.sc FINAL=$(FINAL)
|
make -f $(WXDIR)\src\png\makefile.sc FINAL=$(FINAL)
|
||||||
|
Loading…
Reference in New Issue
Block a user