summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/msvc.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Allow a list of emitters to be called in sequence. (Chad Austin)Steven Knight2004-04-041-2/+2
|
* Fix use of MSVS_IGNORE_IDE_PATHS. Win32 fixes for various tests.Steven Knight2004-03-161-9/+10
|
* Update various default paths in MSVS .Net and MSVC 6.0 / 7. (Steve Christensen)Steven Knight2004-03-061-18/+48
|
* Initialize *FLAGS variables with objects that can add flags either as ↵Steven Knight2004-02-261-13/+13
| | | | strings or lists.
* More robust reading of VCComponents.dat. (Chad Austin)Steven Knight2004-02-081-5/+7
|
* Fix an incorrect registry lookup in msvc.py.Steven Knight2004-01-161-1/+1
|
* Make the static/shared object check work even if the object was already created.Steven Knight2004-01-101-2/+13
|
* MSVC fix for pre-2.3 Python versions. (Charles Crain)Steven Knight2003-12-021-1/+1
|
* Ensure that the ENV values are all strings. (Anthony Roach)Steven Knight2003-11-181-18/+27
|
* Use sys.stdout.write() instead of print so line feeds in -j output will stay ↵Steven Knight2003-11-101-1/+1
| | | | (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/+2
|
* Support Jar manifest files and the -C option. Tool/ms*.py fixes for ↵Steven Knight2003-09-171-1/+1
| | | | pre-Python 2.2. (Charles Crain)
* Fix tool problems with xilink and linkloc.Steven Knight2003-08-161-2/+2
|
* Refactor extension splitting to make it more flexible (for SWIG).Steven Knight2003-08-031-3/+3
|
* Add support for a platform-independent CPPDEFINES variable.Steven Knight2003-08-021-3/+5
|
* Add /TP to CXXFLAGS for msvc. Win32 portability fixes for tests.Steven Knight2003-08-011-1/+1
|
* MSVS documentation, remove unnecessary exceptions, and restor escape() to ↵Steven Knight2003-06-141-12/+20
| | | | its previous implementation. (Greg Spencer)
* Add MSVS Project file support. (Greg Spencer)Steven Knight2003-06-081-95/+225
|
* Add support for MIDL. (Greg Spencer)Steven Knight2003-04-231-1/+3
|
* Implement Tool refactoring. (Chad Austin + Steve Leblanc)Steven Knight2003-04-101-1/+1
|
* Fixes for compiling with MSVC when running cygwin Python. (Chad Austin)Steven Knight2003-02-041-4/+5
|
* Win32 portability.Steven Knight2003-01-301-1/+3
|
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
|
* Make shared/static objects less irritating. (Anthony Roach)Steven Knight2003-01-181-0/+1
|
* Update Copyright years.Steven Knight2003-01-161-1/+1
|
* Add MSVC .res builder. (Anthony Roach)Steven Knight2002-10-211-0/+7
|
* Get rid of the magicness of the magic _ variables. (Anthony Roach)Steven Knight2002-10-071-8/+2
|
* Add MSVC PCH and PDB support. (Anthony Roach)Steven Knight2002-10-031-5/+70
|
* Refactor SCons.Util.Detect() into an Environment method.Steven Knight2002-09-051-1/+1
|
* Fix the tests that broke from the tool auto-detect stuff. (Anthony Roach ↵Steven Knight2002-09-051-4/+4
| | | | and SK)
* Dynamically check for the existence of utilities. (sam th)Steven Knight2002-08-291-0/+2
|
* Check in the Tool() interface. (SK and Charles Crain)Steven Knight2002-06-201-0/+223