Title: [149463] trunk/Source
Revision
149463
Author
[email protected]
Date
2013-05-01 16:28:46 -0700 (Wed, 01 May 2013)

Log Message

Set Path in makefile for AppleWin.

* _javascript_Core.vcxproj/_javascript_Core.make:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (149462 => 149463)


--- trunk/Source/_javascript_Core/ChangeLog	2013-05-01 23:20:29 UTC (rev 149462)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-05-01 23:28:46 UTC (rev 149463)
@@ -1,3 +1,9 @@
+2013-05-01  Roger Fong  <[email protected]>
+
+        Set Path in makefile for AppleWin.
+
+        * _javascript_Core.vcxproj/_javascript_Core.make:
+
 2013-05-01  Benjamin Poulain  <[email protected]>
 
         Remove the remaining wscript

Modified: trunk/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_Core.make (149462 => 149463)


--- trunk/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_Core.make	2013-05-01 23:20:29 UTC (rev 149462)
+++ trunk/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_Core.make	2013-05-01 23:28:46 UTC (rev 149463)
@@ -8,6 +8,7 @@
     set OFFICIAL_BUILD=1
 	set WebKit_Libraries=$(SRCROOT)\AppleInternal
 	set WebKit_OutputDir=$(OBJROOT)
+    set Path=%PATH%;$(SRCROOT)\Program Files (x86)\Common Files\Apple\Apple Application Support
 	set ConfigurationBuildDir=$(OBJROOT)\$(BUILDSTYLE)
     -mkdir "%ConfigurationBuildDir%\include\private"
     xcopy "%WebKit_Libraries%\include\private\*" "%ConfigurationBuildDir%\include\private" /e/v/i/h/y

Modified: trunk/Source/WTF/ChangeLog (149462 => 149463)


--- trunk/Source/WTF/ChangeLog	2013-05-01 23:20:29 UTC (rev 149462)
+++ trunk/Source/WTF/ChangeLog	2013-05-01 23:28:46 UTC (rev 149463)
@@ -1,3 +1,9 @@
+2013-05-01  Roger Fong  <[email protected]>
+
+        Set Path in makefile for AppleWin.
+
+        * WTF.vcxproj/WTF.make:
+
 2013-05-01  Anders Carlsson  <[email protected]>
 
         Add FunctionDispatcher class and make RunLoop derive from it

Modified: trunk/Source/WTF/WTF.vcxproj/WTF.make (149462 => 149463)


--- trunk/Source/WTF/WTF.vcxproj/WTF.make	2013-05-01 23:20:29 UTC (rev 149462)
+++ trunk/Source/WTF/WTF.vcxproj/WTF.make	2013-05-01 23:28:46 UTC (rev 149463)
@@ -8,6 +8,7 @@
     set OFFICIAL_BUILD=1
 	set WebKit_Libraries=$(SRCROOT)\AppleInternal
 	set WebKit_OutputDir=$(OBJROOT)
+    set Path=%PATH%;$(SRCROOT)\Program Files (x86)\Common Files\Apple\Apple Application Support
 	set ConfigurationBuildDir=$(OBJROOT)\$(BUILDSTYLE)
     devenv "WTF.submit.sln" /clean $(BUILDSTYLE)
     devenv "WTF.submit.sln" /build $(BUILDSTYLE)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to