2011-05-16 13:12:07 +00:00
|
|
|
|
|
|
|
|
|
|
|
add_executable(winver winver.c)
|
2011-09-03 19:11:44 +00:00
|
|
|
set_module_type(winver win32gui UNICODE)
|
2011-05-16 13:12:07 +00:00
|
|
|
add_importlibs(winver shell32 msvcrt kernel32)
|
|
|
|
add_cd_file(TARGET winver DESTINATION reactos/system32 FOR all)
|