Author: jgardou
Date: Wed Aug 3 20:29:04 2011
New Revision: 53055
URL:
http://svn.reactos.org/svn/reactos?rev=53055&view=rev
Log:
[CMAKE]
- add cmake visual ASM compiler detection script, from cmake 2.8.5 + modification to
handle ml32/64
Added:
trunk/reactos/cmake/Compiler/ (with props)
trunk/reactos/cmake/Compiler/VISUAL-ASM.cmake (with props)
Propchange: trunk/reactos/cmake/Compiler/
------------------------------------------------------------------------------
--- bugtraq:logregex (added)
+++ bugtraq:logregex Wed Aug 3 20:29:04 2011
@@ -1,0 +1,2 @@
+([Ii]ssue|[Bb]ug)s? #?(\d+)(,? ?#?(\d+))*(,? ?(and |or )?#?(\d+))?
+(\d+)
Propchange: trunk/reactos/cmake/Compiler/
------------------------------------------------------------------------------
bugtraq:message = See issue #%BUGID% for more details.
Propchange: trunk/reactos/cmake/Compiler/
------------------------------------------------------------------------------
bugtraq:number = true
Propchange: trunk/reactos/cmake/Compiler/
------------------------------------------------------------------------------
bugtraq:url =
http://www.reactos.org/bugzilla/show_bug.cgi?id=%BUGID%
Propchange: trunk/reactos/cmake/Compiler/
------------------------------------------------------------------------------
tsvn:logminsize = 10
Added: trunk/reactos/cmake/Compiler/VISUAL-ASM.cmake
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/cmake/Compiler/VISUAL-ASM.…
==============================================================================
--- trunk/reactos/cmake/Compiler/VISUAL-ASM.cmake (added)
+++ trunk/reactos/cmake/Compiler/VISUAL-ASM.cmake [iso-8859-1] Wed Aug 3 20:29:04 2011
@@ -1,0 +1,2 @@
+
+set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS s;S)
Propchange: trunk/reactos/cmake/Compiler/VISUAL-ASM.cmake
------------------------------------------------------------------------------
svn:eol-style = native