mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[MLANG]
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60274
This commit is contained in:
@@ -3,32 +3,17 @@ add_definitions(
|
||||
-D__WINESRC__
|
||||
-DCOM_NO_WINDOWS_H)
|
||||
|
||||
remove_definitions(-D_WIN32_WINNT=0x502)
|
||||
add_definitions(-D_WIN32_WINNT=0x600)
|
||||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
||||
|
||||
spec2def(mlang.dll mlang.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
mlang.c
|
||||
mlang.rc
|
||||
${CMAKE_CURRENT_BINARY_DIR}/mlang_stubs.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/mlang.def)
|
||||
|
||||
add_library(mlang SHARED ${SOURCE})
|
||||
add_library(mlang SHARED ${SOURCE} mlang.rc)
|
||||
set_module_type(mlang win32dll UNICODE)
|
||||
target_link_libraries(mlang uuid wine)
|
||||
add_delay_importlibs(mlang oleaut32)
|
||||
|
||||
add_importlibs(mlang
|
||||
ole32
|
||||
gdi32
|
||||
advapi32
|
||||
msvcrt
|
||||
kernel32
|
||||
ntdll)
|
||||
|
||||
|
||||
add_dependencies(mlang psdk)
|
||||
add_importlibs(mlang gdi32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET mlang DESTINATION reactos/system32 FOR all)
|
||||
|
||||
+540
-431
File diff suppressed because it is too large
Load Diff
@@ -102,7 +102,7 @@ reactos/dll/win32/mcicda # Synced to Wine-1.5.19
|
||||
reactos/dll/win32/mciqtz32 # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/mciseq # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/mciwave # Synced to Wine-1.5.19
|
||||
reactos/dll/win32/mlang # Synced to Wine-1.5.4
|
||||
reactos/dll/win32/mlang # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/mpr # Autosync
|
||||
reactos/dll/win32/mprapi # Synced to Wine-1.5.19
|
||||
reactos/dll/win32/msacm32 # Autosync
|
||||
|
||||
Reference in New Issue
Block a user