2011-05-16 13:12:07 +00:00
|
|
|
|
2011-06-26 21:29:55 +00:00
|
|
|
spec2def(shimgvw.dll shimgvw.spec)
|
2011-05-16 13:12:07 +00:00
|
|
|
|
|
|
|
list(APPEND SOURCE
|
|
|
|
shimgvw.c
|
2014-12-12 13:08:59 +00:00
|
|
|
comsup.c
|
2011-05-16 13:12:07 +00:00
|
|
|
shimgvw.rc
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/shimgvw_stubs.c
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/shimgvw.def)
|
|
|
|
|
2019-03-20 13:19:48 +00:00
|
|
|
add_library(shimgvw MODULE ${SOURCE})
|
2021-02-14 17:38:36 +00:00
|
|
|
set_module_type(shimgvw win32dll UNICODE)
|
2011-05-16 13:12:07 +00:00
|
|
|
target_link_libraries(shimgvw wine)
|
2021-03-01 14:40:06 +00:00
|
|
|
add_importlibs(shimgvw advapi32 comctl32 user32 gdi32 shell32 ole32 gdiplus comdlg32 shlwapi msvcrt kernel32 ntdll)
|
2011-05-16 13:12:07 +00:00
|
|
|
add_cd_file(TARGET shimgvw DESTINATION reactos/system32 FOR all)
|