MSVC - avoid name clash on export libraries for program link. fix #287

This commit is contained in:
Fabrizio Fabbri 2016-09-08 12:45:30 -04:00
parent 3ff0b11f7b
commit 1c452a9f1d

View file

@ -132,7 +132,9 @@ the environment variable TMPDIR to a different value." template))
,@object-files
,@(split-program-options *ld-rpath*)
,@(split-program-options *user-ld-flags*)
,@ld-flags))
,@ld-flags
,(if (eq type :program)
(concatenate 'string "/IMPLIB:prog" (file-namestring o-pathname) ".lib") "" )))
(embed-manifest-file o-pathname type)
(delete-msvc-generated-files o-pathname))