source: rc_autosar_rh850/trunk/os-application/configure.bat@ 112

Last change on this file since 112 was 112, checked in by ertl-honda, 9 years ago

最初のリリースファイルの追加

File size: 224 bytes
Line 
1@echo off
2
3set APP_NAME=ModelCarControl
4set ROOT_DIR=../
5set OS_DIR=%ROOT_DIR%/atk2-sc1
6set ABREX_DIR=%OS_DIR%/utils/abrex
7
8ruby %ABREX_DIR%/abrex.rb ./%APP_NAME%.yaml
9move .\%APP_NAME%.arxml . > nul
10
11pause
12exit
Note: See TracBrowser for help on using the repository browser.