From 4441998454cf90328fb3ec1ce49ac98d0127805c Mon Sep 17 00:00:00 2001 From: "mpcomplete@google.com" Date: Tue, 4 Nov 2008 21:02:47 +0000 Subject: Fix gears-scons build break for wince. Review URL: http://codereview.chromium.org/8223 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4653 0039d316-1c4b-4281-b951-d872f2087c98 --- gears/SConscript.dll | 3 --- 1 file changed, 3 deletions(-) (limited to 'gears/SConscript.dll') diff --git a/gears/SConscript.dll b/gears/SConscript.dll index 22780bb..8af976a 100644 --- a/gears/SConscript.dll +++ b/gears/SConscript.dll @@ -1220,9 +1220,6 @@ if env['OS'] in ['win32', 'wince']: dll_resources += [module_res, string_res] # TODO: string_res seems to break the wince build for some magical reason! - if env['OS'] == 'wince': - dll_resources += [env_res.RES('$GENFILES_DIR/setup.rc')] - vista_broker_resources = env_res.RES( '$GENFILES_DIR/vista_broker_string_table.res', '$GENFILES_DIR/string_table.rc', -- cgit v1.1