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
9 lines
No EOL
133 B
CMake
9 lines
No EOL
133 B
CMake
add_executable(find
|
|
find.c
|
|
find.rc)
|
|
|
|
set_module_type(find win32cui)
|
|
|
|
set_unicode(find no)
|
|
|
|
add_importlibs(find user32 msvcrt) |