tinycc/win32
grischka 4274c44de7 tcc.c: fix previous commit "Use CString to concat linker options"
- remove redunant else branch
- zero-terminate linker_arg
- declare cstr_xxx as PUB_FUNC
  (which are functions used in tcc.c but not in the libtcc API.
   Useful for a tcc(.exe) that uses the libtcc.(so/dll))
- while at it, export PUB_FUNCs from dll
2012-04-18 18:32:37 +02:00
..
examples win32: reformat examples, crt etc 2009-07-18 22:07:10 +02:00
include win32/include: enable _timezone etc variables. 2011-07-11 18:44:47 +02:00
lib tccrun: win64: add unwind function table for dynamic code 2011-07-14 19:09:49 +02:00
tools tccpe: cleanup ELFW() macros etc. 2011-07-14 19:23:04 +02:00
build-tcc.bat tcc.c: fix previous commit "Use CString to concat linker options" 2012-04-18 18:32:37 +02:00
tcc-win32.txt win32: readme: add libtcc_test example 2010-01-14 20:59:41 +01:00