diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-06 09:57:43 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-06 09:57:43 +0000 |
commit | 09b8d7f3f82b44e43b7b56b873a52cf87646fcbf (patch) | |
tree | 7e68e3d6fa5b20a5c6bb0149b74a2084516d28ac /testtools/source | |
parent | 67b442076ae9c66f3157ab01187064935eca4920 (diff) |
INTEGRATION: CWS ause080 (1.15.2); FILE MERGED
2007/06/05 10:48:55 hjs 1.15.2.1: #i78107# -Zd (line information only) and -clr (common runtime library) do not work together
Diffstat (limited to 'testtools/source')
-rw-r--r-- | testtools/source/bridgetest/cli/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testtools/source/bridgetest/cli/makefile.mk b/testtools/source/bridgetest/cli/makefile.mk index 9899eadb0815..8a8c51b7aa58 100644 --- a/testtools/source/bridgetest/cli/makefile.mk +++ b/testtools/source/bridgetest/cli/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: vg $ $Date: 2007-05-25 10:50:18 $ +# last change: $Author: ihi $ $Date: 2007-06-06 10:57:43 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -46,6 +46,7 @@ LIBTARGET=NO .INCLUDE : settings.mk DLLPRE = +CFLAGSENABLESYMBOLS:=-Z7 .IF "$(COM)" == "MSC" |