summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/msvccompiler.py
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2005-08-07 20:51:04 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2005-08-07 20:51:04 (GMT)
commitb813c53cd892a8de90b0ed172e8964b3e61124df (patch)
tree44e232fbf6fb49c6211955219cceddc2ed830512 /Lib/distutils/msvccompiler.py
parentbc841a1464b53ddbaa989e4cae97024fbe111abf (diff)
downloadcpython-b813c53cd892a8de90b0ed172e8964b3e61124df.zip
cpython-b813c53cd892a8de90b0ed172e8964b3e61124df.tar.gz
cpython-b813c53cd892a8de90b0ed172e8964b3e61124df.tar.bz2
Patch #827386: Support absolute source paths in msvccompiler.py.
Backported to 2.4.
Diffstat (limited to 'Lib/distutils/msvccompiler.py')
-rw-r--r--Lib/distutils/msvccompiler.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/distutils/msvccompiler.py b/Lib/distutils/msvccompiler.py
index b94d35f..85d515b 100644
--- a/Lib/distutils/msvccompiler.py
+++ b/Lib/distutils/msvccompiler.py
@@ -269,6 +269,8 @@ class MSVCCompiler (CCompiler) :
obj_names = []
for src_name in source_filenames:
(base, ext) = os.path.splitext (src_name)
+ base = os.path.splitdrive(base)[1] # Chop off the drive
+ base = base[os.path.isabs(base):] # If abs, chop off leading /
if ext not in self.src_extensions:
# Better to raise an exception instead of silently continuing
# and later complain about sources and targets having