tinycc/win32
grischka 2d3b9559bf tcctools.c: integrate tiny_libmaker/_impdef
usage:
    tcc -ar [rcsv] lib files...
    tcc -impdef lib.dll [-v] [-o lib.def]

also:
- support more files with -c: tcc -c f1.c f2.c ...
- fix a bug which caused tcc f1.c f2.S to produce no asm
- allow tcc -ar @listfile too
- change prototype: _void_ tcc_set_options(...)
- apply -Wl,-whole-archive when a librariy is given
  as libxxx.a also (not just for -lxxx)
2017-02-18 09:55:34 +01:00
..
examples Remove misc. files 2016-10-01 20:27:41 +02:00
include updates & cleanups (tcc-doc/Changelog/TODO ...) 2017-02-13 19:03:29 +01:00
lib win32: adjust new unicode support 2017-02-18 09:51:23 +01:00
Makefile Makefile for Windows native tcc handles recent UNICODE support 2017-02-18 08:00:58 +01:00
build-tcc.bat tcctools.c: integrate tiny_libmaker/_impdef 2017-02-18 09:55:34 +01:00
tcc-win32.txt tcctools.c: integrate tiny_libmaker/_impdef 2017-02-18 09:55:34 +01:00