Kaydet (Commit) 9f1d4436 authored tarafından Vladimir Glazunov's avatar Vladimir Glazunov

CWS-TOOLING: integrate CWS ause106

......@@ -134,7 +134,11 @@ OUT2BIN += out/libeay32.dll
# The env. vars CC and PERL are used by nmake, and nmake insists on '\'s
# If WRAPCMD is set it is prepended before the compiler, don't touch that.
.IF "$(WRAPCMD)"==""
CC!:=$(subst,/,\ $(normpath,1 $(CC)))
# relace / with \ first word only
cc_first_repl = $(subst,/,\ $(normpath,1 $(CC:1)))
cc_first = $(normpath,1 $(CC:1))
CC!:=$(subst,$(cc_first),$(cc_first_repl) $(normpath,1 $(CC)))
# CC!:=$(subst,/,\ $(normpath,1 $(CC)))
.EXPORT : CC
.ENDIF
PERL_bak:=$(PERL)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment