mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:21:38 +00:00
[APITESTS/W32KDLL_*]
* Use set_module_type() instead of set_entrypoint(). svn path=/trunk/; revision=64802
This commit is contained in:
parent
2ebfae067a
commit
9333ffdf62
3 changed files with 3 additions and 3 deletions
|
@ -6,5 +6,5 @@ add_library(w32kdll_2k3sp2 SHARED
|
|||
sys-stubs.S
|
||||
${CMAKE_CURRENT_BINARY_DIR}/w32kdll_2k3sp2.def)
|
||||
|
||||
set_entrypoint(w32kdll_2k3sp2 0)
|
||||
set_module_type(w32kdll_2k3sp2 module)
|
||||
add_dependencies(w32kdll_2k3sp2 psdk)
|
||||
|
|
|
@ -6,5 +6,5 @@ add_library(w32kdll_ros SHARED
|
|||
sys-stubs.S
|
||||
${CMAKE_CURRENT_BINARY_DIR}/w32kdll_ros.def)
|
||||
|
||||
set_entrypoint(w32kdll_ros 0)
|
||||
set_module_type(w32kdll_ros module)
|
||||
add_dependencies(w32kdll_ros psdk)
|
||||
|
|
|
@ -6,5 +6,5 @@ add_library(w32kdll_xpsp2 SHARED
|
|||
sys-stubs.S
|
||||
${CMAKE_CURRENT_BINARY_DIR}/w32kdll_xpsp2.def)
|
||||
|
||||
set_entrypoint(w32kdll_xpsp2 0)
|
||||
set_module_type(w32kdll_xpsp2 module)
|
||||
add_dependencies(w32kdll_xpsp2 psdk)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue