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
8108 1314 d 15 h maxcodehack /programs/develop/ktcc/trunk/ Remove libconsole.a and libbox_lib.a and their sources
Now we can use console via conio.h
Boxlib via libbox.a
 
8107 1315 d 8 h superturbocat2001 /programs/develop/ktcc/trunk/ - Added libbox.a and libbuf2d.a to TinyC.
- The structure of the header files has been reorganized.
 
8106 1315 d 9 h maxcodehack /programs/develop/ktcc/trunk/ clayer TinyC
- Add new sample
- Fix bug: 'Unexpected stack end'
 
8102 1317 d 3 h superturbocat2001 /programs/develop/ktcc/trunk/lib/ Added source code for libraries  
8101 1317 d 3 h superturbocat2001 /programs/develop/ktcc/trunk/ Added libraries to ktcc: "rasterworks", "libimg", "libgb", "msgbox". And also an examples for these libraries.
Fixed header file "msgbox.h"
 
8098 1319 d 1 h superturbocat2001 /programs/develop/ Added "libmsgbox" to ktcc.
Added examples for working with coff-libraries and "libmsgbox" to ktcc.
Modified binutils to work normally via console.obj.
 
8057 1372 d 12 h Boppan /programs/develop/ktcc/trunk/ Add library for importing functions from Box_lib.obj via tcc.  
7925 1469 d 18 h Boppan /programs/develop/ktcc/trunk/ Implement dynamic linking with system libraries via -lsyslibname:
console.obj
http.ibj
InputBox.obj
Add header files for apps what dynamically link these libraries.