Forrest logo
back to context overview

vcvarsall

List of commands for vcvarsall:

  • vcvarsall:tldr:2497d vcvarsall: Setup the environment for native x64.
    $ vcvarsall x64
    try on your machine
    explain this command
  • vcvarsall:tldr:4b112 vcvarsall: Setup the environment for cross-compiled native Arm x64 from the x64 host.
    $ vcvarsall x64_arm64
    try on your machine
    explain this command
  • vcvarsall:tldr:64941 vcvarsall: Setup the environment for native UWP x64.
    $ vcvarsall x64 uwp
    try on your machine
    explain this command
  • vcvarsall:tldr:82892 vcvarsall: Setup the environment for cross-compiled native x86 from the x64 host.
    $ vcvarsall x64_x86
    try on your machine
    explain this command
back to context overview