mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 16:53:45 +00:00
[CMAKE]
Add missing files to bootcd. svn path=/branches/cmake-bringup/; revision=49518
This commit is contained in:
parent
eb4821a38b
commit
c3774adb66
5 changed files with 9 additions and 1 deletions
|
@ -14,3 +14,5 @@ add_importlibs(reactos
|
|||
msvcrt
|
||||
kernel32
|
||||
ntdll)
|
||||
|
||||
add_minicd_target(reactos reactos)
|
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue