dos cvs had problem with .lnk file
[fw/sdcc] / device / examples / mcs51 / asmblink / go_dos.bat
1 rem DOS CVS access does not like .lnk files, so this is workaround.
2 copy blink_lnk blink.lnk
3 asx8051.exe -los blink.asm
4 aslink -f blink.lnk
5
6