aboutsummaryrefslogtreecommitdiff
path: root/win32/tools/tiny_impdef.c
Commit message (Collapse)AuthorAgeFilesLines
* win64: fix resource file supportgrischka2014-08-011-3/+9
|
* tiny_impdef: remove artificial length restriction.minux2014-04-111-1/+1
|
* libtcc: new LIBTCCAPI tcc_set_options(TCCState*, const char*str)grischka2013-02-121-16/+17
| | | | | | | | | | | | | | | | | | | 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
* build: remove #include "config.h" from target dependent filesgrischka2010-11-261-1/+0
| | | | This is to make cross build of libtcc1.a easier.
* tccpe: improve dllimport/export and use for tcc_add_symbolgrischka2010-01-141-19/+21
|
* tccpe: load dll on the flygrischka2009-07-181-88/+95
|
* win64: update tiny_impdef, tiny_libmaker (Elf64)grischka2009-07-181-278/+119
|
* Checkin tiny_libmaker (ar replacement) by Timovj Lahdegrischka2008-03-081-0/+393