mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 04:53:00 +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
9 lines
228 B
CMake
9 lines
228 B
CMake
|
|
set_unicode()
|
|
set_rc_compiler()
|
|
|
|
add_executable(control control.c control.rc)
|
|
|
|
set_module_type(control win32gui)
|
|
add_importlibs(control advapi32 shell32 msvcrt kernel32)
|
|
add_cd_file(TARGET control DESTINATION reactos/system32)
|