summaryrefslogtreecommitdiffstats
path: root/sandbox/wow_helper/wow_helper.vcproj
diff options
context:
space:
mode:
authorjungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-31 01:06:00 +0000
committerjungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-31 01:06:00 +0000
commit55d14908fea4f62ddd1d15583d6c78476a030dd2 (patch)
tree9bb5d753e4460ba51268c4c1451a7ae901a9dcd0 /sandbox/wow_helper/wow_helper.vcproj
parent5efd1f158ccdf184a55ef3ca03c1acbd1eb3a67d (diff)
downloadchromium_src-55d14908fea4f62ddd1d15583d6c78476a030dd2.zip
chromium_src-55d14908fea4f62ddd1d15583d6c78476a030dd2.tar.gz
chromium_src-55d14908fea4f62ddd1d15583d6c78476a030dd2.tar.bz2
Update build files to use PSDK 6.1 (platformsdk_win2008_6_1). This is necessary for
dynamic font support. This is a re-run of http://codereview.chromium.org/14908/show (except that chrome_dll.deps file which needs to be updated along with the actual code change) This will be followed by http://codereview.chromium.org/16494 (actual webkit code change) and changes in webkit/build BUG=1303 Review URL: http://codereview.chromium.org/16496 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7520 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/wow_helper/wow_helper.vcproj')
-rw-r--r--sandbox/wow_helper/wow_helper.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/wow_helper/wow_helper.vcproj b/sandbox/wow_helper/wow_helper.vcproj
index 7a2d8c6..5482fbd 100644
--- a/sandbox/wow_helper/wow_helper.vcproj
+++ b/sandbox/wow_helper/wow_helper.vcproj
@@ -41,7 +41,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="$(SolutionDir)..;$(SolutionDir)..\third_party\platformsdk_vista_6_0\files\Include;$(SolutionDir)..\third_party\platformsdk_vista_6_0\files\VC\INCLUDE;$(VSInstallDir)\VC\atlmfc\include"
+ AdditionalIncludeDirectories="$(SolutionDir)..;$(SolutionDir)..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include"
PreprocessorDefinitions="_WIN32_WINNT=0x0501;WINVER=0x0501;WIN32;_DEBUG"
MinimalRebuild="true"
BasicRuntimeChecks="0"
@@ -120,7 +120,7 @@
/>
<Tool
Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="$(SolutionDir)..;$(SolutionDir)..\third_party\platformsdk_vista_6_0\files\Include;$(SolutionDir)..\third_party\platformsdk_vista_6_0\files\VC\INCLUDE;$(VSInstallDir)\VC\atlmfc\include"
+ AdditionalIncludeDirectories="$(SolutionDir)..;$(SolutionDir)..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include"
PreprocessorDefinitions="_WIN32_WINNT=0x0501;WINVER=0x0501;WIN32;NDEBUG"
RuntimeLibrary="0"
BufferSecurityCheck="false"