- 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

@ -36,7 +36,7 @@ list(APPEND SOURCE
spec2def(classpnp.sys class.spec)
add_library(classpnp SHARED ${SOURCE})
target_link_libraries(classpnp pseh libcntpr)
target_link_libraries(classpnp ${PSEH_LIB} libcntpr)
set_module_type(classpnp kernelmodedriver)