tinycc/win32
grischka 096125d963 win32: adjust new unicode support
- lib/Makefile: add (win)crt1_w.o

- crt1.c/_runtmain: return to tcc & only use for UNICODE
  (because it might be not 100% reliable with for example
  wildcards (tcc *.c -run ...)

- tccrun.c/tccpe.c: load -run startup_code only if called
  from tcc_run(). Otherwise main may not be defined.  See
  libtcc_test.c

- tests2/Makefile: pass extra options in FLAGS to allow
  overriding TCC

Also:
- tccpe.c: support weak attribute.  (I first tried to solve
  the problem above by using it but then didn't)
2017-02-18 09:51:23 +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
tools Rein in unintended external functions on Windows. 2016-09-27 01:43:40 -04:00
build-tcc.bat 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
tcc-win32.txt Improve cygwin Makefile that now support TARGET=32/64 to force final version for 32/64 platform 2017-02-14 05:51:45 +01:00