mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +00:00
[CMAKE]
- Improve more drivers. svn path=/branches/cmake-bringup/; revision=49469
This commit is contained in:
parent
bbecbe25fc
commit
a7fe68d16b
31 changed files with 107 additions and 176 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue