make it possible to pass linker options for vcc (#13535) [backport]

This commit is contained in:
cooldome
2020-02-29 17:57:00 +00:00
committed by GitHub
parent c79df2fb6a
commit 0f1a4ac96c

View File

@@ -149,7 +149,7 @@ compiler vcc:
buildDll: " /LD",
buildLib: "lib /OUT:$libfile $objfiles",
linkerExe: "cl",
linkTmpl: "$options $builddll$vccplatform /Fe$exefile $objfiles $buildgui",
linkTmpl: "$builddll$vccplatform /Fe$exefile $objfiles $buildgui $options",
includeCmd: " /I",
linkDirCmd: " /LIBPATH:",
linkLibCmd: " $1.lib",