tinycc/win32
YX Hao 642b6d0f50 Add the possibility to use noname functions by ordinal
tcc.c:
process.h:177:20: note: expected 'char * const*' but argument is of type 'char const*const*'

tccpe.c:
Add the possibility to use noname functions by ordinal.
use def file: "AliasName @n"

build-tcc.bat:
1. Enable 32 bits mode on 64 bits OS.
2. build doc.

_parseLibs.bat:
Convenient to use "*.def + *.c" instead of *.a, just use -l*

_tcc.bat:
a practice of _parseLibs.bat

Signed-off-by: YX Hao <lifenjoiner@163.com>
2013-09-19 21:50:38 +08:00
..
examples win32: reformat examples, crt etc 2009-07-18 22:07:10 +02:00
include i386-gen: preserve fp control word in gen_cvt_ftoi 2013-08-28 22:55:05 +02:00
lib win32: fix libtcc support 2013-09-10 15:36:56 +02:00
tools libtcc: new LIBTCCAPI tcc_set_options(TCCState*, const char*str) 2013-02-12 19:13:28 +01:00
_parseLibs.bat Add the possibility to use noname functions by ordinal 2013-09-19 21:50:38 +08:00
_tcc.bat Add the possibility to use noname functions by ordinal 2013-09-19 21:50:38 +08:00
build-tcc.bat Add the possibility to use noname functions by ordinal 2013-09-19 21:50:38 +08:00
tcc-win32.txt i386-gen: preserve fp control word in gen_cvt_ftoi 2013-08-28 22:55:05 +02:00