forked from KolibriOS/kolibrios
4ed6be1119
git-svn-id: svn://kolibrios.org@3245 a494cfbc-eb01-0410-851d-a64ba20cac60
6 lines
104 B
Batchfile
6 lines
104 B
Batchfile
@echo off
|
|
fasm test.asm test_asm
|
|
kpack test_asm
|
|
copy test_asm bin\eng\
|
|
move test_asm bin\rus\
|
|
pause |