Changeset 17745 in webkit


Ignore:
Timestamp:
Nov 12, 2006 3:44:42 PM (17 years ago)
Author:
ggaren
Message:

Reviewed by Beth Dakin.


Added project-wide setting to disable Microsoft's made-up deprecation

warnings related to std
functions. (Doesn't have any affect yet, since we currently disable all deprecation warnings.)
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r17741 r17745  
     12006-11-12  Geoffrey Garen  <ggaren@apple.com>
     2
     3        Reviewed by Beth Dakin.
     4       
     5        Added project-wide setting to disable Microsoft's made-up deprecation
     6        warnings related to std:: functions. (Doesn't have any affect yet,
     7        since we currently disable all deprecation warnings.)
     8
     9        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
     10
    1112006-11-12  Mark Rowe  <bdash@webkit.org>
    212
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj

    r17372 r17745  
    4848                                Optimization="0"
    4949                                AdditionalIncludeDirectories="&quot;$(WebKitOutputDir)\obj\JavaScriptCore\$(ConfigurationName)\DerivedSources\&quot;;../../;&quot;../../os-win32/&quot;;../../pcre/;../../kjs/;../../wtf/;&quot;$(WebKitSDKDir)\include&quot;;&quot;$(WebKitSDKDir)\include\icu&quot;;../../../icu/include;../../bindings;../../bindings/c;../../bindings/jni;&quot;$(WebKitOutputDir)\include\JavaScriptCore&quot;"
    50                                 PreprocessorDefinitions="HAVE_CONFIG_H;WIN32;__STD_C"
     50                                PreprocessorDefinitions="HAVE_CONFIG_H;WIN32;__STD_C;_SCL_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE"
    5151                                MinimalRebuild="true"
    5252                                ExceptionHandling="0"
     
    124124                                Name="VCCLCompilerTool"
    125125                                AdditionalIncludeDirectories="&quot;$(WebKitOutputDir)\obj\JavaScriptCore\$(ConfigurationName)\DerivedSources\&quot;;../../;&quot;../../os-win32/&quot;;../../pcre/;../../kjs/;../../wtf/;&quot;$(WebKitSDKDir)\include&quot;;&quot;$(WebKitSDKDir)\include\icu&quot;;../../../icu/include;../../bindings;../../bindings/c;../../bindings/jni;&quot;$(WebKitOutputDir)\include\JavaScriptCore&quot;"
    126                                 PreprocessorDefinitions="HAVE_CONFIG_H;WIN32;__STD_C;NDEBUG"
     126                                PreprocessorDefinitions="HAVE_CONFIG_H;WIN32;__STD_C;NDEBUG;_SCL_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE"
    127127                                ExceptionHandling="0"
    128128                                RuntimeLibrary="2"
Note: See TracChangeset for help on using the changeset viewer.