source: rc_autosar_rh850/trunk/swc-application/2ecu_co_b/ecu_b/abrex.bat@ 122

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

ID属性の付加.

  • Property svn:keywords set to Id
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.