OSDN Git Service

V309
[fast-forth/master.git] / config / build.bat
index 34ae2ec..eb6c323 100644 (file)
@@ -1,12 +1,12 @@
-@ECHO OFF
-%~d1\prog\asw -q -L -i %~d1\inc %1 -o %~d1\binaries\%2.p
-%~d1\prog\p2hex %~d1\binaries\%2.p -r 0x0000-0xffff
-%~d1\prog\srec_cat -contradictory-bytes=warning %~d1\binaries\%2.hex -intel  -output %~d1\binaries\%2.txt -ti-txt
-del %~d1\binaries\%2.p
-del %~d1\binaries\%2.hex
+::@ECHO OFF
+%~d1\prog\asw -x -q -L -i %~dp1inc %1 -o %~dp1binaries\%2.p
+%~d1\prog\p2hex %~dp1binaries\%2.p -r 0x0000-0xffff
+%~d1\prog\srec_cat -contradictory-bytes=warning %~dp1binaries\%2.hex -intel -output %~dp1binaries\%2.txt -ti-txt
+del %~dp1binaries\%2.p
+::del %~dp1binaries\%2.hex
 exit
 
 rem your git copy must be the root of a virtual drive
 
 rem %1 is the input file.asm
-rem %2 is the target name, plus optional infos
+rem %2 is the target name