diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:06:40 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:06:40 +0000 |
commit | 1e92ed7108858be350e71ffd54d082491822d793 (patch) | |
tree | b4458e4ef6a975b87d6cef80a9e4f80c18437d71 /vos | |
parent | 3868b550146a0f7f6759467747c33b8267515d94 (diff) |
INTEGRATION: CWS warnings01 (1.11.36); FILE MERGED
2005/11/21 15:07:03 sb 1.11.36.3: #i53898# Made code warning-free.
2005/09/23 00:17:43 sb 1.11.36.2: RESYNC: (1.11-1.12); FILE MERGED
2005/09/07 16:34:15 sb 1.11.36.1: #i53898# Made code warning-free.
Diffstat (limited to 'vos')
-rw-r--r-- | vos/source/makefile.mk | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/vos/source/makefile.mk b/vos/source/makefile.mk index 70aa5065b1b1..1e7082cdb378 100644 --- a/vos/source/makefile.mk +++ b/vos/source/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: rt $ $Date: 2005-09-09 09:07:21 $ +# last change: $Author: hr $ $Date: 2006-06-20 04:06:40 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -37,6 +37,7 @@ PRJ=.. PRJNAME=vos TARGET=cppvos +ENABLE_EXCEPTIONS=TRUE # --- Settings ----------------------------------------------------- @@ -44,9 +45,7 @@ TARGET=cppvos # --- Files -------------------------------------------------------- -SLOFILES= $(SLO)$/bytarray.obj \ - $(SLO)$/bytestrm.obj \ - $(SLO)$/conditn.obj \ +SLOFILES= $(SLO)$/conditn.obj \ $(SLO)$/mutex.obj \ $(SLO)$/object.obj \ $(SLO)$/refernce.obj \ @@ -63,9 +62,7 @@ SLOFILES= $(SLO)$/bytarray.obj \ .IF "$(UPDATER)"=="YES" -OBJFILES= $(OBJ)$/bytarray.obj \ - $(OBJ)$/bytestrm.obj \ - $(OBJ)$/conditn.obj \ +OBJFILES= $(OBJ)$/conditn.obj \ $(OBJ)$/mutex.obj \ $(OBJ)$/object.obj \ $(OBJ)$/refernce.obj \ |