mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 00:50:23 +00:00
[CMAKE] Rename def files for import libraries on MSVC builds to *_implib.de like on GCC
This commit is contained in:
parent
935280bf14
commit
d685dcee9b
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ endfunction()
|
|||
|
||||
function(generate_import_lib _libname _dllname _spec_file)
|
||||
|
||||
set(_def_file ${CMAKE_CURRENT_BINARY_DIR}/${_libname}_exp.def)
|
||||
set(_def_file ${CMAKE_CURRENT_BINARY_DIR}/${_libname}_implib.def)
|
||||
set(_asm_stubs_file ${CMAKE_CURRENT_BINARY_DIR}/${_libname}_stubs.asm)
|
||||
|
||||
# Generate the asm stub file and the def file for import library
|
||||
|
|
Loading…
Reference in a new issue