kolibrios/contrib/C_Layer
maxcodehack c954c04577 Fix Makefiles in examples.
- Cairo
Remove unused -lapp flag
- Freetype
Add path to libs
- rasterworks
Fix some compilation errors
- libguic_kolibri 
Add path to libs
- kmenu
Fix some compilation errors

Now all can build without errors

git-svn-id: svn://kolibrios.org@8122 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-10-30 17:41:58 +00:00
..
ASM t_edit: 2019-01-29 20:02:48 +00:00
EXAMPLE Fix Makefiles in examples. 2020-10-30 17:41:58 +00:00
INCLUDE t_edit: 2019-01-29 20:02:48 +00:00
README Add C Layer to SVN 2016-04-11 13:38:48 +00:00

This is the C Layer for KolibriOS.

Along with the C Library we have, this will serve as the backbone to easily use libraries aand programs available in C.
This is also useful for porting.
Also useful for new developers who don't know assembly but know C.

And the beauty is, this is NOT a reimplementation of assembly libraries in C.
It is only a wrapper on top of C.

As all new things, this will have issues and bugs!
Please fix it.
Please let the other developers know what's wrong and how to fix it.
If you can, fix it yourself!

- ashmew2
2016-04-11