diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-02 12:05:17 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-02 12:05:17 +0000 |
commit | 9607247e83096123ccd734f411b08b4b9e49a50f (patch) | |
tree | a3f71909e6f33b91ce2f43ffe12811a8aed50758 /tools | |
parent | 24f9c19985cf87a4cf6182357a22b35450eaf8d1 (diff) |
#100000# libraries to link
Diffstat (limited to 'tools')
-rw-r--r-- | tools/bootstrp/addexes2/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/bootstrp/addexes2/makefile.mk b/tools/bootstrp/addexes2/makefile.mk index cdfbcd32bda1..8d9d1cbcb6ec 100644 --- a/tools/bootstrp/addexes2/makefile.mk +++ b/tools/bootstrp/addexes2/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: vg $ $Date: 2003-04-01 13:36:53 $ +# last change: $Author: vg $ $Date: 2003-04-02 13:05:17 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -66,7 +66,7 @@ PRJNAME=tools TARGET=addexes2 TARGETTYPE=CUI TARGETTHREAD=MT -NO_DEFAULT_STL=TRUE +#NO_DEFAULT_STL=TRUE # --- Settings ----------------------------------------------------- @@ -76,7 +76,7 @@ NO_DEFAULT_STL=TRUE APP3TARGET= mkunroll APP3OBJS= $(OBJ)$/mkfilt.obj -APP3STDLIBS=$(TOOLSLIB) +APP3STDLIBS= $(SALLIB) $(VOSLIB) $(TOOLSLIB) .IF "$(OS)"=="LINUX" APP3STDLIBS+=-lpthread .ENDIF |