kolibrios/programs/develop/scc
vitalkrilov 46d9482bb0 Fixed misuse of "/rd/1" (changed to "/sys") for all other programs
git-svn-id: svn://kolibrios.org@9587 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-07 12:42:44 +00:00
..
example scc - klib.h bug fixed 2008-02-09 01:22:39 +00:00
CC1.ASM switch build system to Tup 2014-09-12 15:15:23 +00:00
CC2.ASM switch build system to Tup 2014-09-12 15:15:23 +00:00
CC3.ASM switch build system to Tup 2014-09-12 15:15:23 +00:00
CC4.ASM scc 0.5.3 2008-02-08 11:41:42 +00:00
GETARG.ASM scc 0.5.3 2008-02-08 11:41:42 +00:00
GETARG.C scc 0.5.3 2008-02-08 11:41:42 +00:00
INTRINS.ASM scc 0.5.3 2008-02-08 11:41:42 +00:00
LIBSTD.ASM scc 0.5.3 2008-02-08 11:41:42 +00:00
Libstd.c scc 0.5.3 2008-02-08 11:41:42 +00:00
NOTICE.H scc 0.5.3 2008-02-08 11:41:42 +00:00
OSFUNC.ASM Remove some duplicates: proc32.inc, macros.inc, struct.inc, etc. 2017-12-20 00:51:00 +00:00
README.TXT Fixed misuse of "/rd/1" (changed to "/sys") for all other programs 2022-01-07 12:42:44 +00:00
SCC.ASM Fixed misuse of "/rd/1" (changed to "/sys") for all other programs 2022-01-07 12:42:44 +00:00
STDIO.H scc 0.5.3 2008-02-08 11:41:42 +00:00
Tupfile.lua Remove some duplicates: proc32.inc, macros.inc, struct.inc, etc. 2017-12-20 00:51:00 +00:00
cc.h scc 0.5.3 2008-02-08 11:41:42 +00:00
cc1.c scc 0.5.3 2008-02-08 11:41:42 +00:00
cc2.c scc 0.5.3 2008-02-08 11:41:42 +00:00
cc3.c scc 0.5.3 2008-02-08 11:41:42 +00:00
cc4.c scc 0.5.3 2008-02-08 11:41:42 +00:00

README.TXT

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

KNOWN BUGS:
	* only directiory /sys/ 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