summaryrefslogtreecommitdiffstats
path: root/Source/cmVS10LinkFlagTable.h
Commit message (Collapse)AuthorAgeFilesLines
* VS: Fix /MANIFESTUAC:NO linker option mappingEric Berge2014-05-071-4/+1
| | | | | | | There are no versions of /MANIFESTUAC:NO where addition values are appended. Remove both of the MANIFESTUAC:NO entries from our flag tables and replace them with one which would set EnableUAC to false and immediately stop processing the /MANIFESTUAC:NO option.
* VS: Fix /MAP:mapfile flag mapping (#14282)Brad King2013-07-091-1/+1
| | | | | | | | | | We have two mappings for the "/MAP" flag. The first does not care whether there is a value and activates the GenerateMapFile boolean setting. The second takes a value and puts it in the MapFileName setting. The latter must treat the ":" as part of the flag. This is similar to commit 8ae66bf4 (Fix optionally-valued booleans in VS 10 flag table, 2009-10-23).
* VS10: Honor /DELAYSIGN and /KEYFILE flags (#13601)Brad King2012-10-261-3/+3
| | | | | | | Fix the VS 10 link flag map to name the project file entries correctly. The VS 11 link flag map already has the correct names. Generate the entries in the <PropertyGroup> along with incremental linking options. Drop them from the <Link> element because VS does not use them.
* Fix optionally-valued booleans in VS 10 flag tableBrad King2009-10-231-3/+6
| | | | | | | | | | | This commit fixes the cmparseMSBuildXML.py script to generate correct flag table entries for booleans with optional value. These flags use two entries: the first should ignore the value and enable the option, and the second should use the value if given. Previously the first entry did not recognize flags with values. In particular this fixes flags like /MP4, but the change corrects matching of some other flags too. See issue #9771.
* Add StringProperty options for VS 10 flag tableBrad King2009-09-291-0/+71
| | | | | | | | | | | The commit "cmparseMSBuildXML should output StringProperty values too" fixed the script that generated Source/cmVS10CLFlagTable.h Source/cmVS10LibFlagTable.h Source/cmVS10LinkFlagTable.h This commit updates the files with the new output.
* ENH: fix line length issuesBill Hoffman2009-06-261-85/+166
|
* ENH: first pass at VS 10, can bootstrap CMake, but many tests still failBill Hoffman2009-06-251-0/+150