source: rc_autosar_rh850/trunk/swc-application/2ecu_cod_b/ecu_b/abrex.bat@ 112

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

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

File size: 209 bytes
Line 
1@echo off
2
3set ROOT_DIR=../../../
4set OS_DIR=%ROOT_DIR%/atk2-sc1
5set ABREX_DIR=%OS_DIR%/utils/abrex
6
7
8set APP_NAME=Ecuc_B
9
10ruby %ABREX_DIR%/abrex.rb ./%APP_NAME%.yaml -e /System/RcCar
11
12pause
13exit
Note: See TracBrowser for help on using the repository browser.