mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 15:51:49 +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
11
base/applications/cmdutils/xcopy/CMakeLists.txt
Normal file
11
base/applications/cmdutils/xcopy/CMakeLists.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
add_executable(xcopy
|
||||
xcopy.c
|
||||
rsrc.rc)
|
||||
|
||||
set_module_type(xcopy win32cui)
|
||||
|
||||
set_unicode(xcopy yes)
|
||||
|
||||
add_importlibs(xcopy shell32 user32 msvcrt)
|
||||
|
||||
target_link_libraries(xcopy wine)
|
Loading…
Add table
Add a link
Reference in a new issue