This repository was archived by the owner on May 18, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ OMDEV_CMAKE="$(OMDEV)/bin/cmake/bin/cmake.exe"
137137
138138checkMSVCwine :
139139 @echo ' Test for WINE, OMDEV, VS140COMNTOOLS env.vars'
140+ env
140141 test ! -z " $( WINE) "
141142 test ! -z " $( OMDEV) "
142143 test ! -z " $( VS140COMNTOOLS) "
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ export WINEARCH
1111export WINEPREFIX
1212export WINEDEBUG=-all
1313export DevEnvDir=" $WSDK \\ Common7\\ IDE"
14- 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;"
14+ 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;"
1515export 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;"
1616export 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;"
17- 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;"
17+ 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;"
1818export VS140COMNTOOLS=" $WSDK \\ Common7\\ Tools"
1919export VSINSTALLDIR=" $WSDK \\ "
2020export WindowsLibPath=" $W10SDK \\ 8.1\\ References\\ CommonConfiguration\\ Neutral"
You can’t perform that action at this time.
0 commit comments