kolibrios-fun/programs/other/rtfread/trunk/build.sh
Marat Zakiyanov (Mario79) 8cf0d4890e Rtfread
1) Use OpenDialog calls of Proc_Lib now
2) Removed old code for invoke Sysxtree

git-svn-id: svn://kolibrios.org@1512 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-07-03 15:26:02 +00:00

15 lines
249 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
mkdir bin
fasm -m 16384 rtfread.asm ./bin/rtfread
rm -f lang.inc
exit 0