mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[MSPORTS]
Remove reference to non-existing files and unused libraries. svn path=/trunk/; revision=51818
This commit is contained in:
@@ -6,8 +6,6 @@ spec2def(msports.dll msports.spec)
|
||||
list(APPEND SOURCE
|
||||
classinst.c
|
||||
msports.c
|
||||
parallel.c
|
||||
serial.c
|
||||
msports.rc
|
||||
${CMAKE_CURRENT_BINARY_DIR}/msports_stubs.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/msports.def)
|
||||
@@ -18,7 +16,7 @@ set_module_type(msports win32dll)
|
||||
|
||||
target_link_libraries(msports wine)
|
||||
|
||||
add_importlibs(msports comctl32 setupapi advapi32 user32 kernel32 ntdll)
|
||||
add_importlibs(msports setupapi advapi32 kernel32 ntdll)
|
||||
|
||||
add_cd_file(TARGET msports DESTINATION reactos/system32 FOR all)
|
||||
add_importlib_target(msports.spec)
|
||||
|
||||
Reference in New Issue
Block a user