2010-12-22 16:33:37 +00:00
|
|
|
|
|
|
|
add_definitions(-D_DLL -D__USE_CRTIMP)
|
|
|
|
|
2011-04-17 16:55:24 +00:00
|
|
|
set_rc_compiler()
|
|
|
|
|
2010-12-22 16:33:37 +00:00
|
|
|
list(APPEND SOURCE
|
2011-09-23 12:05:40 +00:00
|
|
|
helper.c
|
2011-04-14 11:55:40 +00:00
|
|
|
DeferWindowPos.c
|
2012-02-19 23:46:06 +00:00
|
|
|
desktop.c
|
2011-04-14 11:55:40 +00:00
|
|
|
GetIconInfo.c
|
|
|
|
GetKeyState.c
|
|
|
|
GetPeekMessage.c
|
|
|
|
GetSystemMetrics.c
|
2010-12-22 16:33:37 +00:00
|
|
|
InitializeLpkHooks.c
|
|
|
|
RealGetWindowClass.c
|
|
|
|
ScrollDC.c
|
|
|
|
ScrollWindowEx.c
|
2011-04-14 11:55:40 +00:00
|
|
|
SetCursorPos.c
|
2011-09-07 14:05:58 +00:00
|
|
|
SetActiveWindow.c
|
2011-10-17 16:35:22 +00:00
|
|
|
SystemParametersInfo.c
|
2011-09-21 12:30:22 +00:00
|
|
|
TrackMouseEvent.c
|
2011-05-15 21:15:38 +00:00
|
|
|
WndProc.c
|
2011-03-03 21:49:44 +00:00
|
|
|
testlist.c
|
|
|
|
user32_apitest.rc)
|
2010-12-22 16:33:37 +00:00
|
|
|
|
|
|
|
add_executable(user32_apitest ${SOURCE})
|
|
|
|
target_link_libraries(user32_apitest wine)
|
|
|
|
set_module_type(user32_apitest win32cui)
|
|
|
|
add_importlibs(user32_apitest gdi32 user32 msvcrt kernel32 ntdll)
|
2011-05-14 20:55:36 +00:00
|
|
|
add_cd_file(TARGET user32_apitest DESTINATION reactos/bin FOR all)
|