OSDN Git Service

V4.0
[fast-forth/master.git] / config / Preprocess
1 #!/bin/bash
2
3
4 gema -nobackup -line -t '\r\n=\n'  -f  $FF/inc/$2.pat $1.f $FF/MSP430-FORTH/LAST.4th 
5 gema -line -t '\n=\r\n'  $FF/MSP430-FORTH/LAST.4th $FF/MSP430-FORTH/LAST.4th
6 rm $FF/MSP430-FORTH/LAST.4th.bak
7