[ros-diffs] [tkreuzer] 49828: [CMAKE] ML wants /nologo, not /NOLOGO
tkreuzer at svn.reactos.org
tkreuzer at svn.reactos.org
Sat Nov 27 23:41:24 UTC 2010
Author: tkreuzer
Date: Sat Nov 27 23:41:23 2010
New Revision: 49828
URL: http://svn.reactos.org/svn/reactos?rev=49828&view=rev
Log:
[CMAKE]
ML wants /nologo, not /NOLOGO
Modified:
branches/cmake-bringup/msc.cmake
Modified: branches/cmake-bringup/msc.cmake
URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/msc.cmake?rev=49828&r1=49827&r2=49828&view=diff
==============================================================================
--- branches/cmake-bringup/msc.cmake [iso-8859-1] (original)
+++ branches/cmake-bringup/msc.cmake [iso-8859-1] Sat Nov 27 23:41:23 2010
@@ -156,7 +156,7 @@
# Assemble the file
add_custom_command(
OUTPUT ${CMAKE_BINARY_DIR}/importlibs/lib${_name}_stubs.obj
- COMMAND ${CMAKE_ASM_COMPILER} /NOLOGO /Fo${CMAKE_BINARY_DIR}/importlibs/lib${_name}_stubs.obj /c /Ta ${CMAKE_BINARY_DIR}/importlibs/lib${_name}_stubs.asm
+ COMMAND ${CMAKE_ASM_COMPILER} /nologo /Fo${CMAKE_BINARY_DIR}/importlibs/lib${_name}_stubs.obj /c /Ta ${CMAKE_BINARY_DIR}/importlibs/lib${_name}_stubs.asm
DEPENDS "${CMAKE_BINARY_DIR}/importlibs/lib${_name}_stubs.asm"
)
More information about the Ros-diffs
mailing list