Created
June 15, 2016 15:50
-
-
Save kou-yeung/18f29b3e80348bd57abfc1ae66f3a0bf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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