kolibrios/programs/develop/metcc/trunk
victor e1c5ec4c11 Changes in building scripts (problems with spaces in DOS filenames)
git-svn-id: svn://kolibrios.org@216 a494cfbc-eb01-0410-851d-a64ba20cac60
2006-11-21 16:27:21 +00:00
..
libc Changes in building scripts (problems with spaces in DOS filenames) 2006-11-21 16:27:21 +00:00
source * Assembler part of libc now also exports "name@params_size" for every system function 2006-09-23 14:00:36 +00:00
readme.txt initial import of metcc project 2006-09-07 14:14:53 +00:00

The main file of metcc is "tcc.c". It certainly can be compiled by MinGW Studio. 
In order to compile MenuetOS program you must have start.o, metcc.exe in the same 
directory. The command line should be of type "metcc.exe program.c melibc.a -oprogram".
In order to compile "melibc.a" you should configure paths is compile.js and run it.