Changeset 111782 in webkit


Ignore:
Timestamp:
Mar 22, 2012, 4:35:43 PM (13 years ago)
Author:
mitz@apple.com
Message:

Fixed the JavaScriptCore debug build after r111778.

  • WTF.xcodeproj/project.pbxproj: Use debug DEBUG_DEFINES when building

the Debug configuration.

Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/Source/WTF/ChangeLog

    r111780 r111782  
     12012-03-22  Dan Bernstein  <mitz@apple.com>
     2
     3        Fixed the JavaScriptCore debug build after r111778.
     4
     5        * WTF.xcodeproj/project.pbxproj: Use debug DEBUG_DEFINES when building
     6        the Debug configuration.
     7
    182012-03-22  Csaba Osztrogonác  <ossy@webkit.org>
    29
  • TabularUnified trunk/Source/WTF/WTF.xcodeproj/project.pbxproj

    r111778 r111782  
    12011201                        baseConfigurationReference = 5D247B7314689C4700E78B76 /* WTF.xcconfig */;
    12021202                        buildSettings = {
     1203                                DEBUG_DEFINES = "$(DEBUG_DEFINES_debug)";
    12031204                        };
    12041205                        name = Debug;
Note: See TracChangeset for help on using the changeset viewer.