https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d685dcee9bf4c607db3760d3a4630b50aa260ba0

commit d685dcee9bf4c607db3760d3a4630b50aa260ba0
Author:     Timo Kreuzer <[email protected]>
AuthorDate: Thu Oct 22 16:25:46 2020 +0200
Commit:     Timo Kreuzer <[email protected]>
CommitDate: Sun Nov 1 09:33:14 2020 +0100

    [CMAKE] Rename def files for import libraries on MSVC builds to *_implib.de 
like on GCC
---
 sdk/cmake/msvc.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdk/cmake/msvc.cmake b/sdk/cmake/msvc.cmake
index 8af5b6094c1..d4aed60c361 100644
--- a/sdk/cmake/msvc.cmake
+++ b/sdk/cmake/msvc.cmake
@@ -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

Reply via email to