mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
17 lines
395 B
Text
17 lines
395 B
Text
|
|
||
|
add_definitions(
|
||
|
-D__ROS_LONG64__
|
||
|
-D_DLL -D__USE_CRTIMP)
|
||
|
|
||
|
list(APPEND SOURCE
|
||
|
intshcut.c
|
||
|
shdocvw.c
|
||
|
shortcut.c
|
||
|
webbrowser.c
|
||
|
testlist.c)
|
||
|
|
||
|
add_executable(shdocvw_winetest ${SOURCE})
|
||
|
target_link_libraries(shdocvw_winetest wine)
|
||
|
set_module_type(shdocvw_winetest win32cui)
|
||
|
add_importlibs(shdocvw_winetest gdi32 shell32 ole32 oleaut32 user32 advapi32 msvcrt kernel32 ntdll)
|