<rdar://problem/
13588964>
* WTF.vcxproj/WTF.make:
* JavaScriptCore.vcxproj/JavaScriptCore.make:
* WebCore.vcxproj/WebCore.make:
* WebKit.vcxproj/WebKit.make:
* win/tools/WinTools.make:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@147793
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-04-05 Roger Fong <roger_fong@apple.com>
+
+ More VS2010 solution makefile fixes.
+ <rdar://problem/13588964>
+
+ * JavaScriptCore.vcxproj/JavaScriptCore.make:
+
2013-04-05 Allan Sandfeld Jensen <allan.jensen@digia.com>
LLint should be able to use x87 instead of SSE for floating pointer
-!IF "$(BUILDSTYLE)"=="DEBUG"
+!IF defined(BUILDSTYLE) && "$(BUILDSTYLE)"=="DEBUG"
BUILDSTYLE=DebugSuffix
!ELSE
BUILDSTYLE=Production
!ENDIF
install:
+ set OFFICIAL_BUILD=1
set WebKit_Libraries=$(SRCROOT)\AppleInternal
set WebKit_OutputDir=$(OBJROOT)
set ConfigurationBuildDir=$(OBJROOT)\$(BUILDSTYLE)
- set WebKit_Source=$(SRCROOT)\..\..
+ set WebKit_Source=$(SRCROOT)
-mkdir "%ConfigurationBuildDir%\include\private"
xcopy "%WebKit_Libraries%\include\private\*" "%ConfigurationBuildDir%\include\private" /e/v/i/h/y
devenv "JavaScriptCore.submit.sln" /clean $(BUILDSTYLE)
+2013-04-05 Roger Fong <roger_fong@apple.com>
+
+ More VS2010 solution makefile fixes.
+ <rdar://problem/13588964>
+
+ * WTF.vcxproj/WTF.make:
+
2013-04-05 Anders Carlsson <andersca@apple.com>
Remove more dead Chromium code from WTF
-!IF "$(BUILDSTYLE)"=="DEBUG"\r
+!IF defined(BUILDSTYLE) && "$(BUILDSTYLE)"=="DEBUG"\r
BUILDSTYLE=DebugSuffix\r
!ELSE\r
BUILDSTYLE=Production\r
!ENDIF\r
\r
install:\r
+ set OFFICIAL_BUILD=1\r
set WebKit_Libraries=$(SRCROOT)\AppleInternal\r
set WebKit_OutputDir=$(OBJROOT)\r
- set WebKit_Source=$(SRCROOT)\..\..\r
+ set WebKit_Source=$(SRCROOT)\r
set ConfigurationBuildDir=$(OBJROOT)\$(BUILDSTYLE)\r
devenv "WTF.submit.sln" /clean $(BUILDSTYLE)\r
devenv "WTF.submit.sln" /build $(BUILDSTYLE)\r
+2013-04-05 Roger Fong <roger_fong@apple.com>
+
+ More VS2010 solution makefile fixes.
+ <rdar://problem/13588964>
+
+ * WebCore.vcxproj/WebCore.make:
+
2013-04-05 Ed Bartosh <bartosh@gmail.com>
[EFL] --no-tiled-backing-store build fails because of not used #if USE(ACCELERATED_COMPOSITING)
set WebKit_Libraries=$(SRCROOT)\AppleInternal
set WebKit_OutputDir=$(OBJROOT)
set ConfigurationBuildDir=$(OBJROOT)\$(BUILDSTYLE)
- set WebKit_Source=$(SRCROOT)\..\..
+ set WebKit_Source=$(SRCROOT)
-mkdir 2>NUL "%ConfigurationBuildDir%\include\private"
xcopy "%WebKit_Libraries%\include\private\*" "%ConfigurationBuildDir%\include\private" /e/v/i/h/y
devenv "WebCore.submit.sln" /rebuild $(BUILDSTYLE)
+2013-04-05 Roger Fong <roger_fong@apple.com>
+
+ More VS2010 solution makefile fixes.
+ <rdar://problem/13588964>
+
+ * WebKit.vcxproj/WebKit.make:
+
2013-04-04 Benjamin Poulain <benjamin@webkit.org>
Remove Webkit/chromium
!ENDIF
install:
+ set OFFICIAL_BUILD=1
set WebKit_Libraries=$(SRCROOT)\AppleInternal
set WebKit_OutputDir=$(OBJROOT)
set ConfigurationBuildDir=$(OBJROOT)\$(BUILDSTYLE)
- set WebKit_Source=$(SRCROOT)\..\..
+ set WebKit_Source=$(SRCROOT)
devenv "WebKit.submit.sln" /rebuild $(BUILDSTYLE)
-xcopy "%ConfigurationBuildDir%\bin\*.exe" "$(DSTROOT)\AppleInternal\bin\" /e/v/i/h/y
xcopy "%ConfigurationBuildDir%\bin\*.pdb" "$(DSTROOT)\AppleInternal\bin\" /e/v/i/h/y
+2013-04-05 Roger Fong <roger_fong@apple.com>
+
+ More VS2010 solution makefile fixes.
+ <rdar://problem/13588964>
+
+ * win/tools/WinTools.make:
+
2013-04-03 Brent Fulgham <bfulgham@webkit.org>
[Windows, WinCairo] Unreviewed VS2010 Build Correction
install:
xcopy "$(SRCROOT)\vsprops\*.vsprops" "$(DSTROOT)\AppleInternal\tools\vsprops" /e/v/i/h/y
+ xcopy "$(SRCROOT)\vsprops\*.props" "$(DSTROOT)\AppleInternal\tools\vsprops" /e/v/i/h/y
xcopy "$(SRCROOT)\scripts\*" "$(DSTROOT)\AppleInternal\tools\scripts" /e/v/i/h/y