[ros-diffs] [tkreuzer] 50518: [CMAKE] Use spec file for getuname importlib

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Thu Jan 27 21:48:45 UTC 2011


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/getuname/CMakeLists.txt?rev=50518&r1=50517&r2=50518&view=diff
==============================================================================
--- 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)




More information about the Ros-diffs mailing list