summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-06-17 10:13:12 +0200
committerMathias Bauer <mba@openoffice.org>2010-06-17 10:13:12 +0200
commitba53ef2077b89a00987b9f06cc2bd31d88c9d916 (patch)
treefdd55c8e782bfa47ee692129df0ba55c59ba0b1c /tools
parent1ea16853f4ebedb310dba31309dd66070a9a3e7b (diff)
CWS systemlibc: #i69033#: some fixes for mingw
Diffstat (limited to 'tools')
-rw-r--r--tools/bootstrp/makefile.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/bootstrp/makefile.mk b/tools/bootstrp/makefile.mk
index 0869a2dd12f0..8338d35d1021 100644
--- a/tools/bootstrp/makefile.mk
+++ b/tools/bootstrp/makefile.mk
@@ -83,9 +83,11 @@ APP2TARGET= rscdep
APP2OBJS= $(OBJ)$/rscdep.obj
APP2LIBS= $(LB)$/$(TARGET).lib $(LB)$/$(TARGET1).lib
APP2STDLIBS= $(SALLIB) $(VOSLIB) $(TOOLSLIB) $(BASEGFXLIB) $(UCBHELPERLIB) $(CPPULIB) $(COMPHELPERLIB) $(I18NISOLANGLIB) $(CPPUHELPERLIB) $(SALHELPERLIB)
+.IF "$(HAVE_GETOPT)" != "YES"
.IF "$(OS)"=="WNT"
APP2STDLIBS+=gnu_getopt.lib
.ENDIF
+.ENDIF
APP2RPATH= NONE
APP2RPATH= NONE
APP2RPATH= NONE