mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[CMAKE]
* Forward add_delay_importlibs to add_importlibs in msvc builds for now. svn path=/trunk/; revision=52231
This commit is contained in:
parent
710f5e94dd
commit
9d013a2ae1
1 changed files with 2 additions and 1 deletions
|
@ -167,7 +167,8 @@ macro(add_importlib_target _exports_file)
|
|||
endmacro()
|
||||
|
||||
macro(add_delay_importlibs MODULE)
|
||||
# TODO
|
||||
# TODO. For now forward to normal import libs
|
||||
add_importlibs(${MODULE} ${ARGN})
|
||||
endmacro()
|
||||
|
||||
macro(spec2def _dllname _spec_file)
|
||||
|
|
Loading…
Reference in a new issue