kolibrios-gitea/programs/system/mousemul/trunk/build.sh
Marat Zakiyanov (Mario79) d47a233b2a MousEmul
1) total optimization of code
2) different events for Up and Down of key Num 5
3) advansed acceleration mode

git-svn-id: svn://kolibrios.org@1601 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-09-04 23:44:44 +00:00

14 lines
234 B
Bash
Executable File

#!/bin/bash
# This script does for linux the same as build.bat for DOS,
# it compiles the KoOS kernel, hopefully ;-)
echo "lang fix en"
echo "lang fix en" > lang.inc
fasm -m 16384 mousemul.asm mousemul
rm -f lang.inc
exit 0