OSDN Git Service

la der de der
[fast-forth/master.git] / config / build.bat
1 ::@ECHO OFF
2 %~dp0..\prog\asw -x -q -L -i %~dp0..\inc %1 -o %~dp0..\binaries\%2.p
3 %~dp0..\prog\p2hex %~dp0..\binaries\%2.p -r 0x0000-0xffff
4 %~dp0..\prog\srec_cat -contradictory-bytes=warning %~dp0..\binaries\%2.hex -intel -output %~dp0..\binaries\%2.txt -ti-txt
5 del %~dp0..\binaries\%2.p
6 del %~dp0..\binaries\%2.hex
7 ::pause
8 exit
9
10 :: %~dp0 is the path of this file.bat
11 :: %1 is the input file.asm
12 :: %2 is the target name