tinycc/win32
grischka a3ebdd0aeb tccpe: support leading underscore for symbols
To make this the default, enable this line in libtcc.c:tcc_new:

    #if defined(TCC_TARGET_PE) && 0
        s->leading_underscore = 1;

and then recompile tcc and also libtcc1.a
2011-02-13 17:44:12 +01:00
..
examples win32: reformat examples, crt etc 2009-07-18 22:07:10 +02:00
include win32: register SEH in startup code (i386 only) 2010-10-19 13:15:06 +02:00
lib tccpe: support leading underscore for symbols 2011-02-13 17:44:12 +01:00
tools tiny_libmaker: strip leading directory to avoid buffer overrun 2010-12-04 16:56:58 +01:00
build-tcc.bat make: new lib/Makefile for libtcc1.a on more platforms 2010-12-04 16:47:08 +01:00
tcc-win32.txt win32: readme: add libtcc_test example 2010-01-14 20:59:41 +01:00