- 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:
Jérôme Gardou 2010-11-01 17:24:32 +00:00
parent 18dd356710
commit 887046a6ee
45 changed files with 62 additions and 58 deletions

View file

@ -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