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

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Sun Jan 18 15:29:57 EST 2004


Update of /cvsroot/python/python/dist/src/Lib/distutils/command
In directory sc8-pr-cvs1:/tmp/cvs-serv17688/Lib/distutils/command

Modified Files:
	build_ext.py 
Log Message:
Whitespace normalization.


Index: build_ext.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/build_ext.py,v
retrieving revision 1.91
retrieving revision 1.92
diff -C2 -d -r1.91 -r1.92
*** build_ext.py	19 Nov 2002 13:12:28 -0000	1.91
--- build_ext.py	18 Jan 2004 20:29:54 -0000	1.92
***************
*** 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 
--- 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 





More information about the Python-checkins mailing list