Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 1226 → Rev 1227

/programs/develop/libraries/box_lib/trunk/build.sh
0,0 → 1,10
#!/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
 
 
 
Property changes:
Added: svn:executable
+*
\ No newline at end of property