Skip to content

Commit 088ca2f

Browse files
Update building commands on windows.
1 parent 3ee5d65 commit 088ca2f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

BUILD_WINDOWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,19 +309,27 @@ $ cd ~/dev/mayaMatchMoveSolver_maya2020Deploy_windows64/; git fetch --all; git c
309309

310310
Run in the Windows Command Prompt with the needed MSVC compiler environment paths set up:
311311
(For example run "VS2012 x64 Cross Tools Command Prompt" or "VS2015 x86 x64 Cross Tools Command Prompt")
312+
313+
Visual Studio 2012:
312314
```cmd
313315
REM Maya 2016
314316
> cd %userprofile%\dev\mayaMatchMoveSolver_maya2016Deploy_windows64 && scripts\build_cminpack.bat && scripts\build_mmSolver_windows64_maya2016.bat
315317
316318
REM Maya 2017
317319
> cd %userprofile%\dev\mayaMatchMoveSolver_maya2017Deploy_windows64 && scripts\build_cminpack.bat && scripts\build_mmSolver_windows64_maya2017.bat
320+
```
318321

322+
Visual Studio 2015:
323+
```cmd
319324
REM Maya 2018
320325
> cd %userprofile%\dev\mayaMatchMoveSolver_maya2018Deploy_windows64 && scripts\build_cminpack.bat && scripts\build_mmSolver_windows64_maya2018.bat
321326
322327
REM Maya 2019
323328
> cd %userprofile%\dev\mayaMatchMoveSolver_maya2019Deploy_windows64 && scripts\build_cminpack.bat && scripts\build_mmSolver_windows64_maya2019.bat
329+
```
324330

331+
Visual Studio 2017:
332+
```cmd
325333
REM Maya 2020
326334
> cd %userprofile%\dev\mayaMatchMoveSolver_maya2020Deploy_windows64 && scripts\build_cminpack.bat && scripts\build_mmSolver_windows64_maya2020.bat
327335
```

0 commit comments

Comments
 (0)