Author: tkreuzer Date: Wed Nov 24 18:53:07 2010 New Revision: 49784
URL: http://svn.reactos.org/svn/reactos?rev=49784&view=rev Log: [CMAKE] Add importlib targets for glu32, opengl32, rpcrt4
Modified: branches/cmake-bringup/dll/win32/glu32/CMakeLists.txt branches/cmake-bringup/dll/win32/opengl32/CMakeLists.txt branches/cmake-bringup/dll/win32/rpcrt4/CMakeLists.txt
Modified: branches/cmake-bringup/dll/win32/glu32/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/glu32/CM... ============================================================================== --- branches/cmake-bringup/dll/win32/glu32/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/glu32/CMakeLists.txt [iso-8859-1] Wed Nov 24 18:53:07 2010 @@ -120,4 +120,5 @@ kernel32 ntdll)
-add_cab_target(glu32 1) +add_cab_target(glu32 1) +add_importlib_target(glu32.spec)
Modified: branches/cmake-bringup/dll/win32/opengl32/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/opengl32... ============================================================================== --- branches/cmake-bringup/dll/win32/opengl32/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/opengl32/CMakeLists.txt [iso-8859-1] Wed Nov 24 18:53:07 2010 @@ -30,3 +30,4 @@ add_pch(opengl32 ${CMAKE_CURRENT_SOURCE_DIR}/opengl32.h ${SOURCE})
add_cab_target(opengl32 1) +add_importlib_target(opengl32.spec)
Modified: branches/cmake-bringup/dll/win32/rpcrt4/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/rpcrt4/C... ============================================================================== --- branches/cmake-bringup/dll/win32/rpcrt4/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/rpcrt4/CMakeLists.txt [iso-8859-1] Wed Nov 24 18:53:07 2010 @@ -45,5 +45,5 @@ add_importlibs(rpcrt4 msvcrt user32 advapi32 secur32 iphlpapi ws2_32 kernel32 ntdll) add_dependencies(rpcrt4 winesdk) add_cab_target(rpcrt4 1) -add_importlib_target(${CMAKE_CURRENT_BINARY_DIR}/rpcrt4.def) +add_importlib_target(rpcrt4.spec)