mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 16:48:16 +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
8 lines
197 B
CMake
8 lines
197 B
CMake
add_subdirectory(dbgprint)
|
|
add_subdirectory(doskey)
|
|
#add_subdirectory(find)
|
|
add_subdirectory(hostname)
|
|
add_subdirectory(lodctr)
|
|
add_subdirectory(more)
|
|
add_subdirectory(reg)
|
|
add_subdirectory(xcopy)
|