summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-03-24 10:08:09 +0000
committerKurt Zenker <kz@openoffice.org>2004-03-24 10:08:09 +0000
commitf81810d910a2f28ec7d92028a520f65b8cd53f77 (patch)
tree0b52bdb041d226e32971ef01a1c0dabc6451171c /connectivity
parent6db9fb6d2c49484d9f8beac2713a0086620d60fa (diff)
#100000# corrections for 4nt shell
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/mozab/makefile.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/connectivity/source/drivers/mozab/makefile.mk b/connectivity/source/drivers/mozab/makefile.mk
index c5026e6142a0..79b699ba2226 100644
--- a/connectivity/source/drivers/mozab/makefile.mk
+++ b/connectivity/source/drivers/mozab/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.12 $
+# $Revision: 1.13 $
#
-# last change: $Author: obo $ $Date: 2004-03-17 10:41:47 $
+# last change: $Author: kz $ $Date: 2004-03-24 11:08:09 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -79,10 +79,10 @@ MOZ_INC=$(SOLARVERSION)$/$(INPATH)$/inc$(UPDMINOREXT)$/mozilla
#.ENDIF
.IF "$(OS)"=="WNT"
-.IF "$(SHELL)=="4NT"
-MOZ_EMBED_LIB := $(shell +-dir /ba:f $(MOZ_LIB)$/embed_base_s.lib 2>$(NULLDEV) )
-MOZ_REG_LIB := $(shell +-dir /ba:f $(MOZ_LIB)$/mozreg_s.lib 2>$(NULLDEV) )
-.ELSE #"$(SHELL)=="4NT"
+.IF "$(USE_SHELL)"=="4nt"
+MOZ_EMBED_LIB := $(shell +-dir /ba:f $(MOZ_LIB)$/embed_base_s.lib 2>NUL )
+MOZ_REG_LIB := $(shell +-dir /ba:f $(MOZ_LIB)$/mozreg_s.lib 2>NUL )
+.ELSE #"$(USE_SHELL)"=="4nt"
MOZ_EMBED_LIB := $(shell +-test -f $(MOZ_LIB)$/embed_base_s.lib && echo $(MOZ_LIB)$/embed_base_s.lib )
MOZ_REG_LIB := $(shell +-test -f $(MOZ_LIB)$/mozreg_s.lib && echo $(MOZ_LIB)$/mozreg_s.lib )
.ENDIF