forked from KolibriOS/kolibrios
Box_lib:
1) A small fix for OptionBox - removed unnecessary redrawing when processing mouse events. 2) Build.sh - script to compile Box_lib library under Linux git-svn-id: svn://kolibrios.org@1227 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
10
programs/develop/libraries/box_lib/trunk/build.sh
Executable file
10
programs/develop/libraries/box_lib/trunk/build.sh
Executable file
@@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user