[MSPORTS]
authorEric Kohl <eric.kohl@reactos.org>
Wed, 18 May 2011 09:08:24 +0000 (09:08 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Wed, 18 May 2011 09:08:24 +0000 (09:08 +0000)
Remove reference to non-existing files and unused libraries.

svn path=/trunk/; revision=51818

reactos/dll/win32/msports/CMakeLists.txt

index 36b24da..0d00273 100644 (file)
@@ -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)