summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/masm.py
Commit message (Expand)AuthorAgeFilesLines
* Miscellaneous fixes: portability and version fixes, missing , better CXXCOM ...Steven Knight2004-11-211-1/+2
* Add Fortran 90/95 support. (Chris Murray)Steven Knight2004-07-291-0/+4
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-011-2/+0
* Initialize *FLAGS variables with objects that can add flags either as strings...Steven Knight2004-02-261-1/+2
* Use sys.stdout.write() instead of print so line feeds in -j output will stay ...Steven Knight2003-11-101-3/+3
* Add support for a platform-independent CPPDEFINES variable.Steven Knight2003-08-021-1/+1
* Implement Tool refactoring. (Chad Austin + Steve Leblanc)Steven Knight2003-04-101-1/+1
* Set STATIC_AND_SHARED_OBJECTS_ARE_THE_SAME for masm.Steven Knight2003-03-021-0/+1
* Add SharedObject() support to masm. (Lachlan O'Dea)Steven Knight2003-02-261-0/+2
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
* Update Copyright years.Steven Knight2003-01-161-1/+1
* 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 and...Steven Knight2002-09-051-2/+2
* Dynamically check for the existence of utilities. (sam th)Steven Knight2002-08-291-0/+3
* Add support for assembly language (.s and .S) Tools. Still needs support for...Steven Knight2002-06-271-0/+61