tcc -vv/--print-search-dirs: print more info
commit8042121d74906eacec7add2ddc85270e1db3ca88
authorgrischka <grischka>
Sat, 9 Feb 2013 23:38:40 +0000 (10 00:38 +0100)
committergrischka <grischka>
Sat, 9 Feb 2013 23:38:40 +0000 (10 00:38 +0100)
treea2f40b84332e8209ad91a0a0005444f1d61c96c5
parentd6d7686b608c4b7cd88877b30579ca2346e5d284
tcc -vv/--print-search-dirs: print more info

tests/Makefile:
- print-search-dirs when 'hello' fails
- split off hello-run

win32/include/_mingw.h:
- fix for compatibility with mingw headers
  (While our headers in win32 are from mingw-64 and don't have
  the problem)

tiny_libmaker:
- don't use "dangerous" mktemp
lib/Makefile
libtcc.c
tcc.c
tcc.h
tests/Makefile
win32/include/_mingw.h
win32/tools/tiny_libmaker.c