mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:13:05 +00:00

Completely refactor bootcd generation - one macro (à la cmake's install) to rule them all, to make your life simpler and have build files cleaner - Completely rehaul the bootcd tree : now you have in it some minimal reactos system - reflect those changes in setupldr No livecd yet! svn path=/branches/cmake-bringup/; revision=51731
10 lines
236 B
CMake
10 lines
236 B
CMake
|
|
set_unicode()
|
|
|
|
add_executable(xcopy xcopy.c rsrc.rc)
|
|
|
|
target_link_libraries(xcopy wine)
|
|
|
|
set_module_type(xcopy win32cui)
|
|
add_importlibs(xcopy shell32 user32 msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET xcopy DESTINATION reactos/system32)
|