mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Fix xinput msvc build
- Powered by Amine svn path=/branches/cmake-bringup/; revision=50777
This commit is contained in:
@@ -12,5 +12,5 @@ list(APPEND SOURCE
|
||||
add_library(xinput1_1 SHARED ${SOURCE})
|
||||
|
||||
set_module_type(xinput1_1 win32dll)
|
||||
add_importlibs(xinput1_1 msvcrt kernel32)
|
||||
add_importlibs(xinput1_1 msvcrt kernel32 xinput1_3)
|
||||
add_cab_target(xinput1_1 1)
|
||||
|
||||
@@ -12,5 +12,5 @@ list(APPEND SOURCE
|
||||
add_library(xinput1_2 SHARED ${SOURCE})
|
||||
|
||||
set_module_type(xinput1_2 win32dll)
|
||||
add_importlibs(xinput1_2 msvcrt kernel32)
|
||||
add_importlibs(xinput1_2 msvcrt kernel32 xinput1_3)
|
||||
add_cab_target(xinput1_2 1)
|
||||
|
||||
@@ -11,6 +11,7 @@ list(APPEND SOURCE
|
||||
|
||||
add_library(xinput1_3 SHARED ${SOURCE})
|
||||
|
||||
add_importlib_target(xinput1_3.spec)
|
||||
set_module_type(xinput1_3 win32dll)
|
||||
target_link_libraries(xinput1_3 wine)
|
||||
add_importlibs(xinput1_3 msvcrt kernel32 ntdll)
|
||||
|
||||
@@ -12,5 +12,5 @@ list(APPEND SOURCE
|
||||
add_library(xinput9_1_0 SHARED ${SOURCE})
|
||||
|
||||
set_module_type(xinput9_1_0 win32dll)
|
||||
add_importlibs(xinput9_1_0 msvcrt kernel32)
|
||||
add_importlibs(xinput9_1_0 msvcrt kernel32 xinput1_3)
|
||||
add_cab_target(xinput9_1_0 1)
|
||||
|
||||
Reference in New Issue
Block a user