summaryrefslogtreecommitdiffstats
path: root/soltools/giparser
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2001-06-19 13:41:08 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2001-06-19 13:41:08 +0000
commit7a0cdda206cde712f231fe405fe518912d35320d (patch)
tree0485e5736d2e2b3481f36fb82aad3de6d939192e /soltools/giparser
parentmissing dep (diff)
downloadcore-7a0cdda206cde712f231fe405fe518912d35320d.tar.gz
core-7a0cdda206cde712f231fe405fe518912d35320d.zip
don't check library
Diffstat (limited to 'soltools/giparser')
-rw-r--r--soltools/giparser/makefile.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/soltools/giparser/makefile.mk b/soltools/giparser/makefile.mk
index 7d54788409aa..d534a44dcc81 100644
--- a/soltools/giparser/makefile.mk
+++ b/soltools/giparser/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: hjs $ $Date: 2001-06-19 14:23:40 $
+# last change: $Author: hjs $ $Date: 2001-06-19 14:41:08 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -93,6 +93,9 @@ SHL1LIBS= $(SLB)$/soltools_support.lib $(SLB)$/soltools_giparser.lib
SHL1IMPLIB= i$(TARGET)
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
SHL1OBJS= $(SLO)$/GenInfoParser.obj
+#perl libraries not in LD_LIBRARY_PATH
+SHL1NOCHECK=TRUE
+
.IF "$(GUI)"=="WNT"
SHL1STDLIBS= msvcirt.lib $(PERLLIB)
.ENDIF