2010-12-07 09:27:10 +00:00
|
|
|
|
2011-06-18 22:02:28 +00:00
|
|
|
add_definitions(-D__ROS_LONG64__)
|
2010-12-07 09:27:10 +00:00
|
|
|
|
2011-04-17 16:55:24 +00:00
|
|
|
set_rc_compiler()
|
|
|
|
|
2010-12-07 09:27:10 +00:00
|
|
|
list(APPEND SOURCE
|
|
|
|
activex.c
|
|
|
|
jscript.c
|
|
|
|
run.c
|
|
|
|
testlist.c
|
|
|
|
rsrc.rc)
|
|
|
|
|
|
|
|
add_executable(jscript_winetest ${SOURCE})
|
|
|
|
target_link_libraries(jscript_winetest wine)
|
2011-06-18 22:02:28 +00:00
|
|
|
|
|
|
|
if(MSVC)
|
|
|
|
target_link_libraries(jscript_winetest uuid)
|
|
|
|
endif()
|
|
|
|
|
2010-12-07 09:27:10 +00:00
|
|
|
set_module_type(jscript_winetest win32cui)
|
|
|
|
add_importlibs(jscript_winetest ole32 oleaut32 advapi32 msvcrt kernel32 ntdll)
|
2011-05-14 20:55:36 +00:00
|
|
|
add_cd_file(TARGET jscript_winetest DESTINATION reactos/bin FOR all)
|