mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
89271fe38d
Add each win32dll module to livecd and remove global temporary add-on from gcc.cmake. Fix pch use in fmifs. Enable remaining dlls in dll/win32/CMakeLists.txt. svn path=/branches/cmake-bringup/; revision=49230
13 lines
400 B
CMake
13 lines
400 B
CMake
|
|
set_unicode()
|
|
|
|
spec2def(wshirda ${CMAKE_CURRENT_SOURCE_DIR}/wshirda.spec ${CMAKE_CURRENT_BINARY_DIR}/wshirda.def)
|
|
|
|
add_library(wshirda SHARED wshirda.c wshirda.rc)
|
|
|
|
set_module_type(wshirda win32dll)
|
|
|
|
target_link_libraries(wshirda ${CMAKE_CURRENT_BINARY_DIR}/wshirda.def)
|
|
add_importlibs(wshirda ws2_32 kernel32 ntdll)
|
|
add_dependencies(wshirda wshirda_def)
|
|
add_livecd_target(wshirda reactos/system32)
|