mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 06:45:24 +00:00
a8618f38c2
* Sync with Wine 1.5.26. svn path=/trunk/; revision=58811
17 lines
465 B
CMake
17 lines
465 B
CMake
|
|
add_definitions(-D__ROS_LONG64__)
|
|
|
|
list(APPEND SOURCE
|
|
shdocvw.c
|
|
shortcut.c
|
|
testlist.c)
|
|
|
|
add_executable(shdocvw_winetest ${SOURCE})
|
|
target_link_libraries(shdocvw_winetest wine uuid)
|
|
set_module_type(shdocvw_winetest win32cui)
|
|
add_importlibs(shdocvw_winetest gdi32 shell32 ole32 oleaut32 user32 advapi32 msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET shdocvw_winetest DESTINATION reactos/bin FOR all)
|
|
|
|
if(NOT MSVC)
|
|
allow_warnings(shdocvw_winetest)
|
|
endif()
|