summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Platform/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 1540-1545,1547-1581 via svnmerge fromSteven Knight2006-08-061-5/+12
* Deprecate $WIN32 variables name in place of $WINDOWS* variables names, and el...Steven Knight2006-01-211-4/+4
* Give the subst logic its own SCons.Subst module. It's big enough.Steven Knight2005-09-191-1/+1
* Parameterize the '@' prefix when calling TempFileMunge(). (Bjorn Eriksson)Steven Knight2005-08-061-45/+57
* Add TempFileMunge support to AIX, Cygwin, HP-UX, Linux/UNIX and SunOS. (Lean...Steven Knight2005-03-101-0/+71
* Add support for the darwin (Mac OS X) platform. (James Juhasz)Steven Knight2004-08-181-0/+2
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-011-0/+1
* Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc)Steven Knight2003-04-241-0/+6
* Support importing Platform and Tool specifications directly.Steven Knight2003-02-081-1/+2
* Add IRIX and MIPSPro support. (Chad Austin)Steven Knight2003-01-291-1/+5
* 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
* Necessary changes towards supporting Jython.Steven Knight2003-01-151-8/+14
* Fix the tests that broke from the tool auto-detect stuff. (Anthony Roach and...Steven Knight2002-09-051-2/+2
* Make SCons/Tool/ifl.py get included in the win32 package, make Microsoft tool...Steven Knight2002-08-301-3/+2
* Dynamically check for the existence of utilities. (sam th)Steven Knight2002-08-291-1/+1
* Add a prototype os2 Platform() module.Steven Knight2002-07-081-1/+3
* Make sure we identify cygwin systems and set environment defaults correctly.Steven Knight2002-06-281-6/+9
* Check in the Tool() interface. (SK and Charles Crain)Steven Knight2002-06-201-10/+22
* Supply more specific version info, including build date.Steven Knight2002-06-181-2/+0
* Add a Platform() method.Steven Knight2002-05-091-0/+92