mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[CMAKE]
- Add win32cui module type to gcc toolchain - Add cacls to build svn path=/branches/cmake-bringup/; revision=48869
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
#add_subdirectory(cacls)
|
||||
add_subdirectory(cacls)
|
||||
add_subdirectory(calc)
|
||||
#add_subdirectory(charmap)
|
||||
#add_subdirectory(cmdutils)
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
|
||||
add_definitions(-DUNICODE -D_UNICODE)
|
||||
|
||||
add_executable(cacls
|
||||
cacls.c
|
||||
cacls.rc)
|
||||
|
||||
set_module_type(cacls win32cui)
|
||||
|
||||
add_importlibs(cacls advapi32 ntdll user32 shell32 msvcrt)
|
||||
|
||||
add_dependencies(cacls psdk)
|
||||
Reference in New Issue
Block a user