[CMAKE]
- 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
2010-10-01 16:30:49 +00:00
|
|
|
|
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/winsock)
|
|
|
|
|
|
|
|
add_library(ws2help SHARED
|
|
|
|
apc.c
|
|
|
|
context.c
|
|
|
|
dllmain.c
|
|
|
|
handle.c
|
2010-10-30 16:08:19 +00:00
|
|
|
notify.c
|
2010-11-02 20:23:56 +00:00
|
|
|
ws2help.def)
|
|
|
|
|
|
|
|
if(NOT MSVC)
|
|
|
|
set_source_files_properties(ws2help.def PROPERTIES EXTERNAL_OBJECT TRUE)
|
|
|
|
endif()
|
[CMAKE]
- 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
2010-10-01 16:30:49 +00:00
|
|
|
|
|
|
|
set_module_type(ws2help win32dll)
|
|
|
|
|
2010-10-02 16:09:32 +00:00
|
|
|
add_importlibs(ws2help advapi32 ws2_32 kernel32 ntdll)
|
2010-10-30 16:08:19 +00:00
|
|
|
|
2010-10-30 09:53:53 +00:00
|
|
|
add_cab_target(ws2help 1)
|