[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 20:23:56 +00:00
|
|
|
add_library(wshirda SHARED wshirda.c wshirda.rc wshirda.def)
|
[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-11-02 20:23:56 +00:00
|
|
|
if(NOT MSVC)
|
|
|
|
set_source_files_properties(wshirda.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(wshirda win32dll)
|
|
|
|
|
2010-10-02 16:09:32 +00:00
|
|
|
add_importlibs(wshirda ws2_32 kernel32 ntdll)
|
2010-10-30 16:08:19 +00:00
|
|
|
|
2010-10-30 09:53:53 +00:00
|
|
|
add_cab_target(wshirda 1)
|