2011-05-17 19:24:19 +00:00
|
|
|
|
|
|
|
|
2011-06-26 21:29:55 +00:00
|
|
|
spec2def(msports.dll msports.spec)
|
2011-05-17 19:24:19 +00:00
|
|
|
|
|
|
|
list(APPEND SOURCE
|
|
|
|
classinst.c
|
2011-05-23 17:54:16 +00:00
|
|
|
comdb.c
|
2011-05-17 19:24:19 +00:00
|
|
|
msports.c
|
2011-05-27 15:33:12 +00:00
|
|
|
serial.c
|
2011-05-17 19:24:19 +00:00
|
|
|
msports.rc
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/msports_stubs.c
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/msports.def)
|
|
|
|
|
|
|
|
add_library(msports SHARED ${SOURCE})
|
2011-09-03 19:11:44 +00:00
|
|
|
set_module_type(msports win32dll UNICODE)
|
2011-05-17 19:24:19 +00:00
|
|
|
target_link_libraries(msports wine)
|
2011-06-06 11:44:58 +00:00
|
|
|
add_importlibs(msports setupapi comctl32 user32 advapi32 msvcrt kernel32 ntdll)
|
2011-08-11 15:06:36 +00:00
|
|
|
add_pch(msports precomp.h)
|
2011-05-17 19:24:19 +00:00
|
|
|
add_cd_file(TARGET msports DESTINATION reactos/system32 FOR all)
|
2012-03-07 21:21:27 +00:00
|
|
|
|