Skip to content

Commit e391cda

Browse files
committed
fix msvc build, try 2
svn path=/trunk/; revision=55781
1 parent 1dce437 commit e391cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reactos/cmake/msvc.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ endfunction()
131131

132132
#define those for having real libraries
133133
set(CMAKE_IMPLIB_CREATE_STATIC_LIBRARY "LINK /LIB /NOLOGO <LINK_FLAGS> /OUT:<TARGET> <OBJECTS>")
134-
set(CMAKE_STUB_ASM_COMPILE_OBJECT "<CMAKE_ASM_COMPILER> /Fo<OBJECT> /c /Ta <SOURCE>")
134+
set(CMAKE_STUB_ASM_COMPILE_OBJECT "<CMAKE_ASM_COMPILER> /Cp /Fo<OBJECT> /c /Ta <SOURCE>")
135135
# Thanks MS for creating a stupid linker
136136
function(add_importlib_target _exports_file _implib_name)
137137

0 commit comments

Comments
 (0)