Changes between Version 22 and Version 23 of CompilationGuide/WinRT
- Timestamp:
- Jan 27, 2017, 11:05:28 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/WinRT
v22 v23 29 29 30 30 Download the latest MSYS2 installer from http://msys2.github.io/ and '''follow the installation instruction closely''' from the installation webpage. 31 In order for the environment from the Windows side to be inherited on the MSYS2 side, uncomment the following line from msys2_shell. batif it is present:31 In order for the environment from the Windows side to be inherited on the MSYS2 side, uncomment the following line from msys2_shell.cmd if it is present: 32 32 replace `rem set MSYS2_PATH_TYPE=inherit` 33 33 with `set MSYS2_PATH_TYPE=inherit` this will allow the environment variables for Visual Studio to be transferred to the MSYS2 environment and back. … … 76 76 Open '''MSYS2 Shell''' from the command prompt above (use the correct drive and location of your MSYS2 installation). Note that the command shell above will close and it may take a while for the MSYS2 shell to launch. 77 77 {{{ 78 C:\msys64\msys2_shell. bat78 C:\msys64\msys2_shell.cmd 79 79 }}} 80 80 … … 126 126 Open '''MSYS2 Shell''' from the command prompt above (use the correct drive and location of your MSYS2 installation). Note that the command shell above will close and it may take a while for the MSYS2 shell to launch. 127 127 {{{ 128 C:\msys64\msys2_shell. bat128 C:\msys64\msys2_shell.cmd 129 129 }}} 130 130 … … 178 178 Open '''MSYS2 Shell''' from the command prompt above (use the correct drive and location of your MSYS2 installation). Note that the command shell above will close and it may take a while for the MSYS2 shell to launch. 179 179 {{{ 180 C:\msys64\msys2_shell. bat180 C:\msys64\msys2_shell.cmd 181 181 }}} 182 182 … … 235 235 Open '''MSYS2 Shell''' from the command prompt above (use the correct drive and location of your MSYS2 installation). Note that the command shell above will close and it may take a while for the MSYS2 shell to launch. 236 236 {{{ 237 C:\msys64\msys2_shell. bat237 C:\msys64\msys2_shell.cmd 238 238 }}} 239 239 … … 297 297 Open '''MSYS2 Shell''' from the command prompt above (use the correct drive and location of your MSYS2 installation). Note that the command shell above will close and it may take a while for the MSYS2 shell to launch. 298 298 {{{ 299 C:\msys64\msys2_shell. bat299 C:\msys64\msys2_shell.cmd 300 300 }}} 301 301 … … 348 348 Open '''MSYS2 Shell''' from the command prompt above (use the correct drive and location of your MSYS2 installation). Note that the command shell above will close and it may take a while for the MSYS2 shell to launch. 349 349 {{{ 350 C:\msys64\msys2_shell. bat350 C:\msys64\msys2_shell.cmd 351 351 }}} 352 352 … … 399 399 Open '''MSYS2 Shell''' from the command prompt above (use the correct drive and location of your MSYS2 installation). Note that the command shell above will close and it may take a while for the MSYS2 shell to launch. 400 400 {{{ 401 C:\msys64\msys2_shell. bat401 C:\msys64\msys2_shell.cmd 402 402 }}} 403 403 … … 454 454 Open '''MSYS2 Shell''' from the command prompt above (use the correct drive and location of your MSYS2 installation). Note that the command shell above will close and it may take a while for the MSYS2 shell to launch. 455 455 {{{ 456 C:\msys64\msys2_shell. bat456 C:\msys64\msys2_shell.cmd 457 457 }}} 458 458 … … 506 506 Open '''MSYS2 Shell''' from the command prompt above (use the correct drive and location of your MSYS2 installation). Note that the command shell above will close and it may take a while for the MSYS2 shell to launch. 507 507 {{{ 508 C:\msys64\msys2_shell. bat508 C:\msys64\msys2_shell.cmd 509 509 }}} 510 510
