summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/nasm.py
Commit message (Collapse)AuthorAgeFilesLines
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* Issue 2183, fix typosGreg Noel2008-09-251-1/+1
|
* Issue 2183: .sx assembler suffix uses C preprocessorGreg Noel2008-09-251-1/+1
|
* Miscellaneous fixes: portability and version fixes, missing , better CXXCOM ↵Steven Knight2004-11-211-1/+2
| | | | tests, ATL include directories, intelc Tool import.
* Add Fortran 90/95 support. (Chris Murray)Steven Knight2004-07-291-0/+2
|
* 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 ↵Steven Knight2004-02-261-1/+2
| | | | strings or lists.
* Use sys.stdout.write() instead of print so line feeds in -j output will stay ↵Steven Knight2003-11-101-3/+3
| | | | (more) consistent. Fix suffix-handling on case-insensitive Cygwin systems. Test fixes for Cygwin portability. (Chad Austin)
* 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
|
* 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 ↵Steven Knight2002-09-051-2/+2
| | | | and SK)
* 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 ↵Steven Knight2002-06-271-0/+61
for building shared objects.