*** command\build_ext.py.orig Mon Sep 08 10:58:18 2008 --- .\command\build_ext.py Mon Mar 15 09:52:11 2010 *************** *** 204,210 **** new_lib = os.path.join(sys.exec_prefix, 'PCbuild') if suffix: new_lib = os.path.join(new_lib, suffix) ! self.library_dirs.append(new_lib) elif MSVC_VERSION == 8: self.library_dirs.append(os.path.join(sys.exec_prefix, --- 204,212 ---- new_lib = os.path.join(sys.exec_prefix, 'PCbuild') if suffix: new_lib = os.path.join(new_lib, suffix) ! self.library_dirs.insert(0,new_lib) ! else: ! self.library_dirs.append(new_lib) elif MSVC_VERSION == 8: self.library_dirs.append(os.path.join(sys.exec_prefix,