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
|
2013-06-29 19:25:31 +00:00
|
|
|
parallel.c
|
2011-05-27 15:33:12 +00:00
|
|
|
serial.c
|
2014-02-10 12:19:56 +00:00
|
|
|
precomp.h
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/msports_stubs.c)
|
|
|
|
|
2019-03-20 13:19:48 +00:00
|
|
|
add_library(msports MODULE
|
2014-02-10 12:19:56 +00:00
|
|
|
${SOURCE}
|
2011-05-17 19:24:19 +00:00
|
|
|
msports.rc
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/msports.def)
|
|
|
|
|
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)
|
2014-02-10 12:19:56 +00:00
|
|
|
add_pch(msports precomp.h SOURCE)
|
2011-05-17 19:24:19 +00:00
|
|
|
add_cd_file(TARGET msports DESTINATION reactos/system32 FOR all)
|