source: autosar_os_training/trunk/program/alarm_swcounter/abrex.bat@ 149

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

yamlファイルの追加

  • Property svn:executable set to *
File size: 195 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=toppers_atk2
9
10ruby %ABREX_DIR%/abrex.rb ./%APP_NAME%.yaml
11
12pause
13exit
Note: See TracBrowser for help on using the repository browser.