mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-01-05 13:14:24 +03:00
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
|