Title: [184226] trunk/Source/WebCore
Revision
184226
Author
[email protected]
Date
2015-05-12 17:57:16 -0700 (Tue, 12 May 2015)

Log Message

[Win] Update DXSDK_DIR settings for build system.

Unreviewed build fix.

* WebCore.vcxproj/WebCore.proj: Add DXSDK_DIR definition for builder.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (184225 => 184226)


--- trunk/Source/WebCore/ChangeLog	2015-05-13 00:30:29 UTC (rev 184225)
+++ trunk/Source/WebCore/ChangeLog	2015-05-13 00:57:16 UTC (rev 184226)
@@ -1,3 +1,11 @@
+2015-05-12  Brent Fulgham  <[email protected]>
+
+        [Win] Update DXSDK_DIR settings for build system.
+
+        Unreviewed build fix.
+
+        * WebCore.vcxproj/WebCore.proj: Add DXSDK_DIR definition for builder.
+
 2015-05-12  Gyuyoung Kim  <[email protected]>
 
         Return Ref instead of PassRefPtr in create() factory functions of WebCore/dom

Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCore.proj (184225 => 184226)


--- trunk/Source/WebCore/WebCore.vcxproj/WebCore.proj	2015-05-13 00:30:29 UTC (rev 184225)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCore.proj	2015-05-13 00:57:16 UTC (rev 184226)
@@ -12,6 +12,7 @@
   <!-- Wrapper to build WebCore for both win32 and x64. -->
   <PropertyGroup>
     <OFFICIAL_BUILD>1</OFFICIAL_BUILD>
+    <DXSDK_DIR>C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\</DXSDK_DIR>
     <WebKit_Libraries>$(SRCROOT)\AppleInternal</WebKit_Libraries>
     <WebKit_OutputDir>$(OBJROOT)</WebKit_OutputDir>
     <AppleInternal>$(DSTROOT)\AppleInternal</AppleInternal>
@@ -29,10 +30,10 @@
 
   <ItemGroup>
     <WebCore Include="WebCore.submit.sln">
-      <AdditionalProperties>Platform=Win32;WEBKIT_OUTPUTDIR=$(WebKit_OutputDir);WEBKIT_LIBRARIES=$(WebKit_Libraries);OFFICIAL_BUILD=$(OFFICIAL_BUILD)</AdditionalProperties>
+      <AdditionalProperties>Platform=Win32;WEBKIT_OUTPUTDIR=$(WebKit_OutputDir);WEBKIT_LIBRARIES=$(WebKit_Libraries);OFFICIAL_BUILD=$(OFFICIAL_BUILD);DXSDK_DIR=$(DXSDK_DIR)</AdditionalProperties>
     </WebCore>
     <WebCore Include="WebCore.submit.sln">
-      <AdditionalProperties>Platform=x64;WEBKIT_OUTPUTDIR=$(WebKit_OutputDir);WEBKIT_LIBRARIES=$(WebKit_Libraries);OFFICIAL_BUILD=$(OFFICIAL_BUILD)</AdditionalProperties>
+      <AdditionalProperties>Platform=x64;WEBKIT_OUTPUTDIR=$(WebKit_OutputDir);WEBKIT_LIBRARIES=$(WebKit_Libraries);OFFICIAL_BUILD=$(OFFICIAL_BUILD);DXSDK_DIR=$(DXSDK_DIR)</AdditionalProperties>
     </WebCore>
   </ItemGroup>
  
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to