forked from KolibriOS/kolibrios
3810c9cbc8
t_edit_synt: update program, clean code git-svn-id: svn://kolibrios.org@7575 a494cfbc-eb01-0410-851d-a64ba20cac60
6 lines
115 B
Batchfile
6 lines
115 B
Batchfile
if not exist bin mkdir bin
|
|
|
|
@fasm.exe -m 16384 te_syntax.asm bin\te_syntax.kex
|
|
@kpack bin\te_syntax.kex
|
|
|
|
pause |