diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-06-19 13:41:08 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-06-19 13:41:08 +0000 |
commit | 7a0cdda206cde712f231fe405fe518912d35320d (patch) | |
tree | 0485e5736d2e2b3481f36fb82aad3de6d939192e /soltools/giparser/makefile.mk | |
parent | e09a17c55b7bf47e7ec8fb8dbcff604ef7ad0cc7 (diff) |
don't check library
Diffstat (limited to 'soltools/giparser/makefile.mk')
-rw-r--r-- | soltools/giparser/makefile.mk | 7 |
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 |