Staging
v0.8.1
https://github.com/python/cpython
Revision 8d28a92eda3b5ab03552f6cf6b1cdce27445fb3e authored by Kristján Valur Jónsson on 13 December 2010, 03:32:10 UTC, committed by Kristján Valur Jónsson on 13 December 2010, 03:32:10 UTC
When the solution is converted to Visual Studio 2010, the command line to invoke make_buildinfo changes from:
$(SolutionDir)make_buildinfo.exe" Debug "$(IntDir)\"
to
$(SolutionDir)make_buildinfo.exe" Debug "$(IntDir)"
If the final backslash is omitted, the backslash in IntDir will escape the quote, thus passing the quote in as part of the path name.

This solution is a hack-fix to that problem by skipping any trailing quote from the path name.  It works as long as we don't need any additional arguments to make_buildinfo.exe.  This will help all those sould that are going to run this project through the visual studio autoconverter and get the same error.
1 parent 3c54ea6
History
Tip revision: 8d28a92eda3b5ab03552f6cf6b1cdce27445fb3e authored by Kristján Valur Jónsson on 13 December 2010, 03:32:10 UTC
issue 10683
Tip revision: 8d28a92
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 556 bytes
.gitignore -rw-r--r-- 427 bytes
.hgeol -rw-r--r-- 503 bytes
.hgignore -rw-r--r-- 771 bytes
.hgtags -rw-r--r-- 4.0 KB
LICENSE -rw-r--r-- 14.2 KB
Makefile.pre.in -rw-r--r-- 41.3 KB
README -rw-r--r-- 6.6 KB
configure -rwxr-xr-x 395.6 KB
configure.in -rw-r--r-- 121.6 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 33.7 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 78.3 KB

README

back to top