summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
85d90c9)
- Compile as a GUI app
svn path=/trunk/; revision=64188
testlist.c)
add_executable(user32_winetest ${SOURCE} resource.rc)
testlist.c)
add_executable(user32_winetest ${SOURCE} resource.rc)
-set_module_type(user32_winetest win32cui)
+# some tests need to be run from an app compiled as GUI
+set_module_type(user32_winetest win32gui)
add_importlibs(user32_winetest user32 gdi32 advapi32 msvcrt kernel32)
add_cd_file(TARGET user32_winetest DESTINATION reactos/bin FOR all)
add_importlibs(user32_winetest user32 gdi32 advapi32 msvcrt kernel32)
add_cd_file(TARGET user32_winetest DESTINATION reactos/bin FOR all)