mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[DLLs]
- hopefully put an end to this embarassing succession by adding missing linkage to msvcrt where needed. Than you ld, for getting symbols out of thin air svn path=/trunk/; revision=58356
This commit is contained in:
@@ -21,6 +21,7 @@ target_link_libraries(dinput8
|
||||
wine)
|
||||
|
||||
add_importlibs(dinput8
|
||||
msvcrt
|
||||
user32
|
||||
advapi32
|
||||
ole32
|
||||
|
||||
@@ -31,6 +31,7 @@ target_link_libraries(dmusic
|
||||
wine)
|
||||
|
||||
add_importlibs(dmusic
|
||||
msvcrt
|
||||
user32
|
||||
advapi32
|
||||
ole32
|
||||
|
||||
@@ -16,12 +16,14 @@ target_link_libraries(dplay
|
||||
wine)
|
||||
|
||||
add_importlibs(dplay
|
||||
msvcrt
|
||||
user32
|
||||
advapi32
|
||||
ole32
|
||||
winmm
|
||||
dinput
|
||||
dplayx
|
||||
kernel32
|
||||
ntdll)
|
||||
|
||||
add_dependencies(dplay psdk)
|
||||
|
||||
@@ -17,6 +17,7 @@ set_module_type(msdmo win32dll UNICODE)
|
||||
target_link_libraries(msdmo uuid wine mediaobj_guid)
|
||||
|
||||
add_importlibs(msdmo
|
||||
msvcrt
|
||||
user32
|
||||
advapi32
|
||||
ole32
|
||||
|
||||
@@ -19,7 +19,7 @@ set_module_type(comcat win32dll)
|
||||
|
||||
target_link_libraries(comcat uuid wine)
|
||||
|
||||
add_importlibs(comcat ole32 user32 advapi32 ntdll)
|
||||
add_importlibs(comcat msvcrt ole32 user32 advapi32 kernel32 ntdll)
|
||||
|
||||
add_dependencies(comcat psdk)
|
||||
add_cd_file(TARGET comcat DESTINATION reactos/system32 FOR all)
|
||||
|
||||
@@ -12,6 +12,6 @@ add_library(mcicda SHARED ${SOURCE})
|
||||
|
||||
set_module_type(mcicda win32dll)
|
||||
target_link_libraries(mcicda wine)
|
||||
add_importlibs(mcicda winmm user32 kernel32 ntdll)
|
||||
add_importlibs(mcicda msvcrt winmm user32 kernel32 ntdll)
|
||||
add_dependencies(mcicda psdk)
|
||||
add_cd_file(TARGET mcicda DESTINATION reactos/system32 FOR all)
|
||||
|
||||
@@ -17,6 +17,6 @@ list(APPEND SOURCE
|
||||
add_library(mmdrv SHARED ${SOURCE})
|
||||
set_module_type(mmdrv win32dll UNICODE)
|
||||
|
||||
add_importlibs(mmdrv winmm user32 kernel32 ntdll)
|
||||
add_importlibs(mmdrv msvcrt winmm user32 kernel32 ntdll)
|
||||
add_dependencies(mmdrv psdk)
|
||||
add_cd_file(TARGET mmdrv DESTINATION reactos/system32 FOR all)
|
||||
|
||||
@@ -13,6 +13,6 @@ set_target_properties(msacm32.drv PROPERTIES SUFFIX "")
|
||||
|
||||
target_link_libraries(msacm32.drv wine)
|
||||
|
||||
add_importlibs(msacm32.drv msacm32 user32 winmm advapi32 kernel32 ntdll)
|
||||
add_importlibs(msacm32.drv msvcrt msacm32 user32 winmm advapi32 kernel32 ntdll)
|
||||
add_dependencies(msacm32.drv psdk)
|
||||
add_cd_file(TARGET msacm32.drv DESTINATION reactos/system32 FOR all)
|
||||
|
||||
@@ -14,6 +14,6 @@ set_module_type(nddeapi win32dll)
|
||||
|
||||
target_link_libraries(nddeapi wine)
|
||||
|
||||
add_importlibs(nddeapi kernel32 ntdll)
|
||||
add_importlibs(nddeapi msvcrt kernel32 ntdll)
|
||||
add_dependencies(nddeapi psdk)
|
||||
add_cd_file(TARGET nddeapi DESTINATION reactos/system32 FOR all)
|
||||
|
||||
@@ -11,6 +11,6 @@ list(APPEND SOURCE
|
||||
add_library(olecli32 SHARED ${SOURCE})
|
||||
set_module_type(olecli32 win32dll)
|
||||
target_link_libraries(olecli32 wine)
|
||||
add_importlibs(olecli32 ole32 gdi32 kernel32 ntdll)
|
||||
add_importlibs(olecli32 msvcrt ole32 gdi32 kernel32 ntdll)
|
||||
add_dependencies(olecli32 psdk)
|
||||
add_cd_file(TARGET olecli32 DESTINATION reactos/system32 FOR all)
|
||||
|
||||
@@ -16,6 +16,7 @@ set_module_type(olepro32 win32dll)
|
||||
target_link_libraries(olepro32 wine)
|
||||
|
||||
add_importlibs(olepro32
|
||||
msvcrt
|
||||
oleaut32
|
||||
kernel32
|
||||
ntdll)
|
||||
|
||||
@@ -15,6 +15,6 @@ set_module_type(olesvr32 win32dll)
|
||||
|
||||
target_link_libraries(olesvr32 wine)
|
||||
|
||||
add_importlibs(olesvr32 kernel32 ntdll)
|
||||
add_importlibs(olesvr32 msvcrt kernel32 ntdll)
|
||||
add_dependencies(olesvr32 psdk)
|
||||
add_cd_file(TARGET olesvr32 DESTINATION reactos/system32 FOR all)
|
||||
|
||||
@@ -12,6 +12,6 @@ list(APPEND SOURCE
|
||||
add_library(rasapi32 SHARED ${SOURCE})
|
||||
set_module_type(rasapi32 win32dll)
|
||||
target_link_libraries(rasapi32 wine)
|
||||
add_importlibs(rasapi32 kernel32 ntdll)
|
||||
add_importlibs(rasapi32 msvcrt kernel32 ntdll)
|
||||
add_dependencies(rasapi32 psdk)
|
||||
add_cd_file(TARGET rasapi32 DESTINATION reactos/system32 FOR all)
|
||||
|
||||
@@ -25,6 +25,6 @@ add_library(samsrv SHARED ${SOURCE})
|
||||
set_module_type(samsrv win32dll UNICODE)
|
||||
|
||||
target_link_libraries(samsrv wine ${PSEH_LIB})
|
||||
add_importlibs(samsrv rpcrt4 advapi32 kernel32 ntdll)
|
||||
add_importlibs(samsrv msvcrt rpcrt4 advapi32 kernel32 ntdll)
|
||||
add_dependencies(samsrv psdk)
|
||||
add_cd_file(TARGET samsrv DESTINATION reactos/system32 FOR all)
|
||||
|
||||
@@ -14,6 +14,6 @@ list(APPEND SOURCE
|
||||
add_library(sxs SHARED ${SOURCE})
|
||||
set_module_type(sxs win32dll)
|
||||
target_link_libraries(sxs wine)
|
||||
add_importlibs(sxs oleaut32 ole32 kernel32 ntdll)
|
||||
add_importlibs(sxs msvcrt oleaut32 ole32 kernel32 ntdll)
|
||||
add_dependencies(sxs psdk)
|
||||
add_cd_file(TARGET sxs DESTINATION reactos/system32 FOR all)
|
||||
|
||||
@@ -18,7 +18,7 @@ set_module_type(tapi32 win32dll)
|
||||
|
||||
target_link_libraries(tapi32 wine)
|
||||
|
||||
add_importlibs(tapi32 advapi32 kernel32 ntdll)
|
||||
add_importlibs(tapi32 msvcrt advapi32 kernel32 ntdll)
|
||||
add_dependencies(tapi32 psdk)
|
||||
|
||||
add_cd_file(TARGET tapi32 DESTINATION reactos/system32 FOR all)
|
||||
|
||||
@@ -14,7 +14,7 @@ set_module_type(updspapi win32dll)
|
||||
|
||||
target_link_libraries(updspapi wine)
|
||||
|
||||
add_importlibs(updspapi setupapi kernel32 ntdll)
|
||||
add_importlibs(updspapi msvcrt setupapi kernel32 ntdll)
|
||||
add_dependencies(updspapi psdk)
|
||||
|
||||
add_cd_file(TARGET updspapi DESTINATION reactos/system32 FOR all)
|
||||
|
||||
@@ -16,7 +16,7 @@ add_library(version SHARED ${SOURCE})
|
||||
set_module_type(version win32dll)
|
||||
|
||||
target_link_libraries(version wine)
|
||||
add_importlibs(version kernel32 ntdll)
|
||||
add_importlibs(version msvcrt kernel32 ntdll)
|
||||
add_dependencies(version psdk)
|
||||
add_cd_file(TARGET version DESTINATION reactos/system32 FOR all)
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ set_module_type(midimap win32dll UNICODE)
|
||||
|
||||
target_link_libraries(midimap uuid wine)
|
||||
|
||||
add_importlibs(midimap advapi32 user32 winmm kernel32 ntdll)
|
||||
add_importlibs(midimap advapi32 user32 winmm msvcrt kernel32 ntdll)
|
||||
add_dependencies(midimap psdk)
|
||||
add_cd_file(TARGET midimap DESTINATION reactos/system32 FOR all)
|
||||
|
||||
|
||||
@@ -14,6 +14,6 @@ add_library(wshtcpip SHARED ${SOURCE})
|
||||
set_module_type(wshtcpip win32dll UNICODE)
|
||||
|
||||
target_link_libraries(wshtcpip tdilib)
|
||||
add_importlibs(wshtcpip ws2_32 kernel32 ntdll)
|
||||
add_importlibs(wshtcpip ws2_32 msvcrt kernel32 ntdll)
|
||||
add_dependencies(wshtcpip psdk)
|
||||
add_cd_file(TARGET wshtcpip DESTINATION reactos/system32 FOR all)
|
||||
|
||||
Reference in New Issue
Block a user