Author: janderwald
Date: Wed Feb 16 14:59:53 2011
New Revision: 50757
URL:
http://svn.reactos.org/svn/reactos?rev=50757&view=rev
Log:
- Fix pdh build
Modified:
branches/cmake-bringup/dll/win32/pdh/CMakeLists.txt
Modified: branches/cmake-bringup/dll/win32/pdh/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/pdh/CMa…
==============================================================================
--- branches/cmake-bringup/dll/win32/pdh/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/dll/win32/pdh/CMakeLists.txt [iso-8859-1] Wed Feb 16 14:59:53
2011
@@ -18,7 +18,7 @@
target_link_libraries(pdh wine)
-add_importlibs(pdh kernel32 ntdll)
+add_importlibs(pdh kernel32 ntdll msvcrt)
add_importlib_target(pdh.spec)
add_cab_target(pdh 1)