[Python-checkins] python/dist/src/Lib/distutils/command build_ext.py, 1.92, 1.93

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Sun Jan 18 15:39:37 EST 2004


Update of /cvsroot/python/python/dist/src/Lib/distutils/command
In directory sc8-pr-cvs1:/tmp/cvs-serv19537
Modified Files:
	build_ext.py 
Log Message:
Revert another local change that snuck into a whitespace normalization
patch.
Index: build_ext.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/build_ext.py,v
retrieving revision 1.92
retrieving revision 1.93
diff -C2 -d -r1.92 -r1.93
*** build_ext.py	18 Jan 2004 20:29:54 -0000	1.92
--- build_ext.py	18 Jan 2004 20:39:35 -0000	1.93
***************
*** 172,177 ****
 # 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'))
 
 # OS/2 (EMX) doesn't support Debug vs Release builds, but has the 
--- 172,176 ----
 # 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, 'PCBuild'))
 
 # OS/2 (EMX) doesn't support Debug vs Release builds, but has the 


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /