Skip to content

Commit e4b7393

Browse files
[OLEACC] Sync to Wine-10.0
1 parent 1f70273 commit e4b7393

13 files changed

Lines changed: 1889 additions & 457 deletions

File tree

dll/win32/oleacc/CMakeLists.txt

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11

22
add_definitions(
3-
-D_CRT_NON_CONFORMING_SWPRINTFS
43
-DENTRY_PREFIX=OLEACC_
54
-DPROXY_DELEGATION
65
-DWINE_REGISTER_DLL)
@@ -22,13 +21,6 @@ add_idl_headers(oleacc_idlheader oleacc_classes.idl)
2221
add_typelib(oleacc_classes.idl)
2322
add_rpcproxy_files(oleacc_classes.idl)
2423

25-
list(APPEND oleacc_rc_deps
26-
${CMAKE_CURRENT_SOURCE_DIR}/oleacc_classes_r.rgs
27-
${CMAKE_CURRENT_SOURCE_DIR}/oleacc_classes_t.rgs
28-
${CMAKE_CURRENT_BINARY_DIR}/oleacc_classes.tlb)
29-
30-
set_source_files_properties(oleacc.rc PROPERTIES OBJECT_DEPENDS "${oleacc_rc_deps}")
31-
3224
add_library(oleacc MODULE
3325
${SOURCE}
3426
${PCH_SKIP_SOURCE}
@@ -38,6 +30,8 @@ add_library(oleacc MODULE
3830

3931
add_dependencies(oleacc oleacc_idlheader stdole2)
4032
set_module_type(oleacc win32dll)
33+
add_idl_reg_scripts(oleacc registry oleacc_classes.idl)
34+
add_idl_reg_scripts(oleacc regtypelib oleacc_classes.idl)
4135
target_link_libraries(oleacc uuid wine ${PSEH_LIB} oldnames)
4236
add_importlibs(oleacc oleaut32 ole32 user32 rpcrt4 msvcrt kernel32 ntdll)
4337
add_pch(oleacc precomp.h "${PCH_SKIP_SOURCE}")

0 commit comments

Comments
 (0)