94435b96e07f01f9e14dfb22c7c5b4bb5a2c61a9
[reactos.git] / dll / nls / idndl / CMakeLists.txt
1
2 remove_definitions(-DWINVER=0x502)
3 add_definitions(-DWINVER=0x600)
4
5 spec2def(idndl.dll idndl.spec)
6
7 add_library(idndl SHARED
8 idndl.cpp
9 ${CMAKE_CURRENT_BINARY_DIR}/idndl.def)
10
11 set_entrypoint(idndl 0)
12
13 if(NOT MSVC)
14 set_target_properties(idndl PROPERTIES COMPILE_FLAGS "-fno-exceptions -fno-rtti")
15 endif(NOT MSVC)
16
17 add_importlibs(idndl kernel32)
18
19 add_dependencies(idndl psdk)
20
21 add_livecd_target(idndl reactos)