Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit 68e1bff

Browse files
sjoelundOpenModelica-Hudson
authored andcommitted
[VS] LIB also needs trailing slashes
Otherwise, the VS linker looks for a file named LIBOLDNAMES.lib instead of OLDNAMES.lib in directory LIB. Belonging to [master]: - #2227 - OpenModelica/OpenModelica-testsuite#858
1 parent 19b3154 commit 68e1bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/wine-msvc.source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export WINEDEBUG=-all
1313
export DevEnvDir="$WSDK\\Common7\\IDE"
1414
export WINEPATH="$WSDK/Common7/IDE/CommonExtensions/Microsoft/TestWindow;C:/Program Files (x86)/MSBuild/14.0/bin;$WSDK/Common7/IDE/;$WSDK/VC/bin/;$WSDK/Common7/Tools;C:/WINDOWS/Microsoft.NET/Framework/v4.0.30319;$WSDK\\VC\\VCPackages;$WSDK\\Team Tools\\Performance Tools;$W10SDK\\8.1\\bin\\x86;c:\\windows;c:\\windows\\system32;"
1515
export INCLUDE="$WSDK/VC/INCLUDE;$WSDK/VC/ATLMFC/INCLUDE;$W10SDK/10/include/10.0.10240.0/ucrt;$W10SDK/8.1/include/shared;$W10SDK/8.1/include/um;$W10SDK/8.1/include/winrt;"
16-
export LIB="$WSDK/VC/LIB;$WSDK/VC/ATLMFC/LIB;$W10SDK/10/lib/10.0.10240.0/ucrt/x86;$W10SDK/8.1/lib/winv6.3/um/x86;"
16+
export LIB="$WSDK/VC/lib/;$WSDK/VC/ATLMFC/LIB;$W10SDK/10/lib/10.0.10240.0/ucrt/x86;$W10SDK/8.1/lib/winv6.3/um/x86;"
1717
export LIBPATH="C:/WINDOWS/Microsoft.NET/Framework/v4.0.30319;$WSDK/VC/lib/;$WSDK/VC/ATLMFC/LIB;$W10SDK/8.1/References/CommonConfiguration/Neutral;/Microsoft.VCLibs/14.0/References/CommonConfiguration/neutral;"
1818
export VS140COMNTOOLS="$WSDK\\Common7\\Tools"
1919
export VSINSTALLDIR="$WSDK\\"

0 commit comments

Comments
 (0)