mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:21:51 +00:00
[CMAKE]
- build msvc importlibs explicitly from def file - circumvent lack of pseh lib in MSVC. - fix advapi32.def svn path=/branches/cmake-bringup/; revision=49409
This commit is contained in:
parent
18dd356710
commit
887046a6ee
45 changed files with 62 additions and 58 deletions
|
@ -3,7 +3,7 @@ set_unicode()
|
|||
|
||||
add_executable(vmwinst vmwinst.c vmwinst.rc)
|
||||
|
||||
target_link_libraries(vmwinst pseh)
|
||||
target_link_libraries(vmwinst ${PSEH_LIB})
|
||||
|
||||
set_module_type(vmwinst win32gui)
|
||||
add_importlibs(vmwinst
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue