- Fix xinput msvc build

- Powered by Amine

svn path=/branches/cmake-bringup/; revision=50777
This commit is contained in:
Johannes Anderwald 2011-02-18 00:39:31 +00:00
parent a72b838de5
commit ee5db18b72
4 changed files with 4 additions and 3 deletions

View file

@ -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)

View file

@ -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)

View file

@ -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)

View file

@ -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)