kolibrios-fun/programs/system/icon/trunk/build.sh
Marat Zakiyanov (Mario79) 608f4346d0 Icon - deactivate the window after click (working to kernel r.2244 and above)
git-svn-id: svn://kolibrios.org@2245 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-09-27 07:12:16 +00:00

14 lines
241 B
Bash

#!/bin/bash
# This script does for Linux the same as build.bat for DOS,
# it compiles the current KolibriOS applications
echo "lang fix en"
echo "lang fix en" > lang.inc
fasm -m 16384 icon.asm icon
kpack icon
rm -f lang.inc
exit 0