diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2001-12-21 14:43:24 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2001-12-21 14:43:24 +0000 |
commit | 357c53f37d1e08f3acf73c472ae7acb076c24d42 (patch) | |
tree | 92366dfb55d48371b4db8784765e2f5a3d6cf1e8 /tools | |
parent | 55c426bf0e4f9a6f28da69f01770fc145353dadf (diff) |
#83144#
Diffstat (limited to 'tools')
-rw-r--r-- | tools/bootstrp/addexes/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/bootstrp/addexes/makefile.mk b/tools/bootstrp/addexes/makefile.mk index d4b96036fed0..982c8f0d183b 100644 --- a/tools/bootstrp/addexes/makefile.mk +++ b/tools/bootstrp/addexes/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: mh $ $Date: 2001-10-04 17:06:59 $ +# last change: $Author: vg $ $Date: 2001-12-21 15:43:24 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -88,7 +88,7 @@ APP1STDLIBS=$(STATIC_LIBS) APP1LIBS= $(LB)$/bootstrp.lib APP1DEPN= $(LB)$/atools.lib $(LB)$/bootstrp.lib -#APP2TARGET= include +APP2TARGET= include APP2STACK= 16000 APP2OBJS= $(OBJ)$/include.obj APP2STDLIBS=$(STATIC_LIBS) |