mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:23:07 +00:00
[CMAKE]
- Improve the unicode situation. - Apply a consistent formatting. - Improve the unicode modules we have so far. - Get rid of some rbuildism. - Overall improvements. svn path=/branches/cmake-bringup/; revision=48964
This commit is contained in:
parent
83719eaee5
commit
0281bf63e6
53 changed files with 250 additions and 256 deletions
|
@ -1,11 +1,9 @@
|
|||
add_executable(xcopy
|
||||
xcopy.c
|
||||
rsrc.rc)
|
||||
|
||||
set_unicode()
|
||||
|
||||
add_executable(xcopy xcopy.c rsrc.rc)
|
||||
|
||||
target_link_libraries(xcopy wine)
|
||||
|
||||
set_module_type(xcopy win32cui)
|
||||
|
||||
set_unicode(xcopy yes)
|
||||
|
||||
add_importlibs(xcopy shell32 user32 msvcrt ntdll)
|
||||
|
||||
target_link_libraries(xcopy wine)
|
||||
add_importlibs(xcopy shell32 user32 msvcrt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue