[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
|
|
|
|
2010-10-02 16:09:32 +00:00
|
|
|
set_unicode()
|
2010-10-01 21:33:07 +00:00
|
|
|
|
2010-11-02 19:58:29 +00:00
|
|
|
add_library(wsock32 SHARED stubs.c wsock32.rc wsock32.def)
|
|
|
|
|
|
|
|
if(NOT MSVC)
|
|
|
|
set_source_files_properties(wsock32.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(wsock32 win32dll)
|
|
|
|
|
2010-10-02 16:09:32 +00:00
|
|
|
add_importlibs(wsock32 ws2_32 kernel32 ntdll)
|
2010-10-30 09:53:53 +00:00
|
|
|
add_cab_target(wsock32 1)
|