mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
Revert 57718
svn path=/trunk/; revision=57748
This commit is contained in:
parent
80a52b6aa4
commit
010dd80061
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue