Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
7134 2309 d 21 h dunkaist /programs/ Remove some duplicates: proc32.inc, macros.inc, struct.inc, etc.  
7127 2324 d 14 h dunkaist /programs/ Add use_fasm.lua and example: launch.

Now one can avoid ../../../../ includes and lang.inc files.
 
6839 2643 d 9 h clevermouse /programs/system/launch/trunk/ revert using INCLUDE= from r6834 because it breaks build on Windows  
6834 2644 d 7 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 2987 d 11 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 3964 d 15 h fedesco /programs/system/ italian version  
3014 4176 d 11 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 4711 d 9 h art_zh /programs/ fastcall/syscall instructions should be avoided in future
due to possible compatibility problems.
 
1293 5253 d 10 h vkos /programs/system/launch/trunk/ Moved to libconfig  
1262 5272 d 2 h vkos /programs/system/launch/trunk/ Added ability to notify intrested processes about launching via Kobra  
1236 5287 d 1 h vkos /programs/system/launch/trunk/ Using function get_option_str from libini instead of independent parsing. New import names  
1051 5517 d 7 h vkos /programs/system/launch/trunk/ Updated to 0.1.4.  
1050 5517 d 7 h vkos /programs/system/launch/trunk/ Launch 0.1.4. Fixed launching with arguments.  
1042 5525 d 8 h vkos /programs/system/launch/ Launch 0.1.3. Launching with arguments is implemented.