2010-12-07 11:40:10 +00:00
|
|
|
|
2011-04-17 16:55:24 +00:00
|
|
|
set_rc_compiler()
|
|
|
|
|
2010-12-07 11:40:10 +00:00
|
|
|
add_definitions(
|
|
|
|
-D__ROS_LONG64__
|
|
|
|
-D_DLL -D__USE_CRTIMP)
|
|
|
|
|
|
|
|
list(APPEND SOURCE
|
|
|
|
dom.c
|
|
|
|
events.c
|
|
|
|
htmldoc.c
|
|
|
|
htmllocation.c
|
|
|
|
misc.c
|
|
|
|
protocol.c
|
|
|
|
script.c
|
|
|
|
testlist.c
|
|
|
|
rsrc.rc)
|
|
|
|
|
|
|
|
add_executable(mshtml_winetest ${SOURCE})
|
|
|
|
target_link_libraries(mshtml_winetest wine uuid strmiids)
|
|
|
|
set_module_type(mshtml_winetest win32cui)
|
|
|
|
add_importlibs(mshtml_winetest wininet ole32 oleaut32 user32 gdi32 urlmon advapi32 msvcrt kernel32 ntdll)
|
2011-05-14 20:55:36 +00:00
|
|
|
add_cd_file(TARGET mshtml_winetest DESTINATION reactos/bin FOR all)
|