source: EcnlProtoTool/trunk/mruby-1.3.0/build.bat@ 424

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

e2studio 7.7 + 9 2019-q4-major でビルドが通るよう更新

File size: 255 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
9ruby -Eutf-8 ./minirake %1
Note: See TracBrowser for help on using the repository browser.