mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 05:01:03 +00:00
[DINPUT_WINETEST]
* Speedup build. svn path=/trunk/; revision=60447
This commit is contained in:
parent
de3c97b263
commit
7e91fba005
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__ROS_LONG64__)
|
||||
|
||||
add_executable(dinput_winetest
|
||||
device.c
|
||||
dinput.c
|
||||
|
@ -9,7 +7,7 @@ add_executable(dinput_winetest
|
|||
mouse.c
|
||||
testlist.c)
|
||||
|
||||
target_link_libraries(dinput_winetest wine dinput_data_formats)
|
||||
target_link_libraries(dinput_winetest dinput_data_formats)
|
||||
set_module_type(dinput_winetest win32cui)
|
||||
add_importlibs(dinput_winetest dinput ole32 user32 msvcrt kernel32 ntdll)
|
||||
add_importlibs(dinput_winetest dinput ole32 user32 msvcrt kernel32)
|
||||
add_cd_file(TARGET dinput_winetest DESTINATION reactos/bin FOR all)
|
||||
|
|
Loading…
Reference in a new issue