diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-23 10:03:54 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-23 10:03:54 +0000 |
commit | da31ac5fd24bf9bffeff8fcd1a2b89f4e4d00e90 (patch) | |
tree | 926d77d2a2a93df23028b453f9ab34c88c4fe3ba /desktop/util | |
parent | 220397460d7ba406a65ff2c98d2ce9327fddf446 (diff) |
#100000# one more library to link
Diffstat (limited to 'desktop/util')
-rw-r--r-- | desktop/util/makefile.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/desktop/util/makefile.mk b/desktop/util/makefile.mk index 92aefa755d56..bbfb94973211 100644 --- a/desktop/util/makefile.mk +++ b/desktop/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.28 $ +# $Revision: 1.29 $ # -# last change: $Author: vg $ $Date: 2003-04-15 13:31:32 $ +# last change: $Author: vg $ $Date: 2003-04-23 11:03:54 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -121,6 +121,7 @@ APP1TARGET=so$/$(TARGET) APP1STDLIBS= \ $(VCLLIB) \ $(SVLLIB) \ + $(SVTOOLLIB) \ $(UNOTOOLSLIB) \ $(TOOLSLIB) \ $(COMPHELPERLIB) \ @@ -134,12 +135,11 @@ APP1STDLIBS= \ # $(SVLLIB) \ # $(SVMEMLIB) \ # $(VCLLIB) \ -# $(APP1_STDPOST) \ +# $(APP1_STDPOST) \ # $(UNOTOOLSLIB) \ # $(UCBHELPERLIB) \ # $(COMPHELPERLIB) \ # $(SALHELPERLIB) \ -# $(SVTOOLLIB) APP1OBJS=$(TARGETOBJS) APP1OBJS += $(OBJ)$/copyright_ascii_sun.obj @@ -227,7 +227,8 @@ APP5STDLIBS= \ $(VOSLIB) \ $(CPPUHELPERLIB) \ $(CPPULIB) \ - $(SALLIB) + $(SALLIB) \ + $(SVTOOLLIB) # $(APP1_STDPRE) \ # $(SVLLIB) \ @@ -238,7 +239,6 @@ APP5STDLIBS= \ # $(UCBHELPERLIB) \ # $(COMPHELPERLIB) \ # $(SALHELPERLIB) \ -# $(SVTOOLLIB) APP5OBJS=$(TARGETOBJS) APP5OBJS += $(OBJ)$/copyright_ascii_ooo.obj |