summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/msvs.py
Commit message (Collapse)AuthorAgeFilesLines
* Handle white space in the Python path name inside. HandleSteven Knight2004-08-201-6/+6
|
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-011-3/+2
|
* Better midl (Visual Studio MIDL compiler) Tool detection. (Anthony Roach)Steven Knight2004-05-081-0/+10
|
* Update various default paths in MSVS .Net and MSVC 6.0 / 7. (Steve Christensen)Steven Knight2004-03-061-2/+7
|
* Update for MSVS 2003 (7.1). (Greg Spencer)Steven Knight2004-01-161-24/+46
|
* Fix MSVS Project file invocation when running scons.bat.Steven Knight2004-01-151-15/+48
|
* Ensure that the ENV values are all strings. (Anthony Roach)Steven Knight2003-11-181-0/+10
|
* Use sys.stdout.write() instead of print so line feeds in -j output will stay ↵Steven Knight2003-11-101-9/+9
| | | | (more) consistent. Fix suffix-handling on case-insensitive Cygwin systems. Test fixes for Cygwin portability. (Chad Austin)
* Better detection of KeyboardInterrupts. (Christoph Wiedemann)Steven Knight2003-10-211-0/+10
|
* Support Jar manifest files and the -C option. Tool/ms*.py fixes for ↵Steven Knight2003-09-171-6/+6
| | | | pre-Python 2.2. (Charles Crain)
* Refactor extension splitting to make it more flexible (for SWIG).Steven Knight2003-08-031-5/+5
|
* MSVS documentation, remove unnecessary exceptions, and restor escape() to ↵Steven Knight2003-06-141-10/+19
| | | | its previous implementation. (Greg Spencer)
* Add MSVS Project file support. (Greg Spencer)Steven Knight2003-06-081-0/+1030