summaryrefslogtreecommitdiffstats
path: root/build/internal/essential.scons
diff options
context:
space:
mode:
Diffstat (limited to 'build/internal/essential.scons')
-rw-r--r--build/internal/essential.scons8
1 files changed, 4 insertions, 4 deletions
diff --git a/build/internal/essential.scons b/build/internal/essential.scons
index 56770d9..bca07f2 100644
--- a/build/internal/essential.scons
+++ b/build/internal/essential.scons
@@ -46,8 +46,8 @@ if env['PLATFORM'] == 'win32':
('_HAS_TR1', 0),
],
CPPPATH = [
- '$PLATFORMSDK_VISTA/files/Include',
- '$PLATFORMSDK_VISTA/files/VC/INCLUDE',
+ '$PLATFORMSDK_VISTA/Include',
+ '$PLATFORMSDK_VISTA/VC/INCLUDE',
'$VISUAL_STUDIO/VC/atlmfc/include',
],
CCFLAGS = [
@@ -76,8 +76,8 @@ if env['PLATFORM'] == 'win32':
'/wd4819',
],
LIBPATH = [
- '$PLATFORMSDK_VISTA/files/Lib',
- '$PLATFORMSDK_VISTA/files/VC/LIB',
+ '$PLATFORMSDK_VISTA/Lib',
+ '$PLATFORMSDK_VISTA/VC/LIB',
'$VISUAL_STUDIO/VC/atlmfc/lib',
],
LIBS = [