mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
38dd8fce5f
- improve cacls build file - add charmap, dbgprint, doskey, find, hostname, lodctr, more, reg and xcopy build files - add win32cui module type to msc toolchain find is commented out for now. svn path=/branches/cmake-bringup/; revision=48875
12 lines
196 B
CMake
12 lines
196 B
CMake
|
|
add_executable(cacls
|
|
cacls.c
|
|
cacls.rc)
|
|
|
|
set_module_type(cacls win32cui)
|
|
|
|
set_unicode(cacls yes)
|
|
|
|
add_importlibs(cacls advapi32 ntdll user32 shell32 msvcrt)
|
|
|
|
add_dependencies(cacls psdk)
|