mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 23:42:56 +00:00
[CMAKE] Introduce set_wine_module (Retry) (#7860)
Re-trial of #7800. Deleting __WINESRC__ hacks. JIRA issue: CORE-5743 - Add sdk/cmake/set_wine_module.cmake. - Load set_wine_module.cmake at top-level CMakeLists.txt. - Use set_wine_module cmake function and delete __WINESRC__ as possible. - Delete many include_directories.
This commit is contained in:
parent
125f94d8ab
commit
7efab12e6f
182 changed files with 218 additions and 356 deletions
|
@ -68,6 +68,9 @@ include(sdk/cmake/config.cmake)
|
|||
# Compiler flags handling
|
||||
include(sdk/cmake/compilerflags.cmake)
|
||||
|
||||
# set_wine_module function
|
||||
include(sdk/cmake/set_wine_module.cmake)
|
||||
|
||||
add_definitions(
|
||||
-D__REACTOS__
|
||||
# swprintf without count argument is used in most of the codebase
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
add_definitions(-DCSCRIPT_BUILD -D__WINESRC__)
|
||||
add_definitions(-DCSCRIPT_BUILD)
|
||||
set(wscript_folder ${REACTOS_SOURCE_DIR}/base/applications/cmdutils/wscript)
|
||||
include_directories(${wscript_folder})
|
||||
|
||||
|
@ -20,3 +20,4 @@ add_importlibs(cscript shell32 oleaut32 ole32 advapi32 user32 msvcrt kernel32 nt
|
|||
add_dependencies(cscript stdole2 cscript_idlheader)
|
||||
add_pch(cscript ${wscript_folder}/precomp.h SOURCE)
|
||||
add_cd_file(TARGET cscript DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(cscript) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
remove_definitions(-D_WIN32_WINNT=0x502)
|
||||
add_definitions(-D_WIN32_WINNT=0x600)
|
||||
|
||||
add_definitions(-D__WINESRC__)
|
||||
add_executable(reg add.c copy.c delete.c export.c import.c query.c reg.c reg.rc)
|
||||
set_module_type(reg win32cui UNICODE)
|
||||
target_link_libraries(reg wine oldnames)
|
||||
add_importlibs(reg advapi32 advapi32_vista user32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET reg DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(reg) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
add_executable(taskkill taskkill.c taskkill.rc)
|
||||
target_link_libraries(taskkill wine)
|
||||
set_module_type(taskkill win32cui UNICODE)
|
||||
add_importlibs(taskkill psapi user32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET taskkill DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(taskkill) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
add_executable(wmic main.c wmic.rc)
|
||||
target_link_libraries(wmic wine)
|
||||
set_module_type(wmic win32cui UNICODE)
|
||||
add_importlibs(wmic oleaut32 ole32 user32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET wmic DESTINATION reactos/system32/wbem FOR all)
|
||||
set_wine_module_FIXME(wmic) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
|
||||
list(APPEND SOURCE
|
||||
arguments.c
|
||||
host.c
|
||||
|
@ -18,3 +16,4 @@ add_importlibs(wscript shell32 oleaut32 ole32 user32 advapi32 msvcrt kernel32 nt
|
|||
add_dependencies(wscript stdole2 wscript_idlheader)
|
||||
add_pch(wscript precomp.h SOURCE)
|
||||
add_cd_file(TARGET wscript DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(wscript) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
add_executable(xcopy xcopy.c xcopy.rc)
|
||||
target_link_libraries(xcopy wine)
|
||||
set_module_type(xcopy win32cui UNICODE)
|
||||
add_importlibs(xcopy shell32 user32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET xcopy DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(xcopy) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
add_executable(extrac32 extrac32.c)
|
||||
target_link_libraries(extrac32 wine)
|
||||
set_module_type(extrac32 win32gui UNICODE)
|
||||
add_importlibs(extrac32 shell32 setupapi shlwapi user32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET extrac32 DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(extrac32) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
|
||||
add_definitions(
|
||||
-D__WINESRC__
|
||||
-D__ROS_LONG64__
|
||||
-Dstrcasecmp=_stricmp
|
||||
)
|
||||
|
@ -31,3 +28,4 @@ target_link_libraries(winhlp32 wine oldnames)
|
|||
add_importlibs(winhlp32 user32 gdi32 shell32 comctl32 comdlg32 msvcrt kernel32 ntdll)
|
||||
add_pch(winhlp32 precomp.h "${PCH_SKIP_SOURCE}")
|
||||
add_cd_file(TARGET winhlp32 DESTINATION reactos FOR all)
|
||||
set_wine_module_FIXME(winhlp32) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
remove_definitions(-D_CRT_NON_CONFORMING_SWPRINTFS)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/wine)
|
||||
|
||||
list(APPEND SOURCE
|
||||
msiexec.c
|
||||
|
@ -15,3 +13,4 @@ target_link_libraries(msiexec uuid wine)
|
|||
add_importlibs(msiexec user32 advapi32 ole32 comctl32 msi msvcrt kernel32 ntdll)
|
||||
add_pch(msiexec precomp.h SOURCE)
|
||||
add_cd_file(TARGET msiexec DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(msiexec) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
remove_definitions(-D_WIN32_WINNT=0x502)
|
||||
add_definitions(-D_WIN32_WINNT=0x600)
|
||||
|
||||
add_definitions(-D__WINESRC__ -D_CRT_DECLARE_NONSTDC_NAMES=1)
|
||||
include_directories(BEFORE ${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
add_definitions(-D_CRT_DECLARE_NONSTDC_NAMES=1)
|
||||
spec2def(appwiz.cpl appwiz.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -27,3 +26,4 @@ add_delay_importlibs(appwiz msi)
|
|||
add_importlibs(appwiz urlmon ole32 comctl32 advapi32 shell32 shlwapi user32 msvcrt kernel32 ntdll)
|
||||
add_pch(appwiz appwiz.h SOURCE)
|
||||
add_cd_file(TARGET appwiz DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(appwiz) # CORE-5743: No CONST_VTABLE
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(BEFORE ${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(inetcpl.cpl inetcpl.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -26,3 +24,4 @@ add_delay_importlibs(inetcpl cryptui wininet ole32 urlmon shell32)
|
|||
add_importlibs(inetcpl advapi32 comctl32 user32 shlwapi msvcrt kernel32 ntdll)
|
||||
add_pch(inetcpl precomp.h SOURCE)
|
||||
add_cd_file(TARGET inetcpl DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(inetcpl) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
|
||||
add_definitions(
|
||||
-D__WINESRC__
|
||||
-D__ROS_LONG64__
|
||||
-DUSE_WIN32_OPENGL)
|
||||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(d3d8.dll d3d8.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -33,3 +31,4 @@ target_link_libraries(d3d8 uuid wine)
|
|||
add_importlibs(d3d8 d3dwine msvcrt kernel32 ntdll)
|
||||
add_pch(d3d8 precomp.h "${PCH_SKIP_SOURCE}")
|
||||
add_cd_file(TARGET d3d8 DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(d3d8) # CORE-5743: No CONST_VTABLE
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
|
||||
add_definitions(
|
||||
-D__WINESRC__
|
||||
-DUSE_WIN32_OPENGL)
|
||||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(d3d9.dll d3d9.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -35,3 +33,4 @@ target_link_libraries(d3d9 wine)
|
|||
add_importlibs(d3d9 d3dwine user32 msvcrt kernel32 ntdll)
|
||||
add_pch(d3d9 precomp.h "${PCH_SKIP_SOURCE}")
|
||||
add_cd_file(TARGET d3d9 DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(d3d9) # CORE-5743: No ARRAY_SIZE and CONST_VTABLE
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
|
||||
add_definitions(-D__WINESRC__ -D__ROS_LONG64__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
add_definitions(-D__ROS_LONG64__)
|
||||
spec2def(d3drm.dll d3drm.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -28,6 +27,7 @@ target_link_libraries(d3drm dxguid uuid wine)
|
|||
add_importlibs(d3drm ddraw d3dxof msvcrt kernel32 ntdll)
|
||||
add_pch(d3drm precomp.h SOURCE)
|
||||
add_cd_file(TARGET d3drm DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(d3drm) # CORE-5743: No ARRAY_SIZE and CONST_VTABLE
|
||||
|
||||
if(CMAKE_C_COMPILER_ID STREQUAL "Clang")
|
||||
target_compile_options(d3drm PRIVATE -Wno-incompatible-function-pointer-types)
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
|
||||
add_definitions(-D__WINESRC__ -D__ROS_LONG64__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
add_definitions(-D__ROS_LONG64__)
|
||||
spec2def(d3dxof.dll d3dxof.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -22,3 +21,4 @@ target_link_libraries(d3dxof dxguid uuid wine)
|
|||
add_importlibs(d3dxof msvcrt kernel32 ntdll)
|
||||
add_pch(d3dxof precomp.h "${PCH_SKIP_SOURCE}")
|
||||
add_cd_file(TARGET d3dxof DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(d3dxof) # CORE-5743: No ARRAY_SIZE and CONST_VTABLE
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
|
||||
add_definitions(
|
||||
-D__WINESRC__
|
||||
-D__ROS_LONG64__
|
||||
-DUSE_WIN32_OPENGL)
|
||||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
|
||||
spec2def(ddraw.dll ddraw.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -41,3 +38,4 @@ add_importlibs(ddraw advapi32 gdi32 user32 d3dwine msvcrt kernel32 ntdll)
|
|||
add_dependencies(ddraw wineheaders)
|
||||
add_pch(ddraw precomp.h SOURCE)
|
||||
add_cd_file(TARGET ddraw DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(ddraw) # CORE-5743: No ARRAY_SIZE and CONST_VTABLE
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
remove_definitions(-D_WIN32_WINNT=0x502 -DWINVER=0x502)
|
||||
add_definitions(-D_WIN32_WINNT=0x600 -DWINVER=0x600)
|
||||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(devenum.dll devenum.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -26,3 +24,4 @@ add_importlibs(devenum advapi32 advapi32_vista ole32 oleaut32 winmm user32 avica
|
|||
add_dependencies(devenum wineheaders)
|
||||
add_pch(devenum precomp.h SOURCE)
|
||||
add_cd_file(TARGET devenum DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(devenum) # CORE-5743: No ARRAY_SIZE and CONST_VTABLE
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
|
||||
add_definitions(-D__WINESRC__ -DDIRECTINPUT_VERSION=0x0700)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
add_definitions(-DDIRECTINPUT_VERSION=0x0700)
|
||||
spec2def(dinput.dll dinput.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -22,9 +21,12 @@ add_library(dinput MODULE
|
|||
dinput.rc
|
||||
version.rc
|
||||
${CMAKE_CURRENT_BINARY_DIR}/dinput.def)
|
||||
set_wine_module_FIXME(dinput) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
||||
add_library(dinput_data_formats data_formats.c)
|
||||
add_dependencies(dinput_data_formats psdk)
|
||||
set_wine_module_FIXME(dinput_data_formats) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
||||
set_module_type(dinput win32dll)
|
||||
target_link_libraries(dinput dxguid uuid wine)
|
||||
add_importlibs(dinput comctl32 ole32 user32 advapi32 msvcrt kernel32 ntdll)
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
|
||||
add_definitions(-D__WINESRC__ -DDIRECTINPUT_VERSION=0x0800)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
add_definitions(-DDIRECTINPUT_VERSION=0x0800)
|
||||
spec2def(dinput8.dll dinput8.spec ADD_IMPORTLIB)
|
||||
set(DINPUT_SOURCE_FOLDER ../dinput)
|
||||
|
||||
|
@ -27,3 +26,4 @@ set_module_type(dinput8 win32dll)
|
|||
target_link_libraries(dinput8 dxguid uuid wine)
|
||||
add_importlibs(dinput8 comctl32 ole32 user32 advapi32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET dinput8 DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(dinput8) # CORE-5743: No ARRAY_SIZE and CONST_VTABLE
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(dmusic.dll dmusic.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -25,3 +23,4 @@ target_link_libraries(dmusic dxguid uuid wine)
|
|||
add_importlibs(dmusic ole32 advapi32 winmm dsound user32 msvcrt kernel32 ntdll)
|
||||
add_pch(dmusic precomp.h SOURCE)
|
||||
add_cd_file(TARGET dmusic DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(dmusic) # CORE-5743: No CONST_VTABLE
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
|
||||
add_definitions(
|
||||
-DCOM_NO_WINDOWS_H
|
||||
-D__WINESRC__)
|
||||
-DCOM_NO_WINDOWS_H)
|
||||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(dplayx.dll dplayx.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -28,3 +26,4 @@ target_link_libraries(dplayx dxguid uuid wine)
|
|||
add_importlibs(dplayx winmm ole32 user32 advapi32 msvcrt kernel32 ntdll)
|
||||
add_pch(dplayx precomp.h SOURCE)
|
||||
add_cd_file(TARGET dplayx DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(dplayx) # CORE-5743: No ARRAY_SIZE and CONST_VTABLE
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(dpnhpast.dll dpnhpast.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -13,3 +11,4 @@ set_module_type(dpnhpast win32dll)
|
|||
target_link_libraries(dpnhpast dxguid uuid wine)
|
||||
add_importlibs(dpnhpast msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET dpnhpast DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module(dpnhpast)
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
|
||||
add_definitions(
|
||||
-D_WINE
|
||||
-D_USE_MATH_DEFINES
|
||||
-D__WINESRC__)
|
||||
-D_USE_MATH_DEFINES)
|
||||
|
||||
include_directories(BEFORE ${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(dsound.dll dsound.spec ADD_IMPORTLIB)
|
||||
|
||||
add_library(dsound MODULE
|
||||
|
@ -26,3 +24,4 @@ set_module_type(dsound win32dll)
|
|||
target_link_libraries(dsound dxguid uuid wine)
|
||||
add_importlibs(dsound winmm advapi32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET dsound DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(dsound) # CORE-5743: No CONST_VTABLE
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(dxdiagn.dll dxdiagn.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -23,3 +21,4 @@ add_dependencies(dxdiagn wineheaders)
|
|||
add_importlibs(dxdiagn d3d9 ddraw version ole32 oleaut32 psapi user32 dsound msvcrt kernel32 ntdll)
|
||||
add_pch(dxdiagn precomp.h "${PCH_SKIP_SOURCE}")
|
||||
add_cd_file(TARGET dxdiagn DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(dxdiagn) # CORE-5743: No ARRAY_SIZE and CONST_VTABLE
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(msdmo.dll msdmo.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -21,3 +19,4 @@ target_link_libraries(msdmo uuid wine mediaobj_guid)
|
|||
add_importlibs(msdmo user32 advapi32 ole32 msvcrt kernel32 ntdll)
|
||||
add_pch(msdmo precomp.h "${PCH_SKIP_SOURCE}")
|
||||
add_cd_file(TARGET msdmo DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(msdmo) # CORE-5743: No ARRAY_SIZE and CONST_VTABLE
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(qcap.dll qcap.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -26,3 +23,4 @@ target_link_libraries(qcap strmbase strmiids uuid wine)
|
|||
add_importlibs(qcap ole32 oleaut32 gdi32 advapi32 advapi32_vista msvcrt kernel32 ntdll)
|
||||
add_delay_importlibs(qcap msvfw32)
|
||||
add_cd_file(TARGET qcap DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(qcap) # CORE-5743: No CONST_VTABLE
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(qedit.dll qedit.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -20,3 +18,4 @@ target_link_libraries(qedit strmbase strmiids uuid wine)
|
|||
add_importlibs(qedit ole32 oleaut32 msvcrt kernel32 ntdll)
|
||||
add_pch(qedit precomp.h SOURCE)
|
||||
add_cd_file(TARGET qedit DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(qedit) # CORE-5743: No ARRAY_SIZE and CONST_VTABLE
|
||||
|
|
|
@ -3,12 +3,10 @@ remove_definitions(-D_WIN32_WINNT=0x502)
|
|||
add_definitions(-D_WIN32_WINNT=0x600)
|
||||
|
||||
add_definitions(
|
||||
-D__WINESRC__
|
||||
-DENTRY_PREFIX=QUARTZ_
|
||||
-DWINE_REGISTER_DLL
|
||||
-DPROXY_DELEGATION)
|
||||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(quartz.dll quartz.spec)
|
||||
add_rpcproxy_files(quartz_strmif.idl)
|
||||
|
||||
|
@ -61,3 +59,4 @@ add_importlibs(quartz dsound msacm32 msvfw32 ole32 oleaut32 rpcrt4 user32 gdi32
|
|||
add_dependencies(quartz dxsdk quartz_idlheader stdole2)
|
||||
add_pch(quartz precomp.h "${PCH_SKIP_SOURCE}")
|
||||
add_cd_file(TARGET quartz DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(quartz) # CORE-5743: No CONST_VTABLE
|
||||
|
|
|
@ -1,13 +1,10 @@
|
|||
|
||||
add_definitions(
|
||||
-D__WINESRC__
|
||||
-D_USE_MATH_DEFINES
|
||||
-DUSE_WIN32_OPENGL
|
||||
-D__ROS_LONG64__
|
||||
-Dcopysignf=_copysignf)
|
||||
|
||||
include_directories(BEFORE ${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
|
||||
# We name this d3dwine.dll, because the Virtualbox additions ship with a custom wined3d.dll
|
||||
# and it breaks everything if it is installed.
|
||||
spec2def(d3dwine.dll wined3d.spec ADD_IMPORTLIB)
|
||||
|
@ -52,6 +49,7 @@ target_link_libraries(d3dwine wine)
|
|||
add_importlibs(d3dwine user32 opengl32 gdi32 gdi32_vista advapi32 msvcrt kernel32 ntdll)
|
||||
add_pch(d3dwine precomp.h SOURCE)
|
||||
add_cd_file(TARGET d3dwine DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module(d3dwine)
|
||||
|
||||
if(CMAKE_C_COMPILER_ID STREQUAL "GNU")
|
||||
target_compile_options(d3dwine PRIVATE -Wno-format-overflow)
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(activeds.dll activeds.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -17,3 +15,4 @@ target_link_libraries(activeds wine)
|
|||
add_importlibs(activeds msvcrt kernel32 ntdll)
|
||||
add_pch(activeds precomp.h SOURCE)
|
||||
add_cd_file(TARGET activeds DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module(activeds)
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(BEFORE ${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(advpack.dll advpack.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -20,3 +18,4 @@ target_link_libraries(advpack wine)
|
|||
add_importlibs(advpack ole32 setupapi version advapi32 msvcrt kernel32 ntdll)
|
||||
add_pch(advpack precomp.h SOURCE)
|
||||
add_cd_file(TARGET advpack DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(advpack) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
|
|
@ -3,10 +3,8 @@ remove_definitions(-D_WIN32_WINNT=0x502)
|
|||
add_definitions(-D_WIN32_WINNT=0x600)
|
||||
|
||||
add_definitions(
|
||||
-D__WINESRC__
|
||||
-D_ATL_VER=_ATL_VER_30)
|
||||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(atl.dll atl.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -37,3 +35,4 @@ target_link_libraries(atl uuid wine)
|
|||
add_importlibs(atl oleaut32 ole32 user32 gdi32 advapi32 advapi32_vista shlwapi msvcrt kernel32 ntdll)
|
||||
add_pch(atl precomp.h SOURCE)
|
||||
add_cd_file(TARGET atl DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(atl) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
|
|
@ -3,10 +3,8 @@ remove_definitions(-D_WIN32_WINNT=0x502)
|
|||
add_definitions(-D_WIN32_WINNT=0x600)
|
||||
|
||||
add_definitions(
|
||||
-D__WINESRC__
|
||||
-D_ATL_VER=_ATL_VER_100)
|
||||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(atl100.dll atl100.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -25,3 +23,4 @@ target_link_libraries(atl100 uuid wine)
|
|||
add_importlibs(atl100 ole32 oleaut32 user32 gdi32 advapi32 advapi32_vista shlwapi msvcrt kernel32 ntdll)
|
||||
add_pch(atl100 precomp.h SOURCE)
|
||||
add_cd_file(TARGET atl100 DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(atl100) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
|
|
@ -3,7 +3,6 @@ remove_definitions(-D_WIN32_WINNT=0x502)
|
|||
add_definitions(-D_WIN32_WINNT=0x600)
|
||||
|
||||
add_definitions(
|
||||
-D__WINESRC__
|
||||
-D_ATL_VER=_ATL_VER_80)
|
||||
|
||||
spec2def(atl80.dll atl80.spec ADD_IMPORTLIB)
|
||||
|
@ -25,3 +24,4 @@ target_link_libraries(atl80 uuid wine)
|
|||
add_importlibs(atl80 oleaut32 user32 ole32 gdi32 advapi32 advapi32_vista shlwapi msvcrt kernel32 ntdll)
|
||||
add_pch(atl80 precomp.h SOURCE)
|
||||
add_cd_file(TARGET atl80 DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(atl80) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
remove_definitions(-D_WIN32_WINNT=0x502)
|
||||
add_definitions(-D_WIN32_WINNT=0x600)
|
||||
|
||||
add_definitions(-D__WINESRC__ -DENTRY_PREFIX=avifil32_)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
add_definitions(-DENTRY_PREFIX=avifil32_)
|
||||
spec2def(avifil32.dll avifil32.spec ADD_IMPORTLIB)
|
||||
add_rpcproxy_files(avifil32.idl)
|
||||
|
||||
|
@ -40,3 +39,4 @@ target_link_libraries(avifil32 wine ${PSEH_LIB})
|
|||
add_importlibs(avifil32 msacm32 msvfw32 winmm ole32 user32 advapi32 rpcrt4 msvcrt kernel32 ntdll)
|
||||
add_pch(avifil32 precomp.h "${PCH_SKIP_SOURCE}")
|
||||
add_cd_file(TARGET avifil32 DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(avifil32) # CORE-5743: No ARRAY_SIZE nor CONST_VTABLE
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
add_definitions(-D__WINESRC__)
|
||||
spec2def(avrt.dll avrt.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -13,3 +11,4 @@ set_module_type(avrt win32dll)
|
|||
target_link_libraries(avrt wine)
|
||||
add_importlibs(avrt user32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET avrt DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(avrt) # CORE-5743: ???
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(
|
||||
${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine
|
||||
${REACTOS_SOURCE_DIR}/sdk/include/reactos/libs/mbedtls)
|
||||
spec2def(bcrypt.dll bcrypt.spec ADD_IMPORTLIB)
|
||||
|
||||
|
@ -16,3 +14,4 @@ set_module_type(bcrypt win32dll)
|
|||
target_link_libraries(bcrypt wine)
|
||||
add_importlibs(bcrypt mbedtls advapi32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET bcrypt DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module(bcrypt)
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
|
||||
add_definitions(
|
||||
-D__WINESRC__
|
||||
-DHAVE_ZLIB)
|
||||
|
||||
include_directories(
|
||||
${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine
|
||||
${REACTOS_SOURCE_DIR}/sdk/include/reactos/libs/zlib)
|
||||
|
||||
spec2def(cabinet.dll cabinet.spec ADD_IMPORTLIB)
|
||||
|
@ -28,3 +26,4 @@ target_link_libraries(cabinet wine zlib)
|
|||
add_importlibs(cabinet msvcrt kernel32 ntdll)
|
||||
add_pch(cabinet precomp.h "${PCH_SKIP_SOURCE}")
|
||||
add_cd_file(TARGET cabinet DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module(cabinet)
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(clusapi.dll clusapi.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -19,3 +17,4 @@ set_module_type(clusapi win32dll)
|
|||
target_link_libraries(clusapi wine)
|
||||
add_importlibs(clusapi msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET clusapi DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module(clusapi)
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(comcat.dll comcat.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -11,3 +9,4 @@ add_library(comcat MODULE ${SOURCE} version.rc)
|
|||
set_module_type(comcat win32dll)
|
||||
add_importlibs(comcat ole32 msvcrt kernel32)
|
||||
add_cd_file(TARGET comcat DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module(comcat)
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
|
||||
add_definitions(
|
||||
-D__WINESRC__
|
||||
-D_WINE
|
||||
-D__ROS_LONG64__
|
||||
-D_COMCTL32_)
|
||||
|
@ -8,7 +7,6 @@ add_definitions(
|
|||
remove_definitions(-D_WIN32_WINNT=0x502 -DWINVER=0x502)
|
||||
add_definitions(-D_WIN32_WINNT=0x600 -DWINVER=0x600)
|
||||
|
||||
include_directories(BEFORE ${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(comctl32.dll comctl32.spec ADD_IMPORTLIB)
|
||||
|
||||
if(MSVC)
|
||||
|
@ -82,3 +80,4 @@ add_cd_file(TARGET comctl32 DESTINATION reactos/winsxs/${WINARCH}_microsoft.wind
|
|||
add_cd_file(TARGET comctl32 DESTINATION reactos/winsxs/${WINARCH}_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.2982_none_deadbeef FOR all)
|
||||
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/${WINARCH}_microsoft.windows.common-controls_6595b64144ccf1df_5.82.2600.2982_none_deadbeef.manifest DESTINATION reactos/winsxs/manifests FOR all)
|
||||
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/${WINARCH}_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.2982_none_deadbeef.manifest DESTINATION reactos/winsxs/manifests FOR all)
|
||||
set_wine_module_FIXME(comctl32) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
|
||||
add_definitions(
|
||||
-D__WINESRC__
|
||||
-D_WINE
|
||||
-D__ROS_LONG64__)
|
||||
|
||||
include_directories(BEFORE ${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(comdlg32.dll comdlg32.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -32,3 +30,4 @@ add_delay_importlibs(comdlg32 ole32)
|
|||
add_importlibs(comdlg32 shell32 shlwapi comctl32 winspool user32 gdi32 advapi32 msvcrt kernel32 ntdll)
|
||||
add_pch(comdlg32 precomp.h SOURCE)
|
||||
add_cd_file(TARGET comdlg32 DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(comdlg32) # CORE-5743: No ARRAY_SIZE and CONST_VTABLE
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(compstui.dll compstui.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -12,3 +10,4 @@ set_module_type(compstui win32dll)
|
|||
target_link_libraries(compstui wine)
|
||||
add_importlibs(compstui msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET compstui DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module(compstui)
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(credui.dll credui.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -13,3 +11,4 @@ set_module_type(credui win32dll)
|
|||
target_link_libraries(credui wine oldnames)
|
||||
add_importlibs(credui advapi32 user32 comctl32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET credui DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(credui) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
|
|
@ -3,14 +3,12 @@ remove_definitions(-D_WIN32_WINNT=0x502 -DWINVER=0x502)
|
|||
add_definitions(-D_WIN32_WINNT=0x600 -DWINVER=0x600)
|
||||
|
||||
add_definitions(
|
||||
-D__WINESRC__
|
||||
-D__ROS_LONG64__
|
||||
-D_WINE
|
||||
-D_CRYPT32_
|
||||
-Dstrncasecmp=_strnicmp
|
||||
)
|
||||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(crypt32.dll crypt32.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -60,3 +58,4 @@ add_delay_importlibs(crypt32 cryptnet)
|
|||
add_importlibs(crypt32 bcrypt user32 advapi32 advapi32_vista msvcrt kernel32 ntdll)
|
||||
add_pch(crypt32 precomp.h "${PCH_SKIP_SOURCE}")
|
||||
add_cd_file(TARGET crypt32 DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(crypt32) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(cryptdlg.dll cryptdlg.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -13,3 +11,4 @@ set_module_type(cryptdlg win32dll)
|
|||
target_link_libraries(cryptdlg wine)
|
||||
add_importlibs(cryptdlg advapi32 user32 crypt32 cryptui wintrust msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET cryptdlg DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module(cryptdlg)
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(cryptdll.dll cryptdll.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -13,3 +11,4 @@ set_module_type(cryptdll win32dll)
|
|||
target_link_libraries(cryptdll wine)
|
||||
add_importlibs(cryptdll advapi32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET cryptdll DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module(cryptdll)
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(cryptnet.dll cryptnet.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -14,3 +12,4 @@ target_link_libraries(cryptnet wine)
|
|||
add_delay_importlibs(cryptnet wininet)
|
||||
add_importlibs(cryptnet crypt32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET cryptnet DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module(cryptnet)
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
|
||||
add_definitions(
|
||||
-D__WINESRC__
|
||||
-D_WINE
|
||||
-D__ROS_LONG64__)
|
||||
|
||||
|
@ -18,3 +17,4 @@ target_link_libraries(cryptui uuid wine oldnames)
|
|||
add_delay_importlibs(cryptui urlmon wintrust)
|
||||
add_importlibs(cryptui user32 ole32 crypt32 gdi32 advapi32 comctl32 comdlg32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET cryptui DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(cryptui) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(dbgeng.dll dbgeng.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -14,3 +12,4 @@ target_link_libraries(dbgeng wine)
|
|||
add_importlibs(dbgeng psapi msvcrt ntdll)
|
||||
add_delay_importlibs(dbgeng version)
|
||||
add_cd_file(TARGET dbgeng DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(dbgeng) # CORE-5743: No ARRAY_SIZE and CONST_VTABLE
|
||||
|
|
|
@ -26,7 +26,6 @@ if(NOT CMAKE_CROSSCOMPILING)
|
|||
target_link_libraries(dbghelphost PRIVATE host_includes)
|
||||
else()
|
||||
add_definitions(
|
||||
-D__WINESRC__
|
||||
-D_WINE
|
||||
-DHAVE_ALLOCA_H
|
||||
-D_IMAGEHLP_SOURCE_)
|
||||
|
@ -75,6 +74,7 @@ else()
|
|||
add_importlibs(dbghelp psapi msvcrt kernel32 ntdll)
|
||||
add_pch(dbghelp precomp.h SOURCE)
|
||||
add_cd_file(TARGET dbghelp DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(dbghelp) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
||||
if(MSVC)
|
||||
# Disable warning C4146: unary minus operator applied to unsigned type, result still unsigned
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(dciman32.dll dciman32.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -13,3 +11,4 @@ set_module_type(dciman32 win32dll)
|
|||
target_link_libraries(dciman32 wine)
|
||||
add_importlibs(dciman32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET dciman32 DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module(dciman32)
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(faultrep.dll faultrep.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -13,3 +11,4 @@ set_module_type(faultrep win32dll)
|
|||
target_link_libraries(faultrep wine)
|
||||
add_importlibs(faultrep advapi32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET faultrep DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module(faultrep)
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(fontsub.dll fontsub.spec)
|
||||
|
||||
add_library(fontsub MODULE
|
||||
|
@ -12,3 +10,4 @@ set_module_type(fontsub win32dll)
|
|||
target_link_libraries(fontsub wine)
|
||||
add_importlibs(fontsub msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET fontsub DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module(fontsub)
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(fusion.dll fusion.spec)
|
||||
|
||||
list(APPEND COMMON_SOURCE
|
||||
|
@ -16,6 +14,7 @@ add_library(fusion_common STATIC ${COMMON_SOURCE})
|
|||
target_link_libraries(fusion_common oldnames)
|
||||
add_dependencies(fusion_common psdk)
|
||||
add_pch(fusion_common precomp.h COMMON_SOURCE)
|
||||
set_wine_module_FIXME(fusion_common) # CORE-5743: No ARRAY_SIZE and CONST_VTABLE
|
||||
|
||||
add_library(fusion MODULE
|
||||
version.rc
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
|
||||
add_definitions(
|
||||
-D__WINESRC__
|
||||
-D__ROS_LONG64__
|
||||
-D_USE_MATH_DEFINES)
|
||||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(gdiplus.dll gdiplus.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -51,3 +49,4 @@ add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/${WINARCH}_microsoft.windows.gdiplu
|
|||
|
||||
add_cd_file(TARGET gdiplus DESTINATION reactos/winsxs/${WINARCH}_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.14393.0_none_deadbeef FOR all)
|
||||
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/${WINARCH}_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.14393.0_none_deadbeef.manifest DESTINATION reactos/winsxs/manifests FOR all)
|
||||
set_wine_module_FIXME(gdiplus) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
remove_definitions(-D_WIN32_WINNT=0x502)
|
||||
add_definitions(-D_WIN32_WINNT=0x600)
|
||||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(hhctrl.ocx hhctrl.ocx.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -38,3 +36,4 @@ add_importlibs(hhctrl advapi32 comctl32 shlwapi ole32 oleaut32 user32 gdi32 msvc
|
|||
add_dependencies(hhctrl stdole2 wineheaders)
|
||||
add_pch(hhctrl precomp.h "${PCH_SKIP_SOURCE}")
|
||||
add_cd_file(TARGET hhctrl DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(hhctrl) # CORE-5743: No ARRAY_SIZE and CONST_VTABLE
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(hlink.dll hlink.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -24,3 +22,4 @@ add_delay_importlibs(hlink urlmon)
|
|||
add_importlibs(hlink shell32 ole32 advapi32 msvcrt kernel32 ntdll)
|
||||
add_pch(hlink precomp.h "${PCH_SKIP_SOURCE}")
|
||||
add_cd_file(TARGET hlink DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(hlink) # CORE-5743: No ARRAY_SIZE and CONST_VTABLE
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(hnetcfg.dll hnetcfg.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -32,3 +30,4 @@ target_link_libraries(hnetcfg wine uuid)
|
|||
add_importlibs(hnetcfg ole32 oleaut32 advapi32 mpr msvcrt kernel32 ntdll)
|
||||
add_pch(hnetcfg precomp.h SOURCE)
|
||||
add_cd_file(TARGET hnetcfg DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(hnetcfg) # CORE-5743: No ARRAY_SIZE and CONST_VTABLE
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(iccvid.dll iccvid.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -12,3 +10,4 @@ set_module_type(iccvid win32dll)
|
|||
target_link_libraries(iccvid wine)
|
||||
add_importlibs(iccvid user32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET iccvid DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(iccvid) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
add_definitions(-D__WINESRC__ -D__ROS_LONG64__)
|
||||
add_definitions(-D__ROS_LONG64__)
|
||||
spec2def(ieframe.dll ieframe.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -47,3 +46,4 @@ target_link_libraries(ieframe uuid wine)
|
|||
add_importlibs(ieframe urlmon shell32 comctl32 shlwapi oleaut32 ole32 user32 gdi32 advapi32 msvcrt kernel32 ntdll)
|
||||
add_pch(ieframe precomp.h SOURCE)
|
||||
add_cd_file(TARGET ieframe DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(ieframe) # CORE-5743: No CONST_VTABLE
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(imaadp32.acm imaadp32.acm.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -13,3 +11,4 @@ set_target_properties(imaadp32.acm PROPERTIES SUFFIX "")
|
|||
target_link_libraries(imaadp32.acm wine)
|
||||
add_importlibs(imaadp32.acm winmm user32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET imaadp32.acm DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(imaadp32.acm) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
|
||||
add_definitions(-D__WINESRC__ -D__ROS_LONG64__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
add_definitions(-D__ROS_LONG64__)
|
||||
spec2def(inetcomm.dll inetcomm.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -28,3 +27,4 @@ target_link_libraries(inetcomm uuid wine)
|
|||
add_importlibs(inetcomm ole32 oleaut32 ws2_32 user32 propsys urlmon msvcrt kernel32 ntdll)
|
||||
add_pch(inetcomm precomp.h "${PCH_SKIP_SOURCE}")
|
||||
add_cd_file(TARGET inetcomm DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(inetcomm) # CORE-5743: No ARRAY_SIZE and CONST_VTABLE
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
|
||||
add_definitions(-D__WINESRC__ -D__ROS_LONG64__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
add_definitions(-D__ROS_LONG64__)
|
||||
spec2def(inetmib1.dll inetmib1.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -14,3 +13,4 @@ target_link_libraries(inetmib1 wine)
|
|||
add_delay_importlibs(inetmib1 iphlpapi)
|
||||
add_importlibs(inetmib1 snmpapi msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET inetmib1 DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(inetmib1) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(initpki.dll initpki.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -13,3 +11,4 @@ set_module_type(initpki win32dll)
|
|||
target_link_libraries(initpki wine)
|
||||
add_importlibs(initpki msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET initpki DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module(initpki)
|
||||
|
|
|
@ -3,11 +3,9 @@ remove_definitions(-D_WIN32_WINNT=0x502)
|
|||
add_definitions(-D_WIN32_WINNT=0x600)
|
||||
|
||||
add_definitions(
|
||||
-D__WINESRC__
|
||||
-Dstrcasecmp=_stricmp
|
||||
-Dstrncasecmp=_strnicmp
|
||||
)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(inseng.dll inseng.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -30,3 +28,4 @@ target_link_libraries(inseng uuid wine)
|
|||
add_importlibs(inseng ole32 urlmon kernel32_vista msvcrt kernel32 ntdll)
|
||||
add_pch(inseng precomp.h "${PCH_SKIP_SOURCE}")
|
||||
add_cd_file(TARGET inseng DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(inseng) # CORE-5743: No CONST_VTABLE
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(itircl.dll itircl.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -13,3 +11,4 @@ set_module_type(itircl win32dll)
|
|||
target_link_libraries(itircl wine)
|
||||
add_importlibs(itircl msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET itircl DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module(itircl)
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
|
||||
add_definitions(-D__WINESRC__ -D__ROS_LONG64__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
add_definitions(-D__ROS_LONG64__)
|
||||
spec2def(itss.dll itss.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -27,3 +26,4 @@ add_importlibs(itss urlmon shlwapi ole32 msvcrt kernel32 ntdll)
|
|||
add_pch(itss precomp.h "${PCH_SKIP_SOURCE}")
|
||||
add_dependencies(itss wineheaders)
|
||||
add_cd_file(TARGET itss DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(itss) # CORE-5743: No ARRAY_SIZE and CONST_VTABLE
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(jsproxy.dll jsproxy.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -13,3 +11,4 @@ set_module_type(jsproxy win32dll)
|
|||
target_link_libraries(jsproxy uuid wine)
|
||||
add_importlibs(jsproxy oleaut32 ole32 ws2_32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET jsproxy DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(jsproxy) # CORE-5743: No ARRAY_SIZE and CONST_VTABLE
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(loadperf.dll loadperf.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -13,3 +11,4 @@ set_module_type(loadperf win32dll)
|
|||
target_link_libraries(loadperf wine)
|
||||
add_importlibs(loadperf msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET loadperf DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module(loadperf)
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(lz32.dll lz32.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -13,3 +11,4 @@ target_link_libraries(lz32 wine)
|
|||
add_importlibs(lz32 kernel32 ntdll)
|
||||
add_dependencies(lz32 psdk)
|
||||
add_cd_file(TARGET lz32 DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module(lz32)
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(mciavi32.dll mciavi32.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -20,3 +18,4 @@ target_link_libraries(mciavi32 wine)
|
|||
add_importlibs(mciavi32 msvfw32 winmm user32 gdi32 msvcrt kernel32 ntdll)
|
||||
add_pch(mciavi32 precomp.h SOURCE)
|
||||
add_cd_file(TARGET mciavi32 DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module(mciavi32)
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(mciqtz32.dll mciqtz32.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -13,3 +11,4 @@ target_link_libraries(mciqtz32 wine strmiids)
|
|||
add_importlibs(mciqtz32 winmm ole32 user32 gdi32 msvcrt kernel32 ntdll)
|
||||
add_dependencies(mciqtz32 dxsdk)
|
||||
add_cd_file(TARGET mciqtz32 DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module(mciqtz32)
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(mciseq.dll mciseq.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -12,6 +10,7 @@ set_module_type(mciseq win32dll)
|
|||
target_link_libraries(mciseq wine)
|
||||
add_importlibs(mciseq winmm user32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET mciseq DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module(mciseq)
|
||||
|
||||
if(MSVC)
|
||||
# Disable warning C4305: '=': truncation from 'UINT' to 'WORD'
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
|
||||
add_definitions(
|
||||
-D__WINESRC__
|
||||
-D_WINE)
|
||||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(mciwave.dll mciwave.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -15,6 +13,7 @@ set_module_type(mciwave win32dll)
|
|||
target_link_libraries(mciwave wine)
|
||||
add_importlibs(mciwave user32 winmm msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET mciwave DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(mciwave) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
||||
if(MSVC)
|
||||
# Disable warning C4305: '=': truncation from 'UINT' to 'WORD'
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(mgmtapi.dll mgmtapi.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -13,3 +11,4 @@ set_module_type(mgmtapi win32dll)
|
|||
target_link_libraries(mgmtapi wine)
|
||||
add_importlibs(mgmtapi msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET mgmtapi DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module(mgmtapi)
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
|
||||
add_definitions(
|
||||
-D__WINESRC__
|
||||
-DCOM_NO_WINDOWS_H)
|
||||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(mlang.dll mlang.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -17,3 +15,4 @@ target_link_libraries(mlang uuid wine oldnames)
|
|||
add_delay_importlibs(mlang oleaut32)
|
||||
add_importlibs(mlang gdi32 advapi32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET mlang DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(mlang) # CORE-5743: No ARRAY_SIZE and CONST_VTABLE
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
remove_definitions(-D_WIN32_WINNT=0x502)
|
||||
add_definitions(-D_WIN32_WINNT=0x600)
|
||||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(mmdevapi.dll mmdevapi.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -25,3 +23,4 @@ add_importlibs(mmdevapi ole32 oleaut32 user32 advapi32 msvcrt kernel32 ntdll)
|
|||
add_pch(mmdevapi precomp.h SOURCE)
|
||||
add_dependencies(mmdevapi dxsdk)
|
||||
add_cd_file(TARGET mmdevapi DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module(mmdevapi)
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
|
||||
add_definitions(
|
||||
-D__WINESRC__
|
||||
-D_WINE)
|
||||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(mpr.dll mpr.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -26,3 +24,4 @@ target_link_libraries(mpr wine)
|
|||
add_importlibs(mpr advapi32 user32 msvcrt kernel32 ntdll)
|
||||
add_pch(mpr precomp.h SOURCE)
|
||||
add_cd_file(TARGET mpr DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(mpr) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(mprapi.dll mprapi.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -13,3 +11,4 @@ set_module_type(mprapi win32dll)
|
|||
target_link_libraries(mprapi wine)
|
||||
add_importlibs(mprapi msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET mprapi DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module(mprapi)
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(msacm32.dll msacm32.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -24,3 +22,4 @@ target_link_libraries(msacm32 wine oldnames)
|
|||
add_importlibs(msacm32 advapi32 user32 winmm msvcrt kernel32 ntdll)
|
||||
add_pch(msacm32 precomp.h SOURCE)
|
||||
add_cd_file(TARGET msacm32 DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(msacm32) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(msadp32.acm msadp32.acm.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -13,3 +11,4 @@ set_target_properties(msadp32.acm PROPERTIES SUFFIX "")
|
|||
target_link_libraries(msadp32.acm wine)
|
||||
add_importlibs(msadp32.acm winmm user32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET msadp32.acm DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(msadp32.acm) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(mscat32.dll mscat32.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -12,3 +10,4 @@ set_module_type(mscat32 win32dll)
|
|||
target_link_libraries(mscat32 wine)
|
||||
add_importlibs(mscat32 wintrust msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET mscat32 DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module(mscat32)
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(mscms.dll mscms.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -18,3 +16,4 @@ set_module_type(mscms win32dll)
|
|||
target_link_libraries(mscms wine)
|
||||
add_importlibs(mscms advapi32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET mscms DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(mscms) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
remove_definitions(-D_WIN32_WINNT=0x502)
|
||||
add_definitions(-D_WIN32_WINNT=0x600)
|
||||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(mscoree.dll mscoree.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -30,3 +28,4 @@ target_link_libraries(mscoree uuid wine)
|
|||
add_importlibs(mscoree dbghelp advapi32 shell32 ole32 shlwapi msvcrt kernel32 ntdll)
|
||||
add_pch(mscoree mscoree_private.h "${PCH_SKIP_SOURCE}")
|
||||
add_cd_file(TARGET mscoree DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(mscoree) # CORE-5743: No CONST_VTABLE
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
remove_definitions(-D_WIN32_WINNT=0x502)
|
||||
add_definitions(-D_WIN32_WINNT=0x600)
|
||||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(BEFORE ${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(msctf.dll msctf.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -36,3 +34,4 @@ add_importlibs(msctf user32 advapi32 advapi32_vista msvcrt kernel32 ntdll)
|
|||
add_delay_importlibs(msctf shell32 shlwapi ole32 oleaut32 imm32 gdi32)
|
||||
add_pch(msctf precomp.h SOURCE)
|
||||
add_cd_file(TARGET msctf DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(msctf) # CORE-5743: No CONST_VTABLE
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(msftedit.dll msftedit.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -14,3 +12,4 @@ set_module_type(msftedit win32dll)
|
|||
target_link_libraries(msftedit uuid wine)
|
||||
add_importlibs(msftedit riched20 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET msftedit DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module(msftedit)
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(msg711.acm msg711.acm.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -13,3 +11,4 @@ set_target_properties(msg711.acm PROPERTIES SUFFIX "")
|
|||
target_link_libraries(msg711.acm wine)
|
||||
add_importlibs(msg711.acm winmm user32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET msg711.acm DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(msg711.acm) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(msgsm32.acm msgsm32.acm.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -13,3 +11,4 @@ set_target_properties(msgsm32.acm PROPERTIES SUFFIX "")
|
|||
target_link_libraries(msgsm32.acm wine)
|
||||
add_importlibs(msgsm32.acm winmm user32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET msgsm32.acm DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(msgsm32.acm) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
|
||||
add_typelib(mshtml_tlb.idl)
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
add_library(mshtml.tlb MODULE rsrc.rc)
|
||||
|
||||
list(APPEND mshtml_tlb_rc_deps
|
||||
|
@ -13,3 +11,4 @@ set_module_type(mshtml.tlb module)
|
|||
set_target_properties(mshtml.tlb PROPERTIES SUFFIX "")
|
||||
add_dependencies(mshtml.tlb stdole2)
|
||||
add_cd_file(TARGET mshtml.tlb DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module(mshtml.tlb)
|
||||
|
|
|
@ -3,14 +3,12 @@ remove_definitions(-D_WIN32_WINNT=0x502)
|
|||
add_definitions(-D_WIN32_WINNT=0x600)
|
||||
|
||||
add_definitions(
|
||||
-D__WINESRC__
|
||||
-D__ROS_LONG64__
|
||||
-DCOM_NO_WINDOWS_H
|
||||
-Dstrcasecmp=_stricmp
|
||||
-Dstrncasecmp=_strnicmp
|
||||
)
|
||||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
add_idl_headers(mshtml_nsiface_header nsiface.idl)
|
||||
spec2def(mshtml.dll mshtml.spec ADD_IMPORTLIB)
|
||||
|
||||
|
@ -116,3 +114,4 @@ add_importlibs(mshtml urlmon shlwapi shell32 ole32 oleaut32 user32 gdi32 advapi3
|
|||
add_dependencies(mshtml mshtml_nsiface_header)
|
||||
add_pch(mshtml mshtml_private.h "${PCH_SKIP_SOURCE}")
|
||||
add_cd_file(TARGET mshtml DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(mshtml) # CORE-5743: No CONST_VTABLE
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
add_definitions(-D__WINESRC__)
|
||||
spec2def(msimg32.dll msimg32.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -12,3 +10,4 @@ set_module_type(msimg32 win32dll)
|
|||
target_link_libraries(msimg32 wine)
|
||||
add_importlibs(msimg32 gdi32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET msimg32 DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module(msimg32)
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(msimtf.dll msimtf.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -19,3 +17,4 @@ target_link_libraries(msimtf uuid wine)
|
|||
add_importlibs(msimtf imm32 msvcrt kernel32 ntdll)
|
||||
add_pch(msimtf precomp.h SOURCE)
|
||||
add_cd_file(TARGET msimtf DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(msimtf) # CORE-5743: No CONST_VTABLE
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(msisip.dll msisip.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -13,3 +11,4 @@ set_module_type(msisip win32dll)
|
|||
target_link_libraries(msisip wine)
|
||||
add_importlibs(msisip crypt32 ole32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET msisip DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module(msisip)
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(msisys.ocx msisys.ocx.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -12,3 +10,4 @@ set_module_type(msisys win32ocx)
|
|||
target_link_libraries(msisys wine)
|
||||
add_importlibs(msisys msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET msisys DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module(msisys)
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
add_definitions(-D__WINESRC__)
|
||||
spec2def(msnet32.dll msnet32.spec)
|
||||
add_library(msnet32 MODULE msnet_main.c ${CMAKE_CURRENT_BINARY_DIR}/msnet32.def)
|
||||
set_module_type(msnet32 win32dll)
|
||||
target_link_libraries(msnet32 wine)
|
||||
add_importlibs(msnet32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET msnet32 DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(msnet32) # CORE-5743
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(msrle32.dll msrle32.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -18,3 +16,4 @@ set_module_type(msrle32 win32dll)
|
|||
target_link_libraries(msrle32 wine)
|
||||
add_importlibs(msrle32 winmm user32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET msrle32 DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(msrle32) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
add_definitions(-D__WINESRC__)
|
||||
spec2def(mssign32.dll mssign32.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -13,3 +11,4 @@ set_module_type(mssign32 win32dll)
|
|||
target_link_libraries(mssign32 wine)
|
||||
add_importlibs(mssign32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET mssign32 DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module(mssign32)
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
add_definitions(-D__WINESRC__)
|
||||
spec2def(mssip32.dll mssip32.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -13,3 +11,4 @@ set_module_type(mssip32 win32dll)
|
|||
target_link_libraries(mssip32 wine)
|
||||
add_importlibs(mssip32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET mssip32 DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module(mssip32)
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue