2008-02-08 18:18:56 +00:00
|
|
|
##############################
|
|
|
|
# SCC (simple c compiler) #
|
|
|
|
# port of CCOMP to KolibriOS #
|
|
|
|
##############################
|
|
|
|
# contact: jacekm.pl@gmail.com #
|
|
|
|
##############################
|
2008-02-08 11:41:42 +00:00
|
|
|
|
|
|
|
KNOWN BUGS:
|
2022-01-07 12:42:44 +00:00
|
|
|
* only directiory /sys/ works
|
2008-02-08 11:41:42 +00:00
|
|
|
|
|
|
|
HISTORY:
|
2008-02-17 15:56:13 +00:00
|
|
|
* 0.5.4:
|
2008-03-17 20:40:41 +00:00
|
|
|
- output file extension was fixed
|
2008-02-08 11:41:42 +00:00
|
|
|
* 0.5.3:
|
|
|
|
- output dir fixed
|
|
|
|
* 0.5.2:
|
|
|
|
- static output file
|
|
|
|
* 0.5.1:
|
|
|
|
- first realase
|