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 | |
---|
1 | rem This file sets Assembler, Linker and EXE2BIN for DOS environment
|
---|
2 | set assembler=tasm.exe /m9 /dReal /dTASM /l
|
---|
3 | rem set assembler=tasm.exe /m9 /dReal /t
|
---|
4 | set linker=tlink.exe /3
|
---|
5 | set exe2bin=exe2bin.exe
|
---|
Note:
See
TracBrowser
for help on using the repository browser.