Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2159)

Unified Diff: build/internal/essential.scons

Issue 16496: Update build files to use PSDK 6.1 (platformsdk_win2008_6_1). This is necessa... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/SConscript.main ('k') | build/internal/essential.vsprops » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = [
« no previous file with comments | « build/SConscript.main ('k') | build/internal/essential.vsprops » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698