mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[CMAKE]
Add importlib targets for glu32, opengl32, rpcrt4 svn path=/branches/cmake-bringup/; revision=49784
This commit is contained in:
parent
d921c532f1
commit
acc442de12
3 changed files with 4 additions and 2 deletions
|
@ -121,3 +121,4 @@ add_importlibs(glu32
|
|||
ntdll)
|
||||
|
||||
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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue