source: trunk/env/dos.bat@ 57

Last change on this file since 57 was 57, checked in by Ben Rietbroek, 10 years ago

All source-files lowercased [v1.1.1-testing]

Some standard files like 'COPYING', 'LICENSE', etc. have not been
converted to lower case because they are usually distributed uppercased.

File size: 207 bytes
Line 
1rem This file sets Assembler, Linker and EXE2BIN for DOS environment
2set assembler=tasm.exe /m9 /dReal /dTASM /l
3rem set assembler=tasm.exe /m9 /dReal /t
4set linker=tlink.exe /3
5set exe2bin=exe2bin.exe
Note: See TracBrowser for help on using the repository browser.