summaryrefslogtreecommitdiff
path: root/transex3
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-03-16 09:28:22 +0000
committerOliver Bolte <obo@openoffice.org>2005-03-16 09:28:22 +0000
commit4dcf865b3c37c8fc45b9a1799e517cb0a3823660 (patch)
tree008f081769ab0ea4c4e0a3e9a4c551f24377c2dc /transex3
parentf9abc19b51115c572c46d55dfc8f424a62695284 (diff)
#i10000# bootstrp2 missing
Diffstat (limited to 'transex3')
-rw-r--r--transex3/source/makefile.mk11
1 files changed, 8 insertions, 3 deletions
diff --git a/transex3/source/makefile.mk b/transex3/source/makefile.mk
index 00f3fd14c43a..44af1db3a33c 100644
--- a/transex3/source/makefile.mk
+++ b/transex3/source/makefile.mk
@@ -2,8 +2,8 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.35 $
-# last change: $Author: obo $ $Date: 2005-03-15 08:57:48 $
+# $Revision: 1.36 $
+# last change: $Author: obo $ $Date: 2005-03-16 10:28:22 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -110,8 +110,13 @@ APP1VERSIONMAP=exports.map
APP1TARGET= $(TARGET)
APP1OBJS= $(OBJ)$/src_yy.obj
+.IF "$(GUI)"=="WNT"
+BOOTSTRP2 = bootstrp2.lib
+.ELSE
+BOOTSTRP2 = -lbootstrp2
+.ENDIF
.IF "$(OS)"!="MACOSX"
-APP1STDLIBS+= $(BTSTRPLIB)
+APP1STDLIBS+= $(BTSTRPLIB) $(BOOTSTRP2)
.ENDIF
APP1STDLIBS+= \