Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3650 mario79 1
#!/bin/bash
2
# This script does for linux the same as build.bat for DOS,
3
# it compiles the KolibriOS application
4
 
5
	fasm -m 16384 searchap.asm ./searchap
6
	rm -f lang.inc
7
	exit 0