[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()
|
|
|
|
|
[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}/lib/tdilib)
|
|
|
|
|
|
|
|
spec2def(wshtcpip ${CMAKE_CURRENT_SOURCE_DIR}/wshtcpip.spec ${CMAKE_CURRENT_BINARY_DIR}/wshtcpip.def)
|
|
|
|
|
|
|
|
add_library(wshtcpip SHARED wshtcpip.c wshtcpip.rc)
|
|
|
|
|
2010-10-08 21:34:25 +00:00
|
|
|
set_entrypoint(wshtcpip 0)
|
[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
|
|
|
|
|
|
|
target_link_libraries(wshtcpip
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/wshtcpip.def
|
|
|
|
tdilib)
|
|
|
|
|
2010-10-08 21:34:25 +00:00
|
|
|
add_importlibs(wshtcpip ws2_32 kernel32 ntdll)
|
|
|
|
add_dependencies(wshtcpip wshtcpip_def psdk buildno_header)
|