mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 16:33:49 +00:00

- Add ws2help, wshirda, wshtcpip, wsock32, wtsapi32, wuapi, xinput*, xmllite, cmbatt, compbatt, dxapi, dxg, dxgthk, fs_rec, msfs and mup to build. By Alexey Komarov. svn path=/branches/cmake-bringup/; revision=48953
10 lines
298 B
CMake
10 lines
298 B
CMake
|
|
add_library(mup SHARED
|
|
create.c
|
|
mup.c
|
|
mup.rc)
|
|
|
|
set_target_properties(mup PROPERTIES LINK_FLAGS "-Wl,-entry,_DriverEntry@8 -Wl,--image-base,0x00010000 -Wl,--exclude-all-symbols -Wl,--subsystem,native" SUFFIX ".sys")
|
|
|
|
add_importlibs(mup ntoskrnl hal)
|
|
add_dependencies(mup psdk bugcodes)
|