aboutsummaryrefslogtreecommitdiff
path: root/win32/tcc-win32.txt
Commit message (Collapse)AuthorAgeFilesLines
* libtcc: new LIBTCCAPI tcc_set_options(TCCState*, const char*str)grischka2013-02-121-21/+23
| | | | | | | | | | | | | | | | | | | 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
* tcc.h: declare CValue.tab[LDOUBLE_SIZE/4]grischka2013-02-081-29/+26
| | | | | | | | Should fix some warnings wrt. access out of array bounds. tccelf.c: fix "static function unused" warning x86_64-gen.c: fix "ctype.ref uninitialzed" warning and cleanup tcc-win32.txt: remove obsolete limitation notes.
* win32: build-tcc.bat: get rid of hardcoded VERSION stringgrischka2012-12-201-1/+1
| | | | | | | Also: - put libtcc.def into libtcc dir - remove ar references - remove libtcc_test from build
* win32: tcc.exe uses libtcc.dllgrischka2012-04-181-1/+1
|
* win32: readme: add libtcc_test examplegrischka2010-01-141-6/+4
|
* win32: explain usage of mingw w32api packagegrischka2009-11-301-1/+2
|
* win32: readme.txt->tcc-win32.txt, update tcc-docgrischka2009-04-181-0/+158