summaryrefslogtreecommitdiffstats
path: root/test/MSVC/embed-manifest.py
Commit message (Collapse)AuthorAgeFilesLines
* - moved check for an installed MSVC toolchain into its own function in TestSConsDirk Baechle2012-12-221-10/+1
|
* - fixes for MinGW under Windows, mainly skipping MSVS-specific testsDirk Baechle2012-12-181-0/+5
|
* mSVC: fixed test problem in test/MSVC/embed-manifest.py by ensuring a ↵Gary Oberbrunner2011-05-291-6/+5
| | | | manifest gets generated -- added /MANIFEST to LINKFLAGS and SHLINKFLAGS.
* Fix bug 2722 - get rid of warnings about missing MSVC, now will only be ↵William Deegan2011-05-171-0/+11
| | | | shown if the SCONS_MSCOMMON_DEBUG environment variable is set. Also partial fix for 2661.src/engine/SCons/Tool/MSCommon/vc.py
* Support automatically embedding manifests in EXEs and DLLs on Windows.Gary Oberbrunner2011-03-021-0/+88