mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[MDI] Template MDI app is Win32 GUI, not CUI.
This commit is contained in:
parent
5123edd731
commit
49ceac2efc
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ list(APPEND SOURCE
|
|||
main.c)
|
||||
|
||||
add_executable(template_mdi ${SOURCE} mdi.rc)
|
||||
set_module_type(template_mdi win32cui)
|
||||
set_module_type(template_mdi win32gui)
|
||||
add_importlibs(template_mdi advapi32 user32 gdi32 comctl32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET template_mdi DESTINATION reactos/system32 FOR all)
|
||||
|
|
Loading…
Reference in a new issue