mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[CMAKE]
Add importlib targets for glu32, opengl32, rpcrt4 svn path=/branches/cmake-bringup/; revision=49784
This commit is contained in:
@@ -120,4 +120,5 @@ add_importlibs(glu32
|
||||
kernel32
|
||||
ntdll)
|
||||
|
||||
add_cab_target(glu32 1)
|
||||
add_cab_target(glu32 1)
|
||||
add_importlib_target(glu32.spec)
|
||||
|
||||
@@ -30,3 +30,4 @@ add_importlibs(opengl32
|
||||
add_pch(opengl32 ${CMAKE_CURRENT_SOURCE_DIR}/opengl32.h ${SOURCE})
|
||||
|
||||
add_cab_target(opengl32 1)
|
||||
add_importlib_target(opengl32.spec)
|
||||
|
||||
@@ -45,5 +45,5 @@ target_link_libraries(rpcrt4
|
||||
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user