mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
956eb46aec
Livecd: Add rundll32. Cmake livecd lives ! svn path=/branches/cmake-bringup/; revision=49236
11 lines
No EOL
240 B
CMake
11 lines
No EOL
240 B
CMake
|
|
set_unicode()
|
|
include_directories(.)
|
|
set_rc_compiler()
|
|
|
|
add_executable(rundll32 rundll32.c rundll32.rc)
|
|
|
|
set_module_type(rundll32 win32gui)
|
|
|
|
add_importlibs(rundll32 user32 msvcrt kernel32 ntdll)
|
|
add_livecd_target(rundll32 reactos/system32) |