Livecd: Add rundll32.
Cmake livecd lives !

svn path=/branches/cmake-bringup/; revision=49236
This commit is contained in:
Sylvain Petreolle 2010-10-23 11:55:36 +00:00
parent 070a3b3935
commit 956eb46aec

View file

@ -8,3 +8,4 @@ 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)