Add missing files to bootcd.

svn path=/branches/cmake-bringup/; revision=49518
This commit is contained in:
Sylvain Petreolle 2010-11-07 21:24:35 +00:00
parent eb4821a38b
commit c3774adb66
5 changed files with 9 additions and 1 deletions

View file

@ -14,3 +14,5 @@ add_importlibs(reactos
msvcrt
kernel32
ntdll)
add_minicd_target(reactos reactos)

View file

@ -5,3 +5,5 @@ add_executable(welcome welcome.c welcome.rc)
set_module_type(welcome win32gui)
add_importlibs(welcome gdi32 user32 msvcrt kernel32 ntdll)
add_minicd_target(welcome reactos)