diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-07-17 10:45:29 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-07-17 10:45:29 +0000 |
commit | 1a3829062cd6815496837175d63303e58cc99f88 (patch) | |
tree | 91b2f84cbfe9e5aec15f6b8f9beb155719a20f23 /testtools/util | |
parent | c9a58d3646dac185e4c3ae8ffe93f69b57fd2e9e (diff) |
INTEGRATION: CWS jl106 (1.1.2); FILE ADDED
2008/07/03 07:27:22 jl 1.1.2.1: #91168# BUILD_FOR_CLI flag set only for microsoft compiler
Diffstat (limited to 'testtools/util')
-rw-r--r-- | testtools/util/makefile.pmk | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/testtools/util/makefile.pmk b/testtools/util/makefile.pmk new file mode 100644 index 000000000000..b52727ab504f --- /dev/null +++ b/testtools/util/makefile.pmk @@ -0,0 +1,39 @@ +#************************************************************************* +# +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +# +# Copyright 2008 by Sun Microsystems, Inc. +# +# OpenOffice.org - a multi-platform office productivity suite +# +# $RCSfile: makefile.pmk,v $ +# +# $Revision: 1.2 $ +# +# This file is part of OpenOffice.org. +# +# OpenOffice.org is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License version 3 +# only, as published by the Free Software Foundation. +# +# OpenOffice.org is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License version 3 for more details +# (a copy is included in the LICENSE file that accompanied this code). +# +# You should have received a copy of the GNU Lesser General Public License +# version 3 along with OpenOffice.org. If not, see +# <http://www.openoffice.org/license.html> +# for a copy of the LGPLv3 License. +# +#************************************************************************* + +# no translation here anyway +.IF "$(L10N_framework)"=="" +.IF "$(COM)" == "MSC" +BUILD_FOR_CLI = "true" +CFLAGSENABLESYMBOLS:=-Z7 +.ENDIF +.ENDIF # "L10N_framework"=="" + |