kolibrios-gitea/programs/develop/scc
2016-02-11 10:44:47 +00:00
..
example
cc1.c
cc2.c
cc3.c
cc4.c
CC1.ASM
CC2.ASM
CC3.ASM
CC4.ASM
cc.h
GETARG.ASM
GETARG.C
INTRINS.ASM
LIBSTD.ASM
Libstd.c
MACROS.INC
NOTICE.H
OSFUNC.ASM
README.TXT
SCC.ASM
STDIO.H
Tupfile.lua

 ##############################
#  SCC (simple c compiler)     #
#  port of CCOMP to KolibriOS  #
 ############################## 
# contact: jacekm.pl@gmail.com #
 ##############################

KNOWN BUGS:
	* only directiory /rd/1/ works

HISTORY:
	* 0.5.4:
		- output file extension was fixed
	* 0.5.3:
		- output dir fixed
	* 0.5.2:
		- static output file
	* 0.5.1:
		- first realase