mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[CMAKE]
- 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
This commit is contained in:
parent
29ab93ce7f
commit
38dd8fce5f
14 changed files with 106 additions and 12 deletions
9
base/applications/cmdutils/doskey/CMakeLists.txt
Normal file
9
base/applications/cmdutils/doskey/CMakeLists.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
add_executable(doskey
|
||||
doskey.c
|
||||
doskey.rc)
|
||||
|
||||
set_module_type(doskey win32cui)
|
||||
|
||||
set_unicode(doskey yes)
|
||||
|
||||
add_importlibs(doskey user32 msvcrt)
|
Loading…
Add table
Add a link
Reference in a new issue