summaryrefslogtreecommitdiffstats
path: root/SCons/Tool/mslink.py
Commit message (Expand)AuthorAgeFilesLines
* Hard-code tool name instead of deriving from file nameJoseph Brill2022-05-151-1/+1
* Replace msvc_exists in tools exists functions for msvc tools with msvc_setup_...Joseph Brill2022-04-261-3/+5
* reorg code a bit so MSCommon has some of the logic. Also changed MSVC/hierarc...William Deegan2021-09-251-6/+7
* add test to verify that a generator specified for PCH with returns a false va...William Deegan2021-09-181-4/+4
* add logic to ensure PCH is subst() evaluated when it should beWilliam Deegan2021-09-181-2/+2
* Initial checkin of simlified support for PCH needing to be subst()'d to resol...William Deegan2021-09-181-16/+20
* fix sider complaints: formatting in mslink:generate()Mats Wichmann2021-03-261-24/+25
* Fix errors removing old WIN32 construction varsMats Wichmann2021-03-261-4/+5
* Remove old deprecated construction variablesMats Wichmann2021-03-261-7/+0
* Allow callers of createSharedLibBuilder() and createLoadableModuleBuilder() t...William Deegan2020-12-271-2/+2
* refactor cleanup. circular import issues resolved by moving isolated imports ...William Deegan2020-08-311-3/+0
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...William Deegan2020-05-061-0/+342