tinycc/win32/lib
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
..
chkstk.S tccpe: support leading underscore for symbols 2011-02-13 17:44:12 +01:00
crt1.c win32: register SEH in startup code (i386 only) 2010-10-19 13:15:06 +02:00
dllcrt1.c dos2unix 2005-04-17 13:10:37 +00:00
dllmain.c dos2unix 2005-04-17 13:10:37 +00:00
gdi32.def dos2unix 2005-04-17 13:10:37 +00:00
kernel32.def dos2unix 2005-04-17 13:10:37 +00:00
msvcrt.def win64: use new headers from mingw 2009-07-18 22:06:37 +02:00
user32.def dos2unix 2005-04-17 13:10:37 +00:00
wincrt1.c win32: register SEH in startup code (i386 only) 2010-10-19 13:15:06 +02:00