Ignore:
Timestamp:
Sep 24, 2007, 10:04:19 AM (18 years ago)
Author:
kmccullo
Message:

JavaScriptCore:

Reviewed by Sam.

  • Updated project files to not use Edit and Continue for Debug Information since it doesn't work and breaks some functionality.

WebCore:

Reviewed by Sam.

  • Updated project files to not use Edit and Continue for Debug Information since it doesn't work and breaks some functionality.
  • WebCore.vcproj/WebCore.vcproj:

WebKitTools:

Reviewed by Sam.

  • Updated project files to not use Edit and Continue for Debug Information since it doesn't work and breaks some functionality.
  • DumpRenderTree/win/DumpRenderTree.vcproj:
  • DumpRenderTree/win/TestNetscapePlugin/TestNetscapePlugin.vcproj:
Location:
trunk/JavaScriptCore/JavaScriptCore.vcproj
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/dftables/dftables.vcproj

    r23463 r25712  
    5151                                WarningLevel="3"
    5252                                Detect64BitPortabilityProblems="true"
    53                                 DebugInformationFormat="4"
     53                                DebugInformationFormat="3"
    5454                        />
    5555                        <Tool
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/testkjs/testkjs.vcproj

    r23463 r25712  
    5353                                WarnAsError="true"
    5454                                Detect64BitPortabilityProblems="true"
    55                                 DebugInformationFormat="4"
     55                                DebugInformationFormat="3"
    5656                                DisableSpecificWarnings="4127;4355;4510;4512;4610;4706;4996"
    5757                        />
     
    225225                                WarnAsError="true"
    226226                                Detect64BitPortabilityProblems="true"
    227                                 DebugInformationFormat="4"
     227                                DebugInformationFormat="3"
    228228                                DisableSpecificWarnings="4127;4355;4510;4512;4610;4706;4996"
    229229                        />
Note: See TracChangeset for help on using the changeset viewer.