Subversion Repositories Kolibri OS

Rev

Rev 647 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 647 Rev 6429
Line 1... Line -...
1
The main file of metcc is "tcc.c". It certainly can be compiled by MinGW Studio. 
-
 
2
In order to compile MenuetOS program you must have start.o, metcc.exe in the same 
-
 
3
directory. The command line should be of type "metcc.exe program.c melibc.a -oprogram".
-
 
4
In order to compile "melibc.a" you should configure paths is compile.js and run it. 
-
 
5
------------------------------------------------------------------------------------
-
 
6
Äëÿ êîìïèëÿöèè melibc íåîáõîäèìî çàïóñòèòü ñêðèïò libc/make.cmd
-
 
7
ïî óìîë÷àíèþ ñ÷èòàåòñÿ ÷òî â ïåðåìåííîé îêðóæåíèÿ PATH ó âàñ óêàçàí ïóòü ê ïàêåòó mingw32
-
 
8
è ê àññåìáëåðó fasm.
-
 
9
------------------------------------------------------------------------------------
-
 
10
Äëÿ áîëåå ïîäðîáíûõ èíñòðóêöèé îáðàùàòåñü íà ôîðóì â òåìó 
-
 
11
http://meos.sysbin.com/viewtopic.php?t=565&highlight=metcc
-
 
12
For more help go to link above
-
 
13
1
see 
-
 
2
source/readme.*
-
 
3
source/changelog
-
 
4
source/tcc-doc.info or  .texi
-
 
5
14
6