Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f945b74d authored by ADILI Robin's avatar ADILI Robin
Browse files

unexplained line wrap

parent e14e23a9
Branches
No related tags found
No related merge requests found
...@@ -20,10 +20,7 @@ echo "Download and install Visual Studio Build Tools (nmake, MSVC, link, etc.)" ...@@ -20,10 +20,7 @@ echo "Download and install Visual Studio Build Tools (nmake, MSVC, link, etc.)"
curl -L -o %vs_buildtoolsexe% https://aka.ms/vs/16/release/vs_buildtools.exe curl -L -o %vs_buildtoolsexe% https://aka.ms/vs/16/release/vs_buildtools.exe
%vs_buildtoolsexe% --quiet --wait --norestart --nocache --installPath "%BUILDTOOLSDIR%" --remove Microsoft.VisualStudio.Component.Windows10SDK.10240 --remove Mi %vs_buildtoolsexe% --quiet --wait --norestart --nocache --installPath "%BUILDTOOLSDIR%" --remove Microsoft.VisualStudio.Component.Windows10SDK.10240 --remove Microsoft.VisualStudio.Component.Windows10SDK.10586 --remove Microsoft.VisualStudio.Component.Windows10SDK.14393 --remove Microsoft.VisualStudio.Component.Windows81SDK --add Microsoft.VisualStudio.Workload.VCTools --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add Microsoft.VisualStudio.Component.Windows10SDK|| IF "%ERRORLEVEL%"=="3010" EXIT 0
crosoft.VisualStudio.Component.Windows10SDK.10586 --remove Microsoft.VisualStudio.Component.Windows10SDK.14393 --remove Microsoft.VisualStudio.Component.Windows
81SDK --add Microsoft.VisualStudio.Workload.VCTools --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add Microsoft.VisualStudio.Component.Windows10SDK
|| IF "%ERRORLEVEL%"=="3010" EXIT 0
echo "Load environment variables to use Build Tools from this script" echo "Load environment variables to use Build Tools from this script"
...@@ -50,9 +47,6 @@ python "%FBXSDKPYTHONDIR%"/PythonBindings.py Python3_x64 ...@@ -50,9 +47,6 @@ python "%FBXSDKPYTHONDIR%"/PythonBindings.py Python3_x64
copy "%FBXSDKPYTHONDIR%\build\Distrib\site-packages\fbx\*" "%FBXDIR%" copy "%FBXSDKPYTHONDIR%\build\Distrib\site-packages\fbx\*" "%FBXDIR%"
copy "%SIPINSTALLDIR%\sip.pyd" "%FBXDIR%" copy "%SIPINSTALLDIR%\sip.pyd" "%FBXDIR%"
%vs_buildtoolsexe% uninstall --quiet --wait --norestart --nocache --installPath "%BUILDTOOLSDIR%" --remove Microsoft.VisualStudio.Component.Windows10SDK.10240 - %vs_buildtoolsexe% uninstall --quiet --wait --norestart --nocache --installPath "%BUILDTOOLSDIR%" --remove Microsoft.VisualStudio.Component.Windows10SDK.10240 --remove Microsoft.VisualStudio.Component.Windows10SDK.10586 --remove Microsoft.VisualStudio.Component.Windows10SDK.14393 --remove Microsoft.VisualStudio.Component.Windows81SDK --remove Microsoft.VisualStudio.Workload.VCTools --remove Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --remove Microsoft.VisualStudio.Component.Windows10SDK || IF "%ERRORLEVEL%"=="3010" EXIT 0
-remove Microsoft.VisualStudio.Component.Windows10SDK.10586 --remove Microsoft.VisualStudio.Component.Windows10SDK.14393 --remove Microsoft.VisualStudio.Compone
nt.Windows81SDK --remove Microsoft.VisualStudio.Workload.VCTools --remove Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --remove Microsoft.VisualStudio.Comp
onent.Windows10SDK || IF "%ERRORLEVEL%"=="3010" EXIT 0
popd popd
pause pause
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment