source: EcnlProtoTool/trunk/mruby-2.1.1/build.bat@ 439

Last change on this file since 439 was 439, checked in by coas-nagasima, 4 years ago

mrubyを2.1.1に更新

File size: 236 bytes
Line 
1set DIR=%~dp0
2set PATH=%PATH%;%DIR%\..\tools\bin
3
4rem call "%VS140COMNTOOLS%..\..\VC\vcvarsall.bat" x86
5call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars32.bat"
6
7cd /d %DIR%
8
9rake %1
Note: See TracBrowser for help on using the repository browser.