summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Platform/win32.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-131-4/+44
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-1/+0
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-021-6/+27
* Add %SYSTEMDRIVE% to the list of Windows variables preserved. (Chris Prince)Steven Knight2005-08-131-3/+5
* Parameterize the '@' prefix when calling TempFileMunge(). (Bjorn Eriksson)Steven Knight2005-08-061-0/+1
* Windows portability in tests. Replace overlooked importSteven Knight2005-03-171-0/+1
* Add TempFileMunge support to AIX, Cygwin, HP-UX, Linux/UNIX and SunOS. (Lean...Steven Knight2005-03-101-70/+2
* Refactor to separate shell processing from command execution.Steven Knight2004-10-241-8/+9
* Lots of Configure() enhancements. (Christoph Wiedemann)Steven Knight2004-09-051-1/+1
* Remove the shared library prefix/suffix from {PREFIXES,SUFFIXES} on Win32, si...Steven Knight2004-05-221-2/+2
* Better detection of KeyboardInterrupts. (Christoph Wiedemann)Steven Knight2003-10-211-4/+8
* Don't remove temporary files on win32 with rm when cygwin is not in use. (An...Steven Knight2003-10-071-6/+10
* When using a long link line in a temporary file, print the command line first...Steven Knight2003-08-041-2/+29
* Restore the PharLap .lnk patch that got wiped out.Steven Knight2003-06-171-3/+22
* When linking long command lines, use a '.lnk' suffix on the temporary file na...Steven Knight2003-06-171-23/+8
* MSVS documentation, remove unnecessary exceptions, and restor escape() to its...Steven Knight2003-06-141-12/+3
* Add MSVS Project file support. (Greg Spencer)Steven Knight2003-06-081-9/+33
* When linking long command lines, use a '.lnk' suffix on the temporary file na...Steven Knight2003-06-071-1/+5
* SConf fixes. (Christoph Wiedemann)Steven Knight2003-05-161-31/+48
* Refactor to use real Nodes for command-line attributes and eliminate PathList...Steven Knight2003-05-061-3/+2
* Fix the spawn() functions. (Anthony Roach)Steven Knight2003-04-301-0/+1
* Add support for MIDL. (Greg Spencer)Steven Knight2003-04-231-3/+48
* Add SConf infrastructure (Autoconf functionality). (Chrisoph Wiedemann)Steven Knight2003-04-231-3/+47
* Cygwin fixes: use -fPIC and .dll for shared libraries, 'rm' to remove files....Steven Knight2003-04-111-1/+14
* Set the SYSTEMROOT environment variable on Windows, use POSIX (forward-slash)...Steven Knight2003-04-091-0/+13
* Support using construction variables as re-usable, callable command generator...Steven Knight2003-03-131-22/+28
* 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
* Extend Win32 long command-line processing to lib.py. (Matt Balvin)Steven Knight2002-11-301-0/+24
* Make the shell pickable via a construction variable. (Anthony Roach)Steven Knight2002-11-251-0/+55
* Add SHOBJPREFIX AND SHOBJSUFFIX.Steven Knight2002-10-011-0/+2
* Make SCons/Tool/ifl.py get included in the win32 package, make Microsoft tool...Steven Knight2002-08-301-12/+0
* Still more Win32 portability.Steven Knight2002-07-141-2/+2
* Add a TAR Builder.Steven Knight2002-07-081-1/+1
* Add support for assembly language (.s and .S) Tools. Still needs support for...Steven Knight2002-06-271-2/+12
* Check in the Tool() interface. (SK and Charles Crain)Steven Knight2002-06-201-0/+4
* Add a Platform() method.Steven Knight2002-05-091-0/+48