Remove some unused files:
- Old picture - Old makefile C_Layer - fix makefile in rasterworks example git-svn-id: svn://kolibrios.org@8128 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -6,7 +6,7 @@ SDK_DIR:= $(abspath ../../../sdk)
|
||||
CLAYER:= $(abspath ../../)
|
||||
|
||||
LDFLAGS = -static -S -nostdlib -T $(SDK_DIR)/sources/newlib/app.lds \
|
||||
--image-base 0 -lgcc -ldll -lc.dll -lapp
|
||||
--image-base 0 -lgcc -ldll -lc.dll
|
||||
|
||||
CFLAGS = -g -U_Win32 -U_WIN32 -U__MINGW32__
|
||||
|
||||
|
@@ -1,5 +1,10 @@
|
||||
This is the C Layer for KolibriOS.
|
||||
|
||||
Usage:
|
||||
- Say 'make' in 'ASM' folder (need installed FASM)
|
||||
- Say 'make' in 'EXAMPLE' folder (need installed kos32-gcc), now we have compiled samples
|
||||
|
||||
|
||||
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.
|
||||
@@ -13,4 +18,4 @@ Please let the other developers know what's wrong and how to fix it.
|
||||
If you can, fix it yourself!
|
||||
|
||||
- ashmew2
|
||||
2016-04-11
|
||||
2016-04-11
|
||||
|
Reference in New Issue
Block a user