diff options
-rw-r--r-- | cppu/source/AffineBridge/makefile.mk | 5 | ||||
-rw-r--r-- | cppu/source/UnsafeBridge/makefile.mk | 5 | ||||
-rw-r--r-- | cppu/source/helper/purpenv/makefile.mk | 5 | ||||
-rw-r--r-- | cppu/test/AntiEnvGuard/makefile.mk | 5 |
4 files changed, 8 insertions, 12 deletions
diff --git a/cppu/source/AffineBridge/makefile.mk b/cppu/source/AffineBridge/makefile.mk index 900290236076..f3f23703736a 100644 --- a/cppu/source/AffineBridge/makefile.mk +++ b/cppu/source/AffineBridge/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: kz $ $Date: 2007-05-09 13:36:17 $ +# last change: $Author: hr $ $Date: 2007-06-26 17:18:34 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -39,7 +39,6 @@ TARGET := AffineBridge ENABLE_EXCEPTIONS := TRUE NO_BSYMBOLIC := TRUE -NO_SHL_DESCRIPTION := TRUE USE_DEFFILE := FALSE diff --git a/cppu/source/UnsafeBridge/makefile.mk b/cppu/source/UnsafeBridge/makefile.mk index 4f05c6b0a38f..cf5c3badb494 100644 --- a/cppu/source/UnsafeBridge/makefile.mk +++ b/cppu/source/UnsafeBridge/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: kz $ $Date: 2007-05-09 13:36:37 $ +# last change: $Author: hr $ $Date: 2007-06-26 17:18:47 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -39,7 +39,6 @@ TARGET := UnsafeBridge ENABLE_EXCEPTIONS := TRUE NO_BSYMBOLIC := TRUE -NO_SHL_DESCRIPTION := TRUE USE_DEFFILE := FALSE diff --git a/cppu/source/helper/purpenv/makefile.mk b/cppu/source/helper/purpenv/makefile.mk index 87bc3d96a2de..9fa8631ba673 100644 --- a/cppu/source/helper/purpenv/makefile.mk +++ b/cppu/source/helper/purpenv/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: kz $ $Date: 2007-05-09 13:37:37 $ +# last change: $Author: hr $ $Date: 2007-06-26 17:19:00 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -40,7 +40,6 @@ TARGET := helper_purpenv ENABLE_EXCEPTIONS := TRUE NO_BSYMBOLIC := TRUE -NO_SHL_DESCRIPTION := TRUE USE_DEFFILE := TRUE diff --git a/cppu/test/AntiEnvGuard/makefile.mk b/cppu/test/AntiEnvGuard/makefile.mk index 9094b237daed..3fe657393f9c 100644 --- a/cppu/test/AntiEnvGuard/makefile.mk +++ b/cppu/test/AntiEnvGuard/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: kz $ $Date: 2007-05-09 13:40:49 $ +# last change: $Author: hr $ $Date: 2007-06-26 17:19:14 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -40,7 +40,6 @@ TARGET := AntiEnvGuard.test ENABLE_EXCEPTIONS := TRUE NO_BSYMBOLIC := TRUE -NO_SHL_DESCRIPTION := TRUE USE_DEFFILE := TRUE |