kolibrios/programs/develop/libraries/box_lib/trunk/build.sh

11 lines
189 B
Bash
Raw Normal View History

#!/bin/bash
# This script does for Linux the same as build.bat for DOS,
# it compiles the current KolibriOS applications
mkdir bin
fasm -m 16384 box_lib.asm ./bin/box_lib.obj
exit 0