Title: [141918] trunk/Source/_javascript_Core/_javascript_Core.vcxproj
Revision
141918
Author
[email protected]
Date
2013-02-05 12:52:36 -0800 (Tue, 05 Feb 2013)

Log Message

Unreviewed. VS2010 _javascript_Core projects touch-ups.

* _javascript_Core.vcxproj/jsc/jsc.vcxproj:
* _javascript_Core.vcxproj/testRegExp/testRegExpPostBuild.cmd:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/_javascript_Core.vcxproj/jsc/jsc.vcxproj (141917 => 141918)


--- trunk/Source/_javascript_Core/_javascript_Core.vcxproj/jsc/jsc.vcxproj	2013-02-05 20:49:20 UTC (rev 141917)
+++ trunk/Source/_javascript_Core/_javascript_Core.vcxproj/jsc/jsc.vcxproj	2013-02-05 20:52:36 UTC (rev 141918)
@@ -55,7 +55,6 @@
       <PrecompiledHeader>
       </PrecompiledHeader>
       <Optimization>MaxSpeed</Optimization>
-      <FunctionLevelLinking>true</FunctionLevelLinking>
       <IntrinsicFunctions>true</IntrinsicFunctions>
     </ClCompile>
     <Link />

Modified: trunk/Source/_javascript_Core/_javascript_Core.vcxproj/testRegExp/testRegExpPostBuild.cmd (141917 => 141918)


--- trunk/Source/_javascript_Core/_javascript_Core.vcxproj/testRegExp/testRegExpPostBuild.cmd	2013-02-05 20:49:20 UTC (rev 141917)
+++ trunk/Source/_javascript_Core/_javascript_Core.vcxproj/testRegExp/testRegExpPostBuild.cmd	2013-02-05 20:52:36 UTC (rev 141918)
@@ -1,7 +1,5 @@
 if exist "%CONFIGURATIONBUILDDIR%\buildfailed" del "%CONFIGURATIONBUILDDIR%\buildfailed"
 
-echo "WOAHHHAHAHAHA"
-
 mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\bin"
 if exist "%WebKit_Libraries%\bin\icudt46.dll" xcopy /y /d "%WebKit_Libraries%\bin\icudt46.dll" "%CONFIGURATIONBUILDDIR%\bin"
 if exist "%WebKit_Libraries%\bin\icudt46.dll" xcopy /y /d "%WebKit_Libraries%\bin\icudt46.dll" "%CONFIGURATIONBUILDDIR%\bin"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to