Author: tkreuzer
Date: Thu Jan 27 21:48:44 2011
New Revision: 50518
URL:
http://svn.reactos.org/svn/reactos?rev=50518&view=rev
Log:
[CMAKE]
Use spec file for getuname importlib
Modified:
branches/cmake-bringup/dll/win32/getuname/CMakeLists.txt
Modified: branches/cmake-bringup/dll/win32/getuname/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/getunam…
==============================================================================
--- branches/cmake-bringup/dll/win32/getuname/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/dll/win32/getuname/CMakeLists.txt [iso-8859-1] Thu Jan 27
21:48:44 2011
@@ -10,7 +10,7 @@
getuname.rc
${CMAKE_CURRENT_BINARY_DIR}/getuname.def)
-add_importlib_target(${CMAKE_CURRENT_BINARY_DIR}/getuname.def)
+add_importlib_target(getuname.spec)
set_module_type(getuname win32dll)
add_importlibs(getuname msvcrt kernel32 ntdll)
add_cab_target(getuname 1)