]> granicus.if.org Git - python/commitdiff
Revert another local change that snuck into a whitespace normalization
authorTim Peters <tim.peters@gmail.com>
Sun, 18 Jan 2004 20:39:35 +0000 (20:39 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 18 Jan 2004 20:39:35 +0000 (20:39 +0000)
patch.

Lib/distutils/command/build_ext.py

index 7fff422268483327a0de2a5449290fffe3af1a42..0c377681793f02be91084cae0eb46cfb75f07702 100644 (file)
@@ -171,8 +171,7 @@ class build_ext (Command):
             # Append the source distribution include and library directories,
             # this allows distutils on windows to work in the source tree
             self.include_dirs.append(os.path.join(sys.exec_prefix, 'PC'))
-            self.library_dirs.append(os.path.join(sys.exec_prefix, 'PC', 'VC6'))
-            #self.library_dirs.append(os.path.join(sys.exec_prefix, 'PCBuild'))
+            self.library_dirs.append(os.path.join(sys.exec_prefix, 'PCBuild'))
 
         # OS/2 (EMX) doesn't support Debug vs Release builds, but has the 
         # import libraries in its "Config" subdirectory