From: Foster B. <fos...@us...> - 2006-02-03 18:21:20
|
Update of /cvsroot/adobe-source/adobe-source/adobe/config/compiler In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1031/adobe/config/compiler Modified Files: gcc.hpp visualc.hpp Log Message: asl 1.0.13 Index: gcc.hpp =================================================================== RCS file: /cvsroot/adobe-source/adobe-source/adobe/config/compiler/gcc.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** gcc.hpp 6 Jan 2006 18:35:07 -0000 1.2 --- gcc.hpp 3 Feb 2006 18:20:41 -0000 1.3 *************** *** 1,6 **** /* ! Copyright 2005-2006 Adobe Systems Incorporated ! Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt ! or a copy at http://opensource.adobe.com/licenses.html) */ --- 1,6 ---- /* ! Copyright 2005-2006 Adobe Systems Incorporated ! Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt ! or a copy at http://opensource.adobe.com/licenses.html) */ *************** *** 13,17 **** #ifndef ADOBE_CONFIG_HPP ! #error "This file is intended to be included by <adobe/config.hpp> -- please use that file directly." #endif --- 13,17 ---- #ifndef ADOBE_CONFIG_HPP ! #error "This file is intended to be included by <adobe/config.hpp> -- please use that file directly." #endif Index: visualc.hpp =================================================================== RCS file: /cvsroot/adobe-source/adobe-source/adobe/config/compiler/visualc.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** visualc.hpp 6 Jan 2006 18:35:07 -0000 1.2 --- visualc.hpp 3 Feb 2006 18:20:42 -0000 1.3 *************** *** 1,6 **** /* ! Copyright 2005-2006 Adobe Systems Incorporated ! Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt ! or a copy at http://opensource.adobe.com/licenses.html) */ --- 1,6 ---- /* ! Copyright 2005-2006 Adobe Systems Incorporated ! Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt ! or a copy at http://opensource.adobe.com/licenses.html) */ *************** *** 13,17 **** #ifndef ADOBE_CONFIG_HPP ! #error "This file is intended to be included by <adobe/config.hpp> -- please use that file directly." #endif --- 13,17 ---- #ifndef ADOBE_CONFIG_HPP ! #error "This file is intended to be included by <adobe/config.hpp> -- please use that file directly." #endif *************** *** 19,41 **** #ifndef ADOBE_TEST_MICROSOFT_NO_DEPRECATE ! #define ADOBE_TEST_MICROSOFT_NO_DEPRECATE 1 #endif #if ADOBE_TEST_MICROSOFT_NO_DEPRECATE ! #if _MSC_VER == 1400 ! /* ! The explanation for this check is explained at ! http://opensource.adobe.com/twiki/bin/view/AdobeSource/MicrosoftVisualCPP8Issues ! */ ! #ifndef _CRT_SECURE_NO_DEPRECATE ! #error "Microsoft 'Safe Standard C Library' is not supported. See <http://opensource.adobe.com/twiki/bin/view/AdobeSource/MicrosoftVisualCPP8Issues>" ! #endif ! #ifndef _SCL_SECURE_NO_DEPRECATE ! #error "Microsoft 'Safe Standard C++ Library' is not supported. See <http://opensource.adobe.com/twiki/bin/view/AdobeSource/MicrosoftVisualCPP8Issues>" ! #endif ! #endif #endif --- 19,41 ---- #ifndef ADOBE_TEST_MICROSOFT_NO_DEPRECATE ! #define ADOBE_TEST_MICROSOFT_NO_DEPRECATE 1 #endif #if ADOBE_TEST_MICROSOFT_NO_DEPRECATE ! #if _MSC_VER == 1400 ! /* ! The explanation for this check is explained at ! http://opensource.adobe.com/twiki/bin/view/AdobeSource/MicrosoftVisualCPP8Issues ! */ ! #ifndef _CRT_SECURE_NO_DEPRECATE ! #error "Microsoft 'Safe Standard C Library' is not supported. See <http://opensource.adobe.com/twiki/bin/view/AdobeSource/MicrosoftVisualCPP8Issues>" ! #endif ! #ifndef _SCL_SECURE_NO_DEPRECATE ! #error "Microsoft 'Safe Standard C++ Library' is not supported. See <http://opensource.adobe.com/twiki/bin/view/AdobeSource/MicrosoftVisualCPP8Issues>" ! #endif ! #endif #endif |