From 9af5ddab146aafa629a3c9dabab4586185fcdf9a Mon Sep 17 00:00:00 2001 From: "piman@google.com" Date: Thu, 28 Jan 2010 06:46:54 +0000 Subject: win: fix DXSDK include path, needs to be after platform sdk include path Review URL: http://codereview.chromium.org/554110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37384 0039d316-1c4b-4281-b951-d872f2087c98 --- o3d/installer/win/installer.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'o3d/installer/win') diff --git a/o3d/installer/win/installer.gyp b/o3d/installer/win/installer.gyp index d13232f..fa7bca1 100644 --- a/o3d/installer/win/installer.gyp +++ b/o3d/installer/win/installer.gyp @@ -57,6 +57,8 @@ '../../<(glewdir)/include', '../../<(cgdir)/include', '<(INTERMEDIATE_DIR)', + ], + 'msvs_system_include_dirs': [ '$(DXSDK_DIR)/Include', ], 'defines': [ -- cgit v1.1