- Improve more drivers.

svn path=/branches/cmake-bringup/; revision=49469
This commit is contained in:
Amine Khaldi 2010-11-04 21:06:20 +00:00
parent bbecbe25fc
commit a7fe68d16b
31 changed files with 107 additions and 176 deletions

View file

@ -3,10 +3,10 @@ add_definitions(-D_DXAPI_)
spec2def(dxapi.sys dxapi.spec)
add_library(dxapi SHARED main.c dxapi.rc
add_library(dxapi SHARED
main.c
dxapi.rc
${CMAKE_CURRENT_BINARY_DIR}/dxapi.def)
set_target_properties(dxapi PROPERTIES LINK_FLAGS "-Wl,-entry,_DriverEntry@8 -Wl,--image-base,0x00010000 -Wl,--subsystem,native" SUFFIX ".sys")
set_module_type(dxapi kernelmodedriver)
add_importlibs(dxapi ntoskrnl hal videoprt)
add_dependencies(dxapi psdk bugcodes)