mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[ROSTESTS] Rename the "softmodalmsgbox" test to "messagebox".
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
add_subdirectory(biditext)
|
||||
add_subdirectory(messagebox)
|
||||
add_subdirectory(paintdesktop)
|
||||
add_subdirectory(softmodalmsgbox)
|
||||
add_subdirectory(sysicon)
|
||||
add_subdirectory(winstation)
|
||||
|
||||
5
modules/rostests/win32/user32/messagebox/CMakeLists.txt
Normal file
5
modules/rostests/win32/user32/messagebox/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
add_executable(messagebox messagebox.c messagebox.rc)
|
||||
set_module_type(messagebox win32cui UNICODE)
|
||||
add_importlibs(messagebox user32 msvcrt kernel32)
|
||||
add_rostests_file(TARGET messagebox SUBDIR suppl)
|
||||
@@ -1,5 +0,0 @@
|
||||
|
||||
add_executable(softmodalmsgbox softmodalmsgbox.c softmodalmsgbox.rc)
|
||||
set_module_type(softmodalmsgbox win32cui UNICODE)
|
||||
add_importlibs(softmodalmsgbox user32 msvcrt kernel32)
|
||||
add_rostests_file(TARGET softmodalmsgbox SUBDIR suppl)
|
||||
Reference in New Issue
Block a user