diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-02 10:56:22 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-02 10:56:22 +0000 |
commit | 24f9c19985cf87a4cf6182357a22b35450eaf8d1 (patch) | |
tree | 5f1299f5c77d19a9cce53de3101042bd322de757 /tools/bootstrp | |
parent | 4b9817003854b76d0c7cca8d5e46db32e09a7f34 (diff) |
#100000# add libriries to link
Diffstat (limited to 'tools/bootstrp')
-rw-r--r-- | tools/bootstrp/makefile.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/bootstrp/makefile.mk b/tools/bootstrp/makefile.mk index 9c9665b30d27..615627aed276 100644 --- a/tools/bootstrp/makefile.mk +++ b/tools/bootstrp/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.16 $ +# $Revision: 1.17 $ # -# last change: $Author: vg $ $Date: 2003-04-01 13:36:19 $ +# last change: $Author: vg $ $Date: 2003-04-02 11:56:22 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -65,7 +65,7 @@ PRJ=.. PRJNAME=tools TARGET=bootstrp TARGETTYPE=CUI -NO_DEFAULT_STL=TRUE +#NO_DEFAULT_STL=TRUE # --- Settings ----------------------------------------------------- @@ -108,14 +108,14 @@ APP1TARGET= i_server APP1STACK= 16000 APP1OBJS= $(OBJ)$/iserver.obj APP1LIBS= $(LB)$/bootstrp.lib -APP1STDLIBS= $(SALLIB) $(TOOLSLIB) +APP1STDLIBS= $(SALLIB) $(VOSLIB) $(TOOLSLIB) APP6TARGET= sspretty APP6OBJS= $(OBJ)$/sspretty.obj APP6LIBS= $(LB)$/bootstrp.lib APP6STDLIBS=$(STATIC_LIBS) -APP6STDLIBS= $(SALLIB) $(TOOLSLIB) +APP6STDLIBS= $(SALLIB) $(VOSLIB) $(TOOLSLIB) APP7TARGET= rscdep APP7OBJS= $(OBJ)$/rscdep.obj |