diff options
author | Nils Fuhrmann <nf@openoffice.org> | 2001-12-19 10:54:56 +0000 |
---|---|---|
committer | Nils Fuhrmann <nf@openoffice.org> | 2001-12-19 10:54:56 +0000 |
commit | 1a3c29094dd3d1aef039696b0cacaf0af8e921f4 (patch) | |
tree | a47f127ddcdd2a6a01c33466c06aadb931aa149e /transex3/source | |
parent | 39602d32730d4e028e369016b84c38524bb358ab (diff) |
Fix linking for UNIX
Diffstat (limited to 'transex3/source')
-rw-r--r-- | transex3/source/makefile.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/transex3/source/makefile.mk b/transex3/source/makefile.mk index 97222d61f844..19e31cb047a4 100644 --- a/transex3/source/makefile.mk +++ b/transex3/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.20 $ +# $Revision: 1.21 $ # -# last change: $Author: nf $ $Date: 2001-12-05 11:30:49 $ +# last change: $Author: nf $ $Date: 2001-12-19 11:54:56 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -157,7 +157,6 @@ APP9TARGET= localize APP9STACK= 16000 APP9OBJS= $(OBJ)$/localize.obj $(OBJ)$/utf8conv.obj $(OBJ)$/srciter.obj $(OBJ)$/export2.obj APP9STDLIBS+=$(BTSTRPLIB) $(STATIC_LIBS) -APP9LIBS+= $(LB)$/$(TARGET).lib DEPOBJFILES=$(APP1OBJS) $(APP2OBJS) $(APP3OBJS) $(APP4OBJS) $(APP5OBJS) $(APP6OBJS) $(APP7OBJS) $(APP8OBJS) $(APP9OBJS) |