2011-05-16 13:12:07 +00:00
|
|
|
|
2015-11-26 22:37:06 +00:00
|
|
|
remove_definitions(-D_WIN32_WINNT=0x502)
|
|
|
|
add_definitions(-D_WIN32_WINNT=0x600)
|
|
|
|
|
2018-10-01 00:13:56 +01:00
|
|
|
add_definitions(-D__WINESRC__)
|
2018-01-21 22:04:40 +01:00
|
|
|
add_executable(reg export.c import.c reg.c reg.rc)
|
2011-09-03 19:11:44 +00:00
|
|
|
set_module_type(reg win32cui UNICODE)
|
2015-05-03 11:30:49 +00:00
|
|
|
target_link_libraries(reg wine)
|
2015-11-26 22:37:06 +00:00
|
|
|
add_importlibs(reg advapi32 advapi32_vista user32 msvcrt kernel32 ntdll)
|
2011-05-16 13:12:07 +00:00
|
|
|
add_cd_file(TARGET reg DESTINATION reactos/system32 FOR all)
|