Branching for 0.3.15 release after two days of no response from a certain sphere...
[reactos.git] / base / applications / cmdutils / reg / CMakeLists.txt
1
2 remove_definitions(-D_WIN32_WINNT=0x502)
3 add_definitions(-D_WIN32_WINNT=0x600)
4
5 add_executable(reg reg.c reg.rc)
6 set_module_type(reg win32cui UNICODE)
7 add_importlibs(reg advapi32 user32 msvcrt kernel32)
8 add_cd_file(TARGET reg DESTINATION reactos/system32 FOR all)