Skip to content

Instantly share code, notes, and snippets.

@kou-yeung
Created June 15, 2016 15:50
Show Gist options
  • Save kou-yeung/18f29b3e80348bd57abfc1ae66f3a0bf to your computer and use it in GitHub Desktop.
Save kou-yeung/18f29b3e80348bd57abfc1ae66f3a0bf to your computer and use it in GitHub Desktop.
REM Visual Studioのコマンドプロンプトのパスやプラットフォームの指定
SET CommandPromptPath="C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
SET Platform=amd64
REM VS2015 x64 Native Tools Command Prompt起動
CALL %CommandPromptPath% %Platform%
REM nmake コマンドでビルドする
nmake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment