summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/mingw.py
Commit message (Expand)AuthorAgeFilesLines
* new versioned libraries - gnulink and cyglink for nowPawel Tomulik2015-09-021-0/+1
* - fixes for MinGW under Windows, mainly skipping MSVS-specific testsDirk Baechle2012-12-181-1/+2
* Fix issue 2856.Joshua Hughes2012-07-161-4/+4
* remove reviews.py from src/test_strings.py list of files to check for SCons c...William Deegan2011-03-191-4/+0
* Bugfix for 2423 - mingw's emitter was passing strings instead of file nodes w...William Deegan2010-11-271-7/+32
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-1/+1
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-1/+0
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Update src/CHANGES.txt for recent checkins.Steven Knight2009-01-101-1/+2
* Fix issue #1175: allow WIN32_INSERT_DEF=0 to turn off --output-def in mingw l...Gary Oberbrunner2009-01-071-1/+2
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-0/+1
* Merged revisions 1502-1677,1679-1682,1684-1918,1920-1968,1970-2116,2118-2125,...Steven Knight2007-07-151-9/+1
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-0/+1
* Merged revisions 1738-1754,1756 via svnmerge fromSteven Knight2007-01-071-1/+1
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-021-2/+1
* Deprecate $WIN32 variables name in place of $WINDOWS* variables names, and el...Steven Knight2006-01-211-4/+8
* Add use of $CPPDEFINES to $RCCOM on MinGW. (Amir Szekely)Steven Knight2005-11-061-1/+1
* Handle Visual Studio project and solution files in Unicode. (Chen Lee)Steven Knight2005-08-131-1/+1
* Add --include-dir and the source directory when calling the MinGW resource co...Steven Knight2005-05-071-1/+1
* Checkpoint refactorings to remove CommandGenerator and ToolSpec classes.Steven Knight2005-03-061-1/+1
* Move the canned Scanner objects out of Defaults.py and document how to add Sc...Steven Knight2005-02-141-2/+2
* Eliminate Executor's creation and use of a build_dict and a subst_dict, which...Steven Knight2005-01-101-1/+1
* Finish the display-customization variables: , , , , , and .Steven Knight2005-01-071-1/+5
* Two more win32 fixes: don't have SConfTests.py look for sin(), since it's av...Steven Knight2004-07-081-2/+3
* Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...Steven Knight2004-05-191-1/+1
* Add support for extending the suffixes a scanner knows about.Steven Knight2004-04-101-3/+1
* Allow a list of emitters to be called in sequence. (Chad Austin)Steven Knight2004-04-041-2/+2
* Fix a bug with creation of shared libraries under MinGW. (Simon Perkins)Steven Knight2004-04-021-1/+1
* Initialize *FLAGS variables with objects that can add flags either as strings...Steven Knight2004-02-261-8/+9
* Fix an incorrect _concat() call in the definition for the mingw Tool. (Chad...Steven Knight2003-12-021-1/+1
* Refactor to use real Nodes for command-line attributes and eliminate PathList...Steven Knight2003-05-061-2/+2
* Implement Tool refactoring. (Chad Austin + Steve Leblanc)Steven Knight2003-04-101-3/+2
* 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/+2
* Update Copyright years.Steven Knight2003-01-161-1/+1
* Add .def file support to the mingw tool. (Anthony Roach)Steven Knight2003-01-151-0/+16
* Add MinGW support. (Anthony Roach)Steven Knight2003-01-091-0/+131