mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
fix msvc build, try 2
svn path=/trunk/; revision=55781
This commit is contained in:
parent
1dce437b2b
commit
e391cda0b8
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ endfunction()
|
|||
|
||||
#define those for having real libraries
|
||||
set(CMAKE_IMPLIB_CREATE_STATIC_LIBRARY "LINK /LIB /NOLOGO <LINK_FLAGS> /OUT:<TARGET> <OBJECTS>")
|
||||
set(CMAKE_STUB_ASM_COMPILE_OBJECT "<CMAKE_ASM_COMPILER> /Fo<OBJECT> /c /Ta <SOURCE>")
|
||||
set(CMAKE_STUB_ASM_COMPILE_OBJECT "<CMAKE_ASM_COMPILER> /Cp /Fo<OBJECT> /c /Ta <SOURCE>")
|
||||
# Thanks MS for creating a stupid linker
|
||||
function(add_importlib_target _exports_file _implib_name)
|
||||
|
||||
|
|
Loading…
Reference in a new issue