mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
7ad21a4425
- Convert win32k native api test to actual wine style api-tests - Hack around a bit with the win32k dlls, some renaming, etc. - Delete old apitest stuff svn path=/trunk/; revision=70458
11 lines
327 B
CMake
11 lines
327 B
CMake
|
|
spec2def(win32kdll_vista.spec win32kdll_vista.spec ADD_IMPORTLIB)
|
|
add_asm_files(win32kdll_vista_asm win32kdll_vista.S)
|
|
|
|
add_library(win32kdll_vista SHARED
|
|
main.c
|
|
${win32kdll_vista_asm}
|
|
${CMAKE_CURRENT_BINARY_DIR}/win32kdll_vista.def)
|
|
|
|
set_module_type(win32kdll_vista module)
|
|
add_dependencies(win32kdll_vista psdk)
|