diff options
Diffstat (limited to 'chrome/installer/mini_installer/SConscript')
-rw-r--r-- | chrome/installer/mini_installer/SConscript | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/installer/mini_installer/SConscript b/chrome/installer/mini_installer/SConscript index 606a112..bce8d00 100644 --- a/chrome/installer/mini_installer/SConscript +++ b/chrome/installer/mini_installer/SConscript @@ -52,7 +52,7 @@ env.Prepend( '/DYNAMICBASE:NO', '/PDB:${TARGETS[1]}', - '/MAP:${TARGETS[2]}', + #'/MAP:${TARGETS[2]}', ], LIBS = [ 'shlwapi.lib', @@ -64,7 +64,8 @@ env['CCFLAGS'].remove('/RTC1') components = [ "$VISUAL_STUDIO/VC/crt/src/intel/mt_lib/memset.obj", "$VISUAL_STUDIO/VC/crt/src/intel/mt_lib/P4_memset.obj", - "$TARGET_ROOT/chrome_dll.lib", + #"$TARGET_ROOT/chrome_dll.lib", + "$TARGET_ROOT/chrome.lib", ] input_files = [ |