summaryrefslogtreecommitdiffstats
path: root/build/internal
diff options
context:
space:
mode:
Diffstat (limited to 'build/internal')
-rw-r--r--build/internal/essential.scons6
-rw-r--r--build/internal/essential.vsprops2
2 files changed, 5 insertions, 3 deletions
diff --git a/build/internal/essential.scons b/build/internal/essential.scons
index 389ae35..547f73a 100644
--- a/build/internal/essential.scons
+++ b/build/internal/essential.scons
@@ -46,7 +46,8 @@ if env.Bit('windows'):
('_HAS_TR1', 0),
],
CPPPATH = [
- '$PLATFORMSDK_6_1/Include',
+ '$PLATFORMSDK_VISTA/Include',
+ '$PLATFORMSDK_VISTA/VC/INCLUDE',
'$VISUAL_STUDIO/VC/atlmfc/include',
],
CCFLAGS = [
@@ -75,7 +76,8 @@ if env.Bit('windows'):
'/wd4819',
],
LIBPATH = [
- '$PLATFORMSDK_6_1/Lib',
+ '$PLATFORMSDK_VISTA/Lib',
+ '$PLATFORMSDK_VISTA/VC/LIB',
'$VISUAL_STUDIO/VC/atlmfc/lib',
],
LIBS = [
diff --git a/build/internal/essential.vsprops b/build/internal/essential.vsprops
index 2fcc472..0537f85 100644
--- a/build/internal/essential.vsprops
+++ b/build/internal/essential.vsprops
@@ -56,7 +56,7 @@
/>
<UserMacro
Name="SDK"
- Value="$(SolutionDir)..\third_party\platformsdk_win2008_6_1\files"
+ Value="$(SolutionDir)..\third_party\platformsdk_vista_6_0\files"
/>
<UserMacro
Name="SDKIncludes"