From 4dcf865b3c37c8fc45b9a1799e517cb0a3823660 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 16 Mar 2005 09:28:22 +0000 Subject: #i10000# bootstrp2 missing --- transex3/source/makefile.mk | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'transex3') 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+= \ -- cgit