mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
10a264845d
Silence some warnings, fix compilation of w32kdll with MSVC, give dllexport_test dlls a base address. svn path=/trunk/; revision=63515
11 lines
234 B
CMake
11 lines
234 B
CMake
|
|
spec2def(w32kdll_ros.dll w32kdll_ros.spec ADD_IMPORTLIB)
|
|
|
|
add_library(w32kdll_ros SHARED
|
|
main.c
|
|
sys-stubs.S
|
|
${CMAKE_CURRENT_BINARY_DIR}/w32kdll_ros.def)
|
|
|
|
set_entrypoint(w32kdll_ros 0)
|
|
|
|
add_dependencies(w32kdll_ros psdk)
|