summaryrefslogtreecommitdiffstats
path: root/sandbox
diff options
context:
space:
mode:
authorbradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-03 20:45:47 +0000
committerbradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-03 20:45:47 +0000
commitfc78fd42b81a97d3d15419e679f3ff9e0f470d9c (patch)
treebde32a7774d8d727d42a011ffefede44ebfceb6c /sandbox
parent34004eea5940a37644ce70707470647091958cd2 (diff)
downloadchromium_src-fc78fd42b81a97d3d15419e679f3ff9e0f470d9c.zip
chromium_src-fc78fd42b81a97d3d15419e679f3ff9e0f470d9c.tar.gz
chromium_src-fc78fd42b81a97d3d15419e679f3ff9e0f470d9c.tar.bz2
Allows scons build to use local copy of platformsdk if one is not bundled side-by-side.
Review URL: http://codereview.chromium.org/12915 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6305 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/wow_helper/wow_helper.scons2
1 files changed, 0 insertions, 2 deletions
diff --git a/sandbox/wow_helper/wow_helper.scons b/sandbox/wow_helper/wow_helper.scons
index 798e472..532cb9a 100644
--- a/sandbox/wow_helper/wow_helper.scons
+++ b/sandbox/wow_helper/wow_helper.scons
@@ -19,8 +19,6 @@ if env['PLATFORM'] == 'win32':
],
CPPPATH = [
'$CHROME_SRC_DIR',
- '$PLATFORMSDK_VISTA/files/Include',
- '$PLATFORMSDK_VISTA/files/VC/INCLUDE',
],
CCFLAGS = [
'/nologo',