Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fbxsdk_python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.3.
Show more breadcrumbs
ADILI Robin
fbxsdk_python
Commits
f945b74d
Commit
f945b74d
authored
4 years ago
by
ADILI Robin
Browse files
Options
Downloads
Patches
Plain Diff
unexplained line wrap
parent
e14e23a9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.bat
+2
-8
2 additions, 8 deletions
build.bat
with
2 additions
and
8 deletions
build.bat
+
2
−
8
View file @
f945b74d
...
...
@@ -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
%vs_buildtoolsexe%
--quiet --wait --norestart --nocache --installPath
"
%BUILDTOOLSDIR%
"
--remove
Microsoft
.VisualStudio.Component.Windows10SDK.10240
--remove
Mi
crosoft
.VisualStudio.Component.Windows10SDK.10586
--remove
Microsoft
.VisualStudio.Component.Windows10SDK.14393
--remove
Microsoft
.VisualStudio.Component.Windows
81
SDK
--add
Microsoft
.VisualStudio.Workload.VCTools
--add
Microsoft
.VisualStudio.Component.VC.Tools.x86.x64
--add
Microsoft
.VisualStudio.Component.Windows10SDK
||
IF
"
%ERRORLEVEL%
"
==
"3010"
EXIT
0
%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
echo
"Load environment variables to use Build Tools from this script"
...
...
@@ -50,9 +47,6 @@ python "%FBXSDKPYTHONDIR%"/PythonBindings.py Python3_x64
copy
"
%FBXSDKPYTHONDIR%
\build\Distrib\site-packages\fbx\*"
"
%FBXDIR%
"
copy
"
%SIPINSTALLDIR%
\sip.pyd"
"
%FBXDIR%
"
%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.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
%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
popd
pause
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment