summaryrefslogtreecommitdiff
path: root/soldep
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2009-04-30 09:01:06 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2009-04-30 09:01:06 +0000
commit69eb035c8f117aade1b94e0c692e7f0d565e98df (patch)
tree252c68778b57b80f5d90c16104b7107d042f0440 /soldep
parent263c7308cc0931bb9cdea0aeb9a7e3309001af26 (diff)
#i10000# cygwin fix
Diffstat (limited to 'soldep')
-rw-r--r--soldep/util/perl.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/soldep/util/perl.mk b/soldep/util/perl.mk
index 16a07ca01295..21591d1b1ecb 100644
--- a/soldep/util/perl.mk
+++ b/soldep/util/perl.mk
@@ -30,8 +30,13 @@
#*************************************************************************
.IF "$(GUI)"=="WNT"
+.IF "$(USE_SHELL)"=="4nt"
SOLARINC+=-I$(BUILD_TOOLS)$/perl$/lib$/core
PERL_LIB=$(BUILD_TOOLS)$/perl$/lib$/core$/perl58.lib
+.ELSE # "$(USE_SHELL)"=="4nt"
+SOLARINC+=-I$(BUILD_TOOLS)$/..$/perl$/lib$/core
+PERL_LIB=$(BUILD_TOOLS)$/..$/perl$/lib$/core$/perl58.lib
+.ENDIF # "$(USE_SHELL)"=="4nt"
.ENDIF
.IF "$(OS)$(CPU)" == "LINUXI"