Revert 57718

svn path=/trunk/; revision=57748
This commit is contained in:
Colin Finck 2012-11-23 11:22:46 +00:00
parent 80a52b6aa4
commit 010dd80061

View file

@ -14,7 +14,7 @@ list(APPEND SOURCE
add_executable(sc ${SOURCE})
set_module_type(sc win32cui)
set_module_type(sc win32cui UNICODE)
add_importlibs(sc advapi32 msvcrt kernel32)
add_pch(sc sc.h)
add_cd_file(TARGET sc DESTINATION reactos/system32 FOR all)