Subversion Repositories Kolibri OS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
7127 2327 d 15 h dunkaist /programs/ Add use_fasm.lua and example: launch.

Now one can avoid ../../../../ includes and lang.inc files.
 
6839 2646 d 10 h clevermouse /programs/system/launch/trunk/ revert using INCLUDE= from r6834 because it breaks build on Windows  
6834 2647 d 8 h dunkaist /programs/system/launch/trunk/ Add launch to autobuild

This is example/experimental build:
- It uses INCLUDE environment variable to locate includes;
- It specifies language as -dlang=xx fasm option, no lang.inc file.
 
3628 3967 d 16 h fedesco /programs/system/ italian version  
3014 4179 d 12 h dunkaist /programs/ merge mem.inc to dll.inc
place dll.inc in /programs
delete all the other dll.inc and mem.inc files
correct some programs to use common dll.inc
 
1293 5256 d 11 h vkos /programs/system/launch/trunk/ Moved to libconfig  
1262 5275 d 3 h vkos /programs/system/launch/trunk/ Added ability to notify intrested processes about launching via Kobra  
1236 5290 d 3 h vkos /programs/system/launch/trunk/ Using function get_option_str from libini instead of independent parsing. New import names  
1050 5520 d 8 h vkos /programs/system/launch/trunk/ Launch 0.1.4. Fixed launching with arguments.  
1042 5528 d 9 h vkos /programs/system/launch/ Launch 0.1.3. Launching with arguments is implemented.