tinycc/win32
grischka 05108a3b0a libtcc: new LIBTCCAPI tcc_set_options(TCCState*, const char*str)
This replaces       -> use instead:
-----------------------------------
- tcc_set_linker    -> tcc_set_options(s, "-Wl,...");
- tcc_set_warning   -> tcc_set_options(s, "-W...");
- tcc_enable_debug  -> tcc_set_options(s, "-g");

parse_args is moved to libtcc.c (now tcc_parse_args).

Also some cleanups:
- reorder TCCState members
- add some comments here and there
- do not use argv's directly, make string copies
- use const char* in tcc_set_linker
- tccpe: use fd instead of fp

tested with -D MEM_DEBUG: 0 bytes left
2013-02-12 19:13:28 +01:00
..
examples win32: reformat examples, crt etc 2009-07-18 22:07:10 +02:00
include tcc -vv/--print-search-dirs: print more info 2013-02-10 00:38:40 +01:00
lib win32: wincrt1.c: include stdlib.h for exit() 2013-02-04 16:24:57 +01:00
tools libtcc: new LIBTCCAPI tcc_set_options(TCCState*, const char*str) 2013-02-12 19:13:28 +01:00
build-tcc.bat win32: build-tcc.bat: get rid of hardcoded VERSION string 2012-12-20 21:20:54 +01:00
tcc-win32.txt libtcc: new LIBTCCAPI tcc_set_options(TCCState*, const char*str) 2013-02-12 19:13:28 +01:00