Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. #!/bin/bash
  2. # This script does for Linux the same as build.bat for DOS,
  3. # it compiles the current KolibriOS applications
  4.  
  5.         mkdir bin
  6.         fasm -m 16384 box_lib.asm ./bin/box_lib.obj
  7.         exit 0
  8.  
  9.  
  10.  
  11.