summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-08-22 14:37:55 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-08-22 14:37:55 (GMT)
commit8c30014982345567b80ec0dad6bd9eb40dfda505 (patch)
treeeb404629813faddbcafa301d87d10151a94e03cc /Help
parentb4d3e7a7b0b4b9bdff55249633d902a35f26c02a (diff)
parentcbd1d42b34bf83ca24de1b98c5963a2941206300 (diff)
downloadCMake-8c30014982345567b80ec0dad6bd9eb40dfda505.zip
CMake-8c30014982345567b80ec0dad6bd9eb40dfda505.tar.gz
CMake-8c30014982345567b80ec0dad6bd9eb40dfda505.tar.bz2
Merge topic 'vs-masm'
cbd1d42b Help: Add notes for topic 'vs-masm' 0f8522a6 VS: Add MASM support to VS 8 and 9 (#8170, #14984) a43f4400 VS: Move internal MasmEnabled member up to VS 7 generator df3b007d VS: Add test for MASM support e8727449 VS: Populate MASM tool build settings in .vcxproj files 0271a5f9 VS: Manually fix MASM flag table entries 1d662e48 VS: Generate MASM flag tables from MSBuild tool files 4f6940df VS: Fix ASM_MASM support in VS >= 10 d7866c52 ASM_MASM: Fix selection of ml64 0374abdb ASM_MASM: Add preprocessor definitions to compile lines 5b0a46e1 ASM_MASM: Do not require compiler to be a full path 802dbe52 cmLocalVisualStudio7Generator: Rename local 'lang' var
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/vs-masm.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/vs-masm.rst b/Help/release/dev/vs-masm.rst
new file mode 100644
index 0000000..d7a19d0
--- /dev/null
+++ b/Help/release/dev/vs-masm.rst
@@ -0,0 +1,5 @@
+vs-masm
+-------
+
+* Visual Studio generators for VS 8 and later learned to support
+ the ``ASM_MASM`` language.