diff options
author | sb <sb@openoffice.org> | 2010-01-12 18:49:59 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-01-12 18:49:59 +0100 |
commit | 5f845545bfd280af978bec9967ed06f6478bce8a (patch) | |
tree | c782948038dfae14ebe02a41a3ee18e22bc1d394 /nss | |
parent | 602ab815e12576376ac6cc73178b16510a52ca49 (diff) |
sb118: #i108269# first step of removing tcsh support
Diffstat (limited to 'nss')
-rw-r--r-- | nss/makefile.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nss/makefile.mk b/nss/makefile.mk index 94d6e60c5817..ec91b6efbd9a 100644 --- a/nss/makefile.mk +++ b/nss/makefile.mk @@ -138,12 +138,8 @@ OUT2LIB= \ .ELSE # "$(COM)"=="GCC" MOZ_MSVCVERSION= 9 .EXPORT : MOZ_MSVCVERSION -.IF "$(USE_SHELL)"=="4nt" -PATH!:=$(MOZILLABUILD)/msys/bin;$(MOZILLABUILD)/moztools/bin;$(PATH) -.ELSE # $(USE_SHELL)"=="4nt" moz_build:=$(shell cygpath -p $(MOZILLABUILD)) PATH!:=$(moz_build)/msys/bin:$(moz_build)/moztools/bin:$(PATH) -.ENDIF # $(USE_SHELL)"=="4nt" .EXPORT : PATH #Using WINNT will cause at least that nspr4.dll, plc4.dll, plds4.dll |