Index: build/internal/essential.scons |
=================================================================== |
--- build/internal/essential.scons (revision 7513) |
+++ build/internal/essential.scons (working copy) |
@@ -46,8 +46,7 @@ |
('_HAS_TR1', 0), |
], |
CPPPATH = [ |
- '$PLATFORMSDK_VISTA/Include', |
- '$PLATFORMSDK_VISTA/VC/INCLUDE', |
+ '$PLATFORMSDK_6_1/Include', |
'$VISUAL_STUDIO/VC/atlmfc/include', |
], |
CCFLAGS = [ |
@@ -76,8 +75,7 @@ |
'/wd4819', |
], |
LIBPATH = [ |
- '$PLATFORMSDK_VISTA/Lib', |
- '$PLATFORMSDK_VISTA/VC/LIB', |
+ '$PLATFORMSDK_6_1/Lib', |
'$VISUAL_STUDIO/VC/atlmfc/lib', |
], |
LIBS = [ |