[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
- Previous message: [Python-Dev] Re: [Python-checkins]
python/dist/src/Objectslistobject.c, 2.176, 2.177
- Next message: [Python-checkins] python/dist/src/Lib/test list_tests.py, 1.1,
1.2 seq_tests.py, 1.1, 1.2 test_list.py, 1.1,
1.2 test_tuple.py, 1.1, 1.2 test_userlist.py, 1.11, 1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [Python-Dev] Re: [Python-checkins]
python/dist/src/Objectslistobject.c, 2.176, 2.177
- Next message: [Python-checkins] python/dist/src/Lib/test list_tests.py, 1.1,
1.2 seq_tests.py, 1.1, 1.2 test_list.py, 1.1,
1.2 test_tuple.py, 1.1, 1.2 test_userlist.py, 1.11, 1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-checkins
mailing list