- Move source code from `trunk` into program root directory. - Update build files and ASM include paths. - Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
4 lines
68 B
Batchfile
4 lines
68 B
Batchfile
del @docky
|
|
@fasm docky.asm @docky
|
|
if not exist @docky ( @pause )
|