From 3603000f195f5c76477ab577648fb836e75b9fc7 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 25 Jul 2008 05:36:51 +0000 Subject: INTEGRATION: CWS jl108 (1.11.8); FILE MERGED 2008/07/23 11:16:01 jl 1.11.8.1: #i91982# define _MSC for builds with microsoft compiler --- scp2/source/ooo/ure.scp | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'scp2/source/ooo/ure.scp') diff --git a/scp2/source/ooo/ure.scp b/scp2/source/ooo/ure.scp index 4e4aea90e3ba..f8e6fd01ce01 100755 --- a/scp2/source/ooo/ure.scp +++ b/scp2/source/ooo/ure.scp @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ure.scp,v $ - * $Revision: 1.11 $ + * $Revision: 1.12 $ * * This file is part of OpenOffice.org. * @@ -410,7 +410,7 @@ File gid_File_Dl_AffineUnoUno // CompID = "CF542EC3-7A51-4EAA-8480-65D5E8906D05"; End -#if defined WNT && defined MSC +#if defined WNT && defined _MSC File gid_File_Dl_Cli_Uno TXT_FILE_BODY; Dir = SCP2_URE_DL_DIR; @@ -420,7 +420,7 @@ File gid_File_Dl_Cli_Uno End #endif -#if defined WNT && defined MSC +#if defined WNT && defined _MSC File gid_File_Dl_Cli_Ure_Assembly TXT_FILE_BODY; @@ -439,7 +439,7 @@ End #endif -#if defined WNT && defined MSC +#if defined WNT && defined _MSC File gid_File_Dl_Policy_Cli_Ure_Assembly TXT_FILE_BODY; @@ -458,7 +458,7 @@ End #endif -#if defined WNT && defined MSC +#if defined WNT && defined _MSC File gid_File_Dl_Policy_Cli_Ure_Config TXT_FILE_BODY; @@ -470,7 +470,7 @@ End #endif -#if defined WNT && defined MSC +#if defined WNT && defined _MSC File gid_File_Dl_Cli_Basetypes_Assembly TXT_FILE_BODY; @@ -489,7 +489,7 @@ End #endif -#if defined WNT && defined MSC +#if defined WNT && defined _MSC File gid_File_Dl_Policy_Cli_Basetypes_Assembly TXT_FILE_BODY; @@ -507,7 +507,7 @@ File gid_File_Dl_Policy_Cli_Basetypes_Assembly End #endif -#if defined WNT && defined MSC +#if defined WNT && defined _MSC File gid_File_Dl_Policy_Cli_Basetypes_Config TXT_FILE_BODY; @@ -520,7 +520,7 @@ End #endif -#if defined WNT && defined MSC +#if defined WNT && defined _MSC File gid_File_Dl_Cli_Uretypes_Assembly TXT_FILE_BODY; @@ -539,7 +539,7 @@ End #endif -#if defined WNT && defined MSC +#if defined WNT && defined _MSC File gid_File_Dl_Policy_Cli_Uretypes_Assembly TXT_FILE_BODY; @@ -558,7 +558,7 @@ End #endif -#if defined WNT && defined MSC +#if defined WNT && defined _MSC File gid_File_Dl_Policy_Cli_Uretypes_Config TXT_FILE_BODY; @@ -570,7 +570,7 @@ End #endif -#if defined WNT && defined MSC +#if defined WNT && defined _MSC File gid_File_Lib_Cli_Cppuhelper_Assembly TXT_FILE_BODY; @@ -589,7 +589,7 @@ End #endif -#if defined WNT && defined MSC +#if defined WNT && defined _MSC File gid_File_Lib_Policy_Cli_Cppuhelper_Assembly TXT_FILE_BODY; @@ -608,7 +608,7 @@ End #endif -#if defined WNT && defined MSC +#if defined WNT && defined _MSC File gid_File_Lib_Policy_Cli_Cppuhelper_Config TXT_FILE_BODY; -- cgit