summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/mslink.py
Commit message (Expand)AuthorAgeFilesLines
* new versioned libraries - gnulink and cyglink for nowPawel Tomulik2015-09-021-0/+1
* Merged in dirkbaechle/scons : switch of core classes to slots, memoizer subsy...Dirk Baechle2015-08-061-2/+2
|\
| * - switching Node class and NodeInfo/Binfo to using slotsDirk Baechle2015-02-261-2/+2
* | VC11 needs PCH objects added to the link line.Alexandre Feblot2015-04-251-0/+8
|/
* TempFileMunge does not use env['CXXCOMSTR'] for output display.LaurentMarchelli2014-12-021-3/+3
* Fix issue 2833 (LINKCOMSTR etc. on Windows).Gary Oberbrunner2012-07-221-3/+3
* MSVC11 needs PCH objects added to the link line.Gary Oberbrunner2012-05-071-1/+10
* Support automatically embedding manifests in EXEs and DLLs on Windows.Gary Oberbrunner2011-03-021-7/+59
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-3/+3
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-3/+3
* ENH: use msvc_exists for all tools in the Visual Studio toolchain.David Cournapeau2009-11-191-2/+2
* ENH: use msvc env, not msvs to set up mslib and mslink paths.David Cournapeau2009-11-191-3/+4
* In addition to changed merged below, commented out for platform os2 use of ms...William Deegan2009-07-211-2/+2
* Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,...Steven Knight2009-02-211-26/+5
* Remove unnecessary nested $( $) around $_LIBDIRFLAGS from $LINKCOMSteven Knight2009-02-111-3/+3
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Issue 1086: add support for generic batch build actions, andSteven Knight2009-01-091-1/+4
* Fix issue 2274 (LDMODULE* ignored except on Mac): integrated patch from Arve ...Gary Oberbrunner2009-01-061-20/+48
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-19/+29
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-131-2/+2
* Merged revisions 1907-1940,1942-1967 via svnmerge fromSteven Knight2007-06-011-6/+10
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-1/+7
* Deprecate $WIN32 variables name in place of $WINDOWS* variables names, and el...Steven Knight2006-01-211-21/+27
* Add support for Visual Studio 8, and multiple project files in a solution fil...Steven Knight2006-01-201-13/+36
* Win32 portability.Steven Knight2005-02-141-1/+5
* Support 'from SConsScript import *' to allow Python modules imported by SCons...Steven Knight2005-01-081-0/+10
* Finish the display-customization variables: , , , , , and .Steven Knight2005-01-071-1/+1
* Move LIB{PREFIX,SUFFIX} definitions from the Platform modules to individual T...Steven Knight2004-07-301-2/+2
* Change PDB file generation from compile time to link time. (Anthony Roach)Steven Knight2004-06-141-4/+2
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-011-0/+1
* Better midl (Visual Studio MIDL compiler) Tool detection. (Anthony Roach)Steven Knight2004-05-081-8/+3
* Allow a list of emitters to be called in sequence. (Chad Austin)Steven Knight2004-04-041-2/+2
* Initialize *FLAGS variables with objects that can add flags either as strings...Steven Knight2004-02-261-6/+5
* Support Jar manifest files and the -C option. Tool/ms*.py fixes for pre-Pyth...Steven Knight2003-09-171-1/+1
* Allow Builders to take a dictionary that maps source file suffixes to emitter...Steven Knight2003-07-291-2/+3
* MSVS documentation, remove unnecessary exceptions, and restor escape() to its...Steven Knight2003-06-141-12/+20
* Add MSVS Project file support. (Greg Spencer)Steven Knight2003-06-081-11/+23
* Refactor to use real Nodes for command-line attributes and eliminate PathList...Steven Knight2003-05-061-33/+26
* Add support for MIDL. (Greg Spencer)Steven Knight2003-04-231-1/+28
* Implement Tool refactoring. (Chad Austin + Steve Leblanc)Steven Knight2003-04-101-1/+1
* Support using construction variables as re-usable, callable command generator...Steven Knight2003-03-131-41/+36
* Fixes for compiling with MSVC when running cygwin Python. (Chad Austin)Steven Knight2003-02-041-4/+8
* 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
* Add MinGW support. (Anthony Roach)Steven Knight2003-01-091-33/+22
* Extend Win32 long command-line processing to lib.py. (Matt Balvin)Steven Knight2002-11-301-25/+4
* Fix the Win32 checks for an explicit import library and .def file.Steven Knight2002-11-251-4/+4
* Get rid of the magicness of the magic _ variables. (Anthony Roach)Steven Knight2002-10-071-2/+2
* Add MSVC PCH and PDB support. (Anthony Roach)Steven Knight2002-10-031-0/+26
* Support overriding construction variables in builder call. (Anthony Roach)Steven Knight2002-09-271-3/+6