Subversion Repositories Kolibri OS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
7134 2292 d 1 h dunkaist /programs/ Remove some duplicates: proc32.inc, macros.inc, struct.inc, etc.  
7127 2306 d 18 h dunkaist /programs/ Add use_fasm.lua and example: launch.

Now one can avoid ../../../../ includes and lang.inc files.
 
6839 2625 d 13 h clevermouse /programs/system/launch/trunk/ revert using INCLUDE= from r6834 because it breaks build on Windows  
6834 2626 d 11 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.
 
6196 2969 d 15 h leency /programs/ system_colors: global rename and change meaning of "grab_button" to "work_3d_dark", and "grab_button_text" to "work_3d_light", the legacy of new_sys_colors table  
3628 3946 d 19 h fedesco /programs/system/ italian version  
3014 4158 d 15 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
 
1937 4693 d 13 h art_zh /programs/ fastcall/syscall instructions should be avoided in future
due to possible compatibility problems.
 
1293 5235 d 14 h vkos /programs/system/launch/trunk/ Moved to libconfig  
1262 5254 d 6 h vkos /programs/system/launch/trunk/ Added ability to notify intrested processes about launching via Kobra  
1236 5269 d 6 h vkos /programs/system/launch/trunk/ Using function get_option_str from libini instead of independent parsing. New import names  
1051 5499 d 11 h vkos /programs/system/launch/trunk/ Updated to 0.1.4.  
1050 5499 d 11 h vkos /programs/system/launch/trunk/ Launch 0.1.4. Fixed launching with arguments.  
1042 5507 d 12 h vkos /programs/system/launch/ Launch 0.1.3. Launching with arguments is implemented.