5 Commits (ddd40312d502257adbcad4e9bdcecd237900f95a)

Author SHA1 Message Date
Martin v. Löwis 90f00ea624 Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that the files 15 years ago
Martin v. Löwis 06510b2213 Run svneol.py on all sources. 18 years ago
Trent Nelson 5a4d66824a Don't run kill_python as part of the build process. Change the buildbots so they have to call it explicitly instead. 18 years ago
Trent Nelson 8d69c1f95f Add the correct OutputFile values for debug builds. Fixes r62129's commit. 18 years ago
Trent Nelson d6dffbcc28 Reimplement kill_python. The existing version had a number of flaws, namely, it didn't work for x64 and it wasn't precise about which python_d.exe it was killing -- it just killed the first one it came across that happened to have 'pcbuild\python_d.exe' or 'build\python_d.exe' in it's path. The new version has been rewritten from the ground up and now lives in PCbuild, instead of Tools\buildbot, and it has also been incorporated into the Visual Studio solution (pcbuild.sln) as 'kill_python'. The solution has also been altered such that kill_python is called where necessary in the build process in order to prevent any linking errors due to open file locks. In lieu of this, all of the existing bits and pieces in Tools\buildbot that called out to kill_python at various points have also been removed as they are now obsolete. Tested on both Win32 and x64. 18 years ago
Christian Heimes 3adfe9aaae Renamed PCBuild9 directory to PCBuild 18 years ago
Christian Heimes 3971f6b8fb Removed or replaced some more deprecated preprocessor macros. 19 years ago
Christian Heimes e8954f8ce7 Backport of the PCbuild9 directory from the py3k branch. 19 years ago