Title: [154436] trunk
Revision
154436
Author
[email protected]
Date
2013-08-21 21:40:14 -0700 (Wed, 21 Aug 2013)

Log Message

Unreviewed, rolling out r154416.
http://trac.webkit.org/changeset/154416
https://bugs.webkit.org/show_bug.cgi?id=120147

Broke Windows builds (Requested by rniwa on #webkit).

Source/_javascript_Core:

* _javascript_Core.vcxproj/_javascript_CoreGenerated.make:
* _javascript_Core.vcxproj/LLInt/LLIntAssembly/LLIntAssembly.make:
* _javascript_Core.vcxproj/LLInt/LLIntAssembly/build-LLIntAssembly.sh:
* _javascript_Core.vcxproj/LLInt/LLIntDesiredOffsets/LLIntDesiredOffsets.make:
* _javascript_Core.vcxproj/LLInt/LLIntDesiredOffsets/build-LLIntDesiredOffsets.sh:
* _javascript_Core.vcxproj/build-generated-files.sh:

Source/WebCore:

* WebCore.vcxproj/WebCoreGenerated.make:
* WebCore.vcxproj/WebCoreGeneratedWinCairo.make:
* WebCore.vcxproj/WebCoreGeneratedWinCairoCommon.props:
* WebCore.vcxproj/build-generated-files.sh:
* WebCore.vcxproj/copyForwardingHeaders.cmd:
* WebCore.vcxproj/copyWebCoreResourceFiles.cmd:

Source/WebKit:

* WebKit.vcxproj/WebKit/WebKitPostBuild.cmd:
* WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorBuildCmd.cmd:
* WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPostBuild.cmd:
* WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPreBuild.cmd:

Source/WTF:

* WTF.vcxproj/WTFGenerated.make:
* WTF.vcxproj/build-generated-files.sh:

WebKitLibraries:

* win/tools/vsprops/common.props:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (154435 => 154436)


--- trunk/Source/_javascript_Core/ChangeLog	2013-08-22 02:06:37 UTC (rev 154435)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-08-22 04:40:14 UTC (rev 154436)
@@ -1,3 +1,18 @@
+2013-08-21  Commit Queue  <[email protected]>
+
+        Unreviewed, rolling out r154416.
+        http://trac.webkit.org/changeset/154416
+        https://bugs.webkit.org/show_bug.cgi?id=120147
+
+        Broke Windows builds (Requested by rniwa on #webkit).
+
+        * _javascript_Core.vcxproj/_javascript_CoreGenerated.make:
+        * _javascript_Core.vcxproj/LLInt/LLIntAssembly/LLIntAssembly.make:
+        * _javascript_Core.vcxproj/LLInt/LLIntAssembly/build-LLIntAssembly.sh:
+        * _javascript_Core.vcxproj/LLInt/LLIntDesiredOffsets/LLIntDesiredOffsets.make:
+        * _javascript_Core.vcxproj/LLInt/LLIntDesiredOffsets/build-LLIntDesiredOffsets.sh:
+        * _javascript_Core.vcxproj/build-generated-files.sh:
+
 2013-08-21  Gavin Barraclough  <[email protected]>
 
         Clarify var/const/function declaration

Modified: trunk/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_CoreGenerated.make (154435 => 154436)


--- trunk/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_CoreGenerated.make	2013-08-22 02:06:37 UTC (rev 154435)
+++ trunk/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_CoreGenerated.make	2013-08-22 04:40:14 UTC (rev 154436)
@@ -1,6 +1,6 @@
 all:
     touch "%ConfigurationBuildDir%\buildfailed"
-    bash build-generated-files.sh "%ConfigurationBuildDir%" "$(WEBKIT_LIBRARIES)" "%PlatformArchitecture%"
+    bash build-generated-files.sh "%ConfigurationBuildDir%" "$(WEBKIT_LIBRARIES)" 
     copy-files.cmd
 
     -del "%ConfigurationBuildDir%\include\private\_javascript_Core\stdbool.h" "%ConfigurationBuildDir%\include\private\_javascript_Core\stdint.h"

Modified: trunk/Source/_javascript_Core/_javascript_Core.vcxproj/LLInt/LLIntAssembly/LLIntAssembly.make (154435 => 154436)


--- trunk/Source/_javascript_Core/_javascript_Core.vcxproj/LLInt/LLIntAssembly/LLIntAssembly.make	2013-08-22 02:06:37 UTC (rev 154435)
+++ trunk/Source/_javascript_Core/_javascript_Core.vcxproj/LLInt/LLIntAssembly/LLIntAssembly.make	2013-08-22 04:40:14 UTC (rev 154436)
@@ -1,6 +1,6 @@
 all:
     touch "%ConfigurationBuildDir%\buildfailed"
-    bash build-LLIntAssembly.sh "%ConfigurationBuildDir%" "$(WEBKIT_LIBRARIES)" "$(DEBUGSUFFIX)" "%PlatformArchitecture%"
+    bash build-LLIntAssembly.sh "%ConfigurationBuildDir%" "$(WEBKIT_LIBRARIES)" "$(DEBUGSUFFIX)"
     -del "%ConfigurationBuildDir%\buildfailed"
 
 clean:

Modified: trunk/Source/_javascript_Core/_javascript_Core.vcxproj/LLInt/LLIntAssembly/build-LLIntAssembly.sh (154435 => 154436)


--- trunk/Source/_javascript_Core/_javascript_Core.vcxproj/LLInt/LLIntAssembly/build-LLIntAssembly.sh	2013-08-22 02:06:37 UTC (rev 154435)
+++ trunk/Source/_javascript_Core/_javascript_Core.vcxproj/LLInt/LLIntAssembly/build-LLIntAssembly.sh	2013-08-22 04:40:14 UTC (rev 154436)
@@ -16,7 +16,7 @@
 XDSTROOT=`cygpath -u "$XDSTROOT"`
 export XDSTROOT
 
-export BUILT_PRODUCTS_DIR="$XDSTROOT/obj${4}"
+export BUILT_PRODUCTS_DIR="$XDSTROOT/obj32"
 
 cd "${BUILT_PRODUCTS_DIR}/_javascript_Core/DerivedSources"
 

Modified: trunk/Source/_javascript_Core/_javascript_Core.vcxproj/LLInt/LLIntDesiredOffsets/LLIntDesiredOffsets.make (154435 => 154436)


--- trunk/Source/_javascript_Core/_javascript_Core.vcxproj/LLInt/LLIntDesiredOffsets/LLIntDesiredOffsets.make	2013-08-22 02:06:37 UTC (rev 154435)
+++ trunk/Source/_javascript_Core/_javascript_Core.vcxproj/LLInt/LLIntDesiredOffsets/LLIntDesiredOffsets.make	2013-08-22 04:40:14 UTC (rev 154436)
@@ -1,6 +1,6 @@
 all:
     touch "%ConfigurationBuildDir%\buildfailed"
-    bash build-LLIntDesiredOffsets.sh "%ConfigurationBuildDir%" "$(WEBKIT_LIBRARIES)" "%PlatformArchitecture%"
+    bash build-LLIntDesiredOffsets.sh "%ConfigurationBuildDir%" "$(WEBKIT_LIBRARIES)"
 
     -del "%ConfigurationBuildDir%\buildfailed"
 

Modified: trunk/Source/_javascript_Core/_javascript_Core.vcxproj/LLInt/LLIntDesiredOffsets/build-LLIntDesiredOffsets.sh (154435 => 154436)


--- trunk/Source/_javascript_Core/_javascript_Core.vcxproj/LLInt/LLIntDesiredOffsets/build-LLIntDesiredOffsets.sh	2013-08-22 02:06:37 UTC (rev 154435)
+++ trunk/Source/_javascript_Core/_javascript_Core.vcxproj/LLInt/LLIntDesiredOffsets/build-LLIntDesiredOffsets.sh	2013-08-22 04:40:14 UTC (rev 154436)
@@ -16,7 +16,7 @@
 XDSTROOT=`cygpath -u "$XDSTROOT"`
 export XDSTROOT
 
-export BUILT_PRODUCTS_DIR="$XDSTROOT/obj${3}/_javascript_Core/DerivedSources"
+export BUILT_PRODUCTS_DIR="$XDSTROOT/obj32/_javascript_Core/DerivedSources"
 
 ##############################################################################
 # Step 1: Generate LLIntDesiredOffsets.h

Modified: trunk/Source/_javascript_Core/_javascript_Core.vcxproj/build-generated-files.sh (154435 => 154436)


--- trunk/Source/_javascript_Core/_javascript_Core.vcxproj/build-generated-files.sh	2013-08-22 02:06:37 UTC (rev 154435)
+++ trunk/Source/_javascript_Core/_javascript_Core.vcxproj/build-generated-files.sh	2013-08-22 04:40:14 UTC (rev 154436)
@@ -26,7 +26,7 @@
 SDKROOT=`cygpath -u "$SDKROOT"`
 export SDKROOT
 
-export BUILT_PRODUCTS_DIR="$XDSTROOT/obj${3}/_javascript_Core"
+export BUILT_PRODUCTS_DIR="$XDSTROOT/obj32/_javascript_Core"
 
 mkdir -p "${BUILT_PRODUCTS_DIR}/DerivedSources/docs"
 cd "${BUILT_PRODUCTS_DIR}/DerivedSources"

Modified: trunk/Source/WTF/ChangeLog (154435 => 154436)


--- trunk/Source/WTF/ChangeLog	2013-08-22 02:06:37 UTC (rev 154435)
+++ trunk/Source/WTF/ChangeLog	2013-08-22 04:40:14 UTC (rev 154436)
@@ -1,3 +1,14 @@
+2013-08-21  Commit Queue  <[email protected]>
+
+        Unreviewed, rolling out r154416.
+        http://trac.webkit.org/changeset/154416
+        https://bugs.webkit.org/show_bug.cgi?id=120147
+
+        Broke Windows builds (Requested by rniwa on #webkit).
+
+        * WTF.vcxproj/WTFGenerated.make:
+        * WTF.vcxproj/build-generated-files.sh:
+
 2013-08-21  Alex Christensen  <[email protected]>
 
         <https://webkit.org/b/120137> Separating Win32 and Win64 builds.

Modified: trunk/Source/WTF/WTF.vcxproj/WTFGenerated.make (154435 => 154436)


--- trunk/Source/WTF/WTF.vcxproj/WTFGenerated.make	2013-08-22 02:06:37 UTC (rev 154435)
+++ trunk/Source/WTF/WTF.vcxproj/WTFGenerated.make	2013-08-22 04:40:14 UTC (rev 154436)
@@ -1,6 +1,6 @@
 all: WTFHeaderDetection.h
     touch "%ConfigurationBuildDir%\buildfailed"
-    bash build-generated-files.sh "%ConfigurationBuildDir%" "$(WEBKIT_LIBRARIES)" "$(DEBUGSUFFIX)" "%PlatformArchitecture%"
+    bash build-generated-files.sh "%ConfigurationBuildDir%" "$(WEBKIT_LIBRARIES)" "$(DEBUGSUFFIX)"
 !IF "$(OFFICIAL_BUILD)"!="1"
     bash -c "python work-around-vs-dependency-tracking-bugs.py"
 !ENDIF

Modified: trunk/Source/WTF/WTF.vcxproj/build-generated-files.sh (154435 => 154436)


--- trunk/Source/WTF/WTF.vcxproj/build-generated-files.sh	2013-08-22 02:06:37 UTC (rev 154435)
+++ trunk/Source/WTF/WTF.vcxproj/build-generated-files.sh	2013-08-22 04:40:14 UTC (rev 154436)
@@ -1,7 +1,7 @@
 #!/usr/bin/bash
 
 # Determine whether we have the versioned ICU 4.0 or the unversioned ICU 4.4
-UNVERSIONED_ICU_LIB_PATH=$(cygpath -u "${WEBKIT_LIBRARIES}/lib${4}/libicuuc${3}.lib")
+UNVERSIONED_ICU_LIB_PATH=$(cygpath -u "${WEBKIT_LIBRARIES}/lib32/libicuuc${3}.lib")
 ICUVERSION_H_PATH=$(cygpath -u "${CONFIGURATIONBUILDDIR}/include/private/ICUVersion.h")
 if test \( ! -f "${ICUVERSION_H_PATH}" \) -o \( -f "${UNVERSIONED_ICU_LIB_PATH}" -a \( "${UNVERSIONED_ICU_LIB_PATH}" -nt "${ICUVERSION_H_PATH}" \) \)
 then

Modified: trunk/Source/WebCore/ChangeLog (154435 => 154436)


--- trunk/Source/WebCore/ChangeLog	2013-08-22 02:06:37 UTC (rev 154435)
+++ trunk/Source/WebCore/ChangeLog	2013-08-22 04:40:14 UTC (rev 154436)
@@ -1,3 +1,18 @@
+2013-08-21  Commit Queue  <[email protected]>
+
+        Unreviewed, rolling out r154416.
+        http://trac.webkit.org/changeset/154416
+        https://bugs.webkit.org/show_bug.cgi?id=120147
+
+        Broke Windows builds (Requested by rniwa on #webkit).
+
+        * WebCore.vcxproj/WebCoreGenerated.make:
+        * WebCore.vcxproj/WebCoreGeneratedWinCairo.make:
+        * WebCore.vcxproj/WebCoreGeneratedWinCairoCommon.props:
+        * WebCore.vcxproj/build-generated-files.sh:
+        * WebCore.vcxproj/copyForwardingHeaders.cmd:
+        * WebCore.vcxproj/copyWebCoreResourceFiles.cmd:
+
 2013-08-21  Ryuan Choi  <[email protected]>
 
         [EFL] Unreviewed build fix after r154430.

Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCoreGenerated.make (154435 => 154436)


--- trunk/Source/WebCore/WebCore.vcxproj/WebCoreGenerated.make	2013-08-22 02:06:37 UTC (rev 154435)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCoreGenerated.make	2013-08-22 04:40:14 UTC (rev 154436)
@@ -3,12 +3,12 @@
 	if errorlevel 1 exit 1
 	echo XXWebCoreGeneratedXX > "%ConfigurationBuildDir%\buildfailed"
 
-	bash build-generated-files.sh "%ConfigurationBuildDir%" "%WebKit_Libraries%" windows "%PlatformArchitecture%"
-	bash migrate-scripts.sh "%ConfigurationBuildDir%\obj%PlatformArchitecture%\WebCore\scripts"
+	bash build-generated-files.sh "%ConfigurationBuildDir%" "%WebKit_Libraries%" windows
+	bash migrate-scripts.sh "%ConfigurationBuildDir%\obj32\WebCore\scripts"
 	cmd /C copyForwardingHeaders.cmd cg cf
 	cmd /C copyWebCoreResourceFiles.cmd
 	
 clean:
-	if exist "%ConfigurationBuildDir%\obj%PlatformArchitecture%\WebCore\DerivedSources" del /s /q "%ConfigurationBuildDir%\obj%PlatformArchitecture%\WebCore\DerivedSources"
-	if exist "%ConfigurationBuildDir%\obj%PlatformArchitecture%\WebCore\scripts" del /s /q "%ConfigurationBuildDir%\obj%PlatformArchitecture%\WebCore\scripts"
+	if exist "%ConfigurationBuildDir%\obj32\WebCore\DerivedSources" del /s /q "%ConfigurationBuildDir%\obj32\WebCore\DerivedSources"
+	if exist "%ConfigurationBuildDir%\obj32\WebCore\scripts" del /s /q "%ConfigurationBuildDir%\obj32\WebCore\scripts"
 	if exist "%ConfigurationBuildDir%\buildfailed" del "%ConfigurationBuildDir%\buildfailed"

Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCoreGeneratedWinCairo.make (154435 => 154436)


--- trunk/Source/WebCore/WebCore.vcxproj/WebCoreGeneratedWinCairo.make	2013-08-22 02:06:37 UTC (rev 154435)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCoreGeneratedWinCairo.make	2013-08-22 04:40:14 UTC (rev 154436)
@@ -3,12 +3,12 @@
 	if errorlevel 1 exit 1
 	echo XXWebCoreGeneratedXX > "%ConfigurationBuildDir%\buildfailed"
 
-	bash build-generated-files.sh "%ConfigurationBuildDir%" "%WebKit_Libraries%" cairo "%PlatformArchitecture%"
-	bash migrate-scripts.sh "%ConfigurationBuildDir%\obj%PlatformArchitecture%\WebCore\scripts"
+	bash build-generated-files.sh "%ConfigurationBuildDir%" "%WebKit_Libraries%" cairo
+	bash migrate-scripts.sh "%ConfigurationBuildDir%\obj\WebCore\scripts"
 	cmd /C copyForwardingHeaders.cmd cairo curl
 	cmd /C copyWebCoreResourceFiles.cmd
 	
 clean:
-	del /s /q "%ConfigurationBuildDir%\obj%PlatformArchitecture%\WebCore\DerivedSources"
-	del /s /q "%ConfigurationBuildDir%\obj%PlatformArchitecture%\WebCore\scripts"
+	del /s /q "%ConfigurationBuildDir%\obj\WebCore\DerivedSources"
+	del /s /q "%ConfigurationBuildDir%\obj\WebCore\scripts"
 	if exist "%ConfigurationBuildDir%\buildfailed" del "%ConfigurationBuildDir%\buildfailed"

Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCoreGeneratedWinCairoCommon.props (154435 => 154436)


--- trunk/Source/WebCore/WebCore.vcxproj/WebCoreGeneratedWinCairoCommon.props	2013-08-22 02:06:37 UTC (rev 154435)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCoreGeneratedWinCairoCommon.props	2013-08-22 04:40:14 UTC (rev 154436)
@@ -6,15 +6,13 @@
   <PropertyGroup>
     <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
     <OutDir>$(ConfigurationBuildDir)\bin\</OutDir>
-    <IntDir>$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\</IntDir>
+    <IntDir>$(ConfigurationBuildDir)\obj\$(ProjectName)\</IntDir>
     <LinkIncremental>false</LinkIncremental>
     <NMakeBuildCommandLine>%SystemDrive%\cygwin\bin\which.exe bash
 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
-set PLATFORMARCHITECTURE=$(PlatformArchitecture)
 nmake /nologo -f $(ProjectName)WinCairo.make</NMakeBuildCommandLine>
     <NMakeReBuildCommandLine>%SystemDrive%\cygwin\bin\which.exe bash
 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
-set PLATFORMARCHITECTURE=$(PlatformArchitecture)
 nmake /nologo -f $(ProjectName)WinCairo.make clean
 nmake /nologo -f $(ProjectName)WinCairo.make</NMakeReBuildCommandLine>
     <NMakeCleanCommandLine>%SystemDrive%\cygwin\bin\which.exe bash
@@ -23,7 +21,6 @@
 set PATH=$(VSInstallDir)\VC\bin;%PATH%
 
 REM VS2010 has a known bug where the clean command does not recognize environment variables properly unless explicitly set here
-set PLATFORMARCHITECTURE=$(PlatformArchitecture)
 set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)
 nmake /nologo -f $(ProjectName)WinCairo.make clean</NMakeCleanCommandLine>
     <TargetName>$(ProjectName)$(DebugSuffix)</TargetName>
@@ -219,4 +216,4 @@
       <EnvironmentVariable>true</EnvironmentVariable>
     </BuildMacro>
   </ItemGroup>
-</Project>
\ No newline at end of file
+</Project>

Modified: trunk/Source/WebCore/WebCore.vcxproj/build-generated-files.sh (154435 => 154436)


--- trunk/Source/WebCore/WebCore.vcxproj/build-generated-files.sh	2013-08-22 02:06:37 UTC (rev 154435)
+++ trunk/Source/WebCore/WebCore.vcxproj/build-generated-files.sh	2013-08-22 04:40:14 UTC (rev 154436)
@@ -53,7 +53,7 @@
 SDKROOT=`cygpath -u "$SDKROOT"`
 export SDKROOT
 
-export BUILT_PRODUCTS_DIR="$XDSTROOT/obj${4}/WebCore"
+export BUILT_PRODUCTS_DIR="$XDSTROOT/obj32/WebCore"
 
 mkdir -p "${BUILT_PRODUCTS_DIR}/DerivedSources"
 cd "${BUILT_PRODUCTS_DIR}/DerivedSources"

Modified: trunk/Source/WebCore/WebCore.vcxproj/copyForwardingHeaders.cmd (154435 => 154436)


--- trunk/Source/WebCore/WebCore.vcxproj/copyForwardingHeaders.cmd	2013-08-22 02:06:37 UTC (rev 154435)
+++ trunk/Source/WebCore/WebCore.vcxproj/copyForwardingHeaders.cmd	2013-08-22 04:40:14 UTC (rev 154436)
@@ -13,7 +13,7 @@
 mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCoreTestSupport"
 
 xcopy /y /d "%ProjectDir%..\config.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
-xcopy /y /d "%CONFIGURATIONBUILDDIR%\obj%PlatformArchitecture%\WebCore\DerivedSources\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
+xcopy /y /d "%CONFIGURATIONBUILDDIR%\obj32\WebCore\DerivedSources\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
 xcopy /y /d "%ProjectDir%..\Modules\filesystem\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
 xcopy /y /d "%ProjectDir%..\Modules\geolocation\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
 xcopy /y /d "%ProjectDir%..\Modules\mediasource\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"

Modified: trunk/Source/WebCore/WebCore.vcxproj/copyWebCoreResourceFiles.cmd (154435 => 154436)


--- trunk/Source/WebCore/WebCore.vcxproj/copyWebCoreResourceFiles.cmd	2013-08-22 02:06:37 UTC (rev 154435)
+++ trunk/Source/WebCore/WebCore.vcxproj/copyWebCoreResourceFiles.cmd	2013-08-22 04:40:14 UTC (rev 154436)
@@ -1,6 +1,6 @@
-mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\bin%PlatformArchitecture%\WebKit.resources\inspector"
-xcopy /y /d /s /exclude:xcopy.excludes "%ProjectDir%..\inspector\front-end\*" "%CONFIGURATIONBUILDDIR%\bin%PlatformArchitecture%\WebKit.resources\inspector"
-xcopy /y /d /s /exclude:xcopy.excludes "%CONFIGURATIONBUILDDIR%\obj%PlatformArchitecture%\WebCore\DerivedSources\InspectorBackendCommands.js" "%CONFIGURATIONBUILDDIR%\bin%PlatformArchitecture%\WebKit.resources\inspector"
-mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\bin%PlatformArchitecture%\WebKit.resources\en.lproj"
-xcopy /y /d /s /exclude:xcopy.excludes "%ProjectDir%..\English.lproj\localizedStrings.js" "%CONFIGURATIONBUILDDIR%\bin%PlatformArchitecture%\WebKit.resources\en.lproj"
-xcopy /y /d /s /exclude:xcopy.excludes "%ProjectDir%..\English.lproj\Localizable.strings" "%CONFIGURATIONBUILDDIR%\bin%PlatformArchitecture%\WebKit.resources\en.lproj"
+mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\bin32\WebKit.resources\inspector"
+xcopy /y /d /s /exclude:xcopy.excludes "%ProjectDir%..\inspector\front-end\*" "%CONFIGURATIONBUILDDIR%\bin32\WebKit.resources\inspector"
+xcopy /y /d /s /exclude:xcopy.excludes "%CONFIGURATIONBUILDDIR%\obj32\WebCore\DerivedSources\InspectorBackendCommands.js" "%CONFIGURATIONBUILDDIR%\bin32\WebKit.resources\inspector"
+mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\bin32\WebKit.resources\en.lproj"
+xcopy /y /d /s /exclude:xcopy.excludes "%ProjectDir%..\English.lproj\localizedStrings.js" "%CONFIGURATIONBUILDDIR%\bin32\WebKit.resources\en.lproj"
+xcopy /y /d /s /exclude:xcopy.excludes "%ProjectDir%..\English.lproj\Localizable.strings" "%CONFIGURATIONBUILDDIR%\bin32\WebKit.resources\en.lproj"

Modified: trunk/Source/WebKit/ChangeLog (154435 => 154436)


--- trunk/Source/WebKit/ChangeLog	2013-08-22 02:06:37 UTC (rev 154435)
+++ trunk/Source/WebKit/ChangeLog	2013-08-22 04:40:14 UTC (rev 154436)
@@ -1,3 +1,16 @@
+2013-08-21  Commit Queue  <[email protected]>
+
+        Unreviewed, rolling out r154416.
+        http://trac.webkit.org/changeset/154416
+        https://bugs.webkit.org/show_bug.cgi?id=120147
+
+        Broke Windows builds (Requested by rniwa on #webkit).
+
+        * WebKit.vcxproj/WebKit/WebKitPostBuild.cmd:
+        * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorBuildCmd.cmd:
+        * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPostBuild.cmd:
+        * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPreBuild.cmd:
+
 2013-08-21  Alex Christensen  <[email protected]>
 
         <https://webkit.org/b/120137> Separating Win32 and Win64 builds.

Modified: trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKitPostBuild.cmd (154435 => 154436)


--- trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKitPostBuild.cmd	2013-08-22 02:06:37 UTC (rev 154435)
+++ trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKitPostBuild.cmd	2013-08-22 04:40:14 UTC (rev 154436)
@@ -11,7 +11,7 @@
 xcopy /y /d "%CONFIGURATIONBUILDDIR%\include\WebCore\npruntime_internal.h" "%CONFIGURATIONBUILDDIR%\include\WebKit"
 xcopy /y /d "%CONFIGURATIONBUILDDIR%\include\WebCore\nptypes.h" "%CONFIGURATIONBUILDDIR%\include\WebKit"
 
-mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\bin%PlatformArchitecture%\WebKit.resources"
-xcopy /y /d "%PROJECTDIR%..\..\WebKit.resources\*" "%CONFIGURATIONBUILDDIR%\bin%PlatformArchitecture%\WebKit.resources"
+mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\bin32\WebKit.resources"
+xcopy /y /d "%PROJECTDIR%..\..\WebKit.resources\*" "%CONFIGURATIONBUILDDIR%\bin32\WebKit.resources"
 
 if exist "%CONFIGURATIONBUILDDIR%\buildfailed" del "%CONFIGURATIONBUILDDIR%\buildfailed"

Modified: trunk/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorBuildCmd.cmd (154435 => 154436)


--- trunk/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorBuildCmd.cmd	2013-08-22 02:06:37 UTC (rev 154435)
+++ trunk/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorBuildCmd.cmd	2013-08-22 04:40:14 UTC (rev 154436)
@@ -2,7 +2,7 @@
 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
 cmd /c
 
-set GeneratorDirectory=%CONFIGURATIONBUILDDIR%/obj%PlatformArchitecture%/WebKitExportGenerator
+set GeneratorDirectory=%CONFIGURATIONBUILDDIR%/obj32/WebKitExportGenerator
 
 echo Generating export definitions
 del /F /Q "%GeneratorDirectory%/DerivedSources/WebKitExportGenerator.cpp"

Modified: trunk/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPostBuild.cmd (154435 => 154436)


--- trunk/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPostBuild.cmd	2013-08-22 02:06:37 UTC (rev 154435)
+++ trunk/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPostBuild.cmd	2013-08-22 04:40:14 UTC (rev 154436)
@@ -1,4 +1,4 @@
-set GeneratorDirectory=%CONFIGURATIONBUILDDIR%\obj%PlatformArchitecture%\WebKitExportGenerator
+set GeneratorDirectory=%CONFIGURATIONBUILDDIR%\obj32\WebKitExportGenerator
 echo Exporting link definition output (%GeneratorDirectory%\WebKitExports.def)
 if exist "%OUTDIR%\WebKitExportGenerator%DEBUGSUFFIX%.exe" "%OUTDIR%\WebKitExportGenerator%DEBUGSUFFIX%.exe" > "%GeneratorDirectory%\WebKitExports.def"
 

Modified: trunk/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPreBuild.cmd (154435 => 154436)


--- trunk/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPreBuild.cmd	2013-08-22 02:06:37 UTC (rev 154435)
+++ trunk/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPreBuild.cmd	2013-08-22 04:40:14 UTC (rev 154436)
@@ -2,7 +2,7 @@
 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
 
 echo Preparing generator output directory...
-set GeneratorDirectory=%CONFIGURATIONBUILDDIR%/obj%PlatformArchitecture%/WebKitExportGenerator
+set GeneratorDirectory=%CONFIGURATIONBUILDDIR%/obj32/WebKitExportGenerator
 mkdir "%GeneratorDirectory%" 2>NUL
 mkdir "%GeneratorDirectory%\DerivedSources" 2>NUL
 

Modified: trunk/WebKitLibraries/ChangeLog (154435 => 154436)


--- trunk/WebKitLibraries/ChangeLog	2013-08-22 02:06:37 UTC (rev 154435)
+++ trunk/WebKitLibraries/ChangeLog	2013-08-22 04:40:14 UTC (rev 154436)
@@ -1,3 +1,13 @@
+2013-08-21  Commit Queue  <[email protected]>
+
+        Unreviewed, rolling out r154416.
+        http://trac.webkit.org/changeset/154416
+        https://bugs.webkit.org/show_bug.cgi?id=120147
+
+        Broke Windows builds (Requested by rniwa on #webkit).
+
+        * win/tools/vsprops/common.props:
+
 2013-08-21  Alex Christensen  <[email protected]>
 
         <https://webkit.org/b/120137> Separating Win32 and Win64 builds.

Modified: trunk/WebKitLibraries/win/tools/vsprops/common.props (154435 => 154436)


--- trunk/WebKitLibraries/win/tools/vsprops/common.props	2013-08-22 02:06:37 UTC (rev 154435)
+++ trunk/WebKitLibraries/win/tools/vsprops/common.props	2013-08-22 04:40:14 UTC (rev 154436)
@@ -7,16 +7,14 @@
   </PropertyGroup>
   <PropertyGroup>
     <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
-    <OutDir>$(ConfigurationBuildDir)\bin$(PlatformArchitecture)\</OutDir>
-    <IntDir>$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\</IntDir>
+    <OutDir>$(ConfigurationBuildDir)\bin32\</OutDir>
+    <IntDir>$(ConfigurationBuildDir)\obj32\$(ProjectName)\</IntDir>
     <LinkIncremental>false</LinkIncremental>
     <NMakeBuildCommandLine>%SystemDrive%\cygwin\bin\which.exe bash
 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
-set PLATFORMARCHITECTURE=$(PlatformArchitecture)
 nmake /nologo -f $(ProjectName).make</NMakeBuildCommandLine>
     <NMakeReBuildCommandLine>%SystemDrive%\cygwin\bin\which.exe bash
 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
-set PLATFORMARCHITECTURE=$(PlatformArchitecture)
 nmake /nologo -f $(ProjectName).make clean
 nmake /nologo -f $(ProjectName).make</NMakeReBuildCommandLine>
     <NMakeCleanCommandLine>%SystemDrive%\cygwin\bin\which.exe bash
@@ -26,7 +24,6 @@
 
 REM VS2010 has a known bug where the clean command does not recognize environment variables properly unless explicitly set here
 set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)
-set PLATFORMARCHITECTURE=$(PlatformArchitecture)
 nmake /nologo -f $(ProjectName).make clean</NMakeCleanCommandLine>
     <TargetName>$(ProjectName)$(DebugSuffix)</TargetName>
   </PropertyGroup>
@@ -75,7 +72,6 @@
 set INPUTPATH=$(InputPath)
 set INTDIR=$(IntDir)
 set OUTDIR=$(OutDir)
-set PLATFORMARCHITECTURE=$(PlatformArchitecture)
 set PLATFORMNAME=$(PlatformName)
 set PROJECTDIR=$(ProjectDir)
 set PROJECTFILENAME=$(ProjectFileName)
@@ -111,7 +107,6 @@
 set INPUTPATH=$(InputPath)
 set INTDIR=$(IntDir)
 set OUTDIR=$(OutDir)
-set PLATFORMARCHITECTURE=$(PlatformArchitecture)
 set PLATFORMNAME=$(PlatformName)
 set PROJECTDIR=$(ProjectDir)
 set PROJECTFILENAME=$(ProjectFileName)
@@ -147,7 +142,6 @@
 set INPUTPATH=$(InputPath)
 set INTDIR=$(IntDir)
 set OUTDIR=$(OutDir)
-set PLATFORMARCHITECTURE=$(PlatformArchitecture)
 set PLATFORMNAME=$(PlatformName)
 set PROJECTDIR=$(ProjectDir)
 set PROJECTFILENAME=$(ProjectFileName)
@@ -178,7 +172,7 @@
     </ResourceCompile>
     <BuildLog />
     <Link>
-      <AdditionalLibraryDirectories>$(IntDir)lib$(PlatformArchitecture);$(ConfigurationBuildDir)\lib$(PlatformArchitecture);$(WEBKIT_LIBRARIES)\lib$(PlatformArchitecture)</AdditionalLibraryDirectories>
+      <AdditionalLibraryDirectories>$(IntDir)lib32;$(ConfigurationBuildDir)\lib32;$(WEBKIT_LIBRARIES)\lib32</AdditionalLibraryDirectories>
       <LinkErrorReporting>PromptImmediately</LinkErrorReporting>
       <CLRUnmanagedCodeCheck>false</CLRUnmanagedCodeCheck>
       <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
@@ -201,7 +195,7 @@
       <EnableCOMDATFolding>true</EnableCOMDATFolding>
       <RandomizedBaseAddress>false</RandomizedBaseAddress>
       <CLRThreadAttribute>DefaultThreadingAttribute</CLRThreadAttribute>
-      <ImportLibrary>$(ConfigurationBuildDir)\lib$(PlatformArchitecture)\$(TargetName).lib</ImportLibrary>
+      <ImportLibrary>$(ConfigurationBuildDir)\lib32\$(TargetName).lib</ImportLibrary>
     </Link>
     <Bscmake />
     <Xdcmake />
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to