mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[CMAKE] Rename def files for import libraries on MSVC builds to *_implib.de like on GCC
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user