Title: [152300] trunk/Source/_javascript_Core
Revision
152300
Author
[email protected]
Date
2013-07-02 10:53:20 -0700 (Tue, 02 Jul 2013)

Log Message

[Windows] Unreviewed build correction for 'DebugSuffix' target.

* _javascript_Core.vcxproj/LLInt/LLIntAssembly/LLIntAssembly.vcxproj: Must pass the
DEBUGSUFFIX definition to the nmake instance to be available during script processing.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (152299 => 152300)


--- trunk/Source/_javascript_Core/ChangeLog	2013-07-02 17:37:32 UTC (rev 152299)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-07-02 17:53:20 UTC (rev 152300)
@@ -1,3 +1,10 @@
+2013-07-02  Brent Fulgham  <[email protected]>
+
+        [Windows] Unreviewed build correction for 'DebugSuffix' target.
+
+        * _javascript_Core.vcxproj/LLInt/LLIntAssembly/LLIntAssembly.vcxproj: Must pass the
+        DEBUGSUFFIX definition to the nmake instance to be available during script processing.
+
 2013-07-01  Sergio Correia  <[email protected]>
 
         [JSC]: Fix maybe-uninitialized gcc 4.8 warning in DFGSpeculativeJIT.cpp

Modified: trunk/Source/_javascript_Core/_javascript_Core.vcxproj/LLInt/LLIntAssembly/LLIntAssembly.vcxproj (152299 => 152300)


--- trunk/Source/_javascript_Core/_javascript_Core.vcxproj/LLInt/LLIntAssembly/LLIntAssembly.vcxproj	2013-07-02 17:37:32 UTC (rev 152299)
+++ trunk/Source/_javascript_Core/_javascript_Core.vcxproj/LLInt/LLIntAssembly/LLIntAssembly.vcxproj	2013-07-02 17:53:20 UTC (rev 152300)
@@ -129,6 +129,13 @@
     <NMakeForcedUsingAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
     <NMakeForcedUsingAssemblies Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" />
     <NMakeForcedUsingAssemblies Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" />
+    <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'">%SystemDrive%\cygwin\bin\which.exe bash
+if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
+nmake /nologo -f $(ProjectName).make DEBUGSUFFIX=_debug</NMakeBuildCommandLine>
+    <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'">%SystemDrive%\cygwin\bin\which.exe bash
+if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
+nmake /nologo -f $(ProjectName).make clean
+nmake /nologo -f $(ProjectName).make DEBUGSUFFIX=_debug</NMakeReBuildCommandLine>
   </PropertyGroup>
   <ItemDefinitionGroup>
   </ItemDefinitionGroup>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to