diff options
author | Martin Hollmichel <mh@openoffice.org> | 2001-10-04 16:06:59 +0000 |
---|---|---|
committer | Martin Hollmichel <mh@openoffice.org> | 2001-10-04 16:06:59 +0000 |
commit | 7ad9ead4772424d303cc243e8aab08e4f5d18099 (patch) | |
tree | 7a86643f66d752d1d515ea563a29503b497c9b4d /tools/bootstrp/addexes | |
parent | 15ba9a8119bdd10c99765eefb56aa3926566226f (diff) |
add: abort on errors with error code #1
Diffstat (limited to 'tools/bootstrp/addexes')
-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 441127d7efe9..d4b96036fed0 100644 --- a/tools/bootstrp/addexes/makefile.mk +++ b/tools/bootstrp/addexes/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: nf $ $Date: 2001-04-18 09:13:27 $ +# last change: $Author: mh $ $Date: 2001-10-04 17:06:59 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -81,7 +81,7 @@ LIB1TARGET= $(LB)$/btstrp.lib LIB1ARCHIV= $(LB)$/libbtstrp.a LIB1FILES= $(LB)$/bootstrp.lib -#APP1TARGET= dirsync +APP1TARGET= dirsync APP1STACK= 16000 APP1OBJS= $(OBJ)$/dirsync.obj APP1STDLIBS=$(STATIC_LIBS) |