Chromium Code Reviews| Index: webkit/activex_shim/SConscript | 
| =================================================================== | 
| --- webkit/activex_shim/SConscript (revision 6298) | 
| +++ webkit/activex_shim/SConscript (working copy) | 
| @@ -23,9 +23,8 @@ | 
| '/WX', | 
| '/Wp64', | 
| ], | 
| -# TODO(bradnelson): Scons should really have a way to handle this. | 
| - ARFLAGS = [ | 
| - '/LIBPATH:$PLATFORMSDK_VISTA_REL', 'Urlmon.Lib', | 
| + LIBS = [ | 
| + 'Urlmon', | 
| ], | 
| ) | 
| @@ -41,4 +40,3 @@ | 
| ] | 
| env.ChromeStaticLibrary('activex_shim', input_files) | 
| - |