diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-03-29 10:43:32 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-03-29 10:43:32 +0000 |
commit | 0cb4db6bfa369541c7bf440786a2eff31d10490d (patch) | |
tree | ba0ac292048077ec3adf4e5af663c8e6233413dd /transex3 | |
parent | 445e1451cdf70a959eeee78823bd653d4ab5792e (diff) |
INTEGRATION: CWS macosx04 (1.36.2); FILE MERGED
2005/03/19 23:56:28 pjanik 1.36.2.1: #i45364#: Add missing static library for MacOS X.
Diffstat (limited to 'transex3')
-rw-r--r-- | transex3/source/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/transex3/source/makefile.mk b/transex3/source/makefile.mk index 44af1db3a33c..6ba67375694d 100644 --- a/transex3/source/makefile.mk +++ b/transex3/source/makefile.mk @@ -2,8 +2,8 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.36 $ -# last change: $Author: obo $ $Date: 2005-03-16 10:28:22 $ +# $Revision: 1.37 $ +# last change: $Author: rt $ $Date: 2005-03-29 11:43:32 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -126,7 +126,7 @@ APP1STDLIBS+= \ .IF "$(OS)"=="MACOSX" # static libs at end for OS X -APP1STDLIBS+= $(BTSTRPLIB) +APP1STDLIBS+= $(BTSTRPLIB) $(BOOTSTRP2) .ENDIF APP1LIBS+= $(LB)$/$(PRJNAME).lib @@ -235,7 +235,7 @@ APP9STDLIBS+= \ .IF "$(OS)"=="MACOSX" # static libs at end for OS X -APP9STDLIBS+= $(BTSTRPLIB) +APP9STDLIBS+= $(BTSTRPLIB) $(BOOTSTRP2) .ENDIF DEPOBJFILES=$(APP1OBJS) $(APP2OBJS) $(APP3OBJS) $(APP4OBJS) $(APP5OBJS) $(APP6OBJS) $(APP7OBJS) $(APP8OBJS) $(APP9OBJS) |