tinycc/win32
grischka 7acf9aa862 final adjustments for release
- configure/Makefiles: minor adjustments

- build-tcc.bat: add -static to gcc options
  (avoids libgcc_s*.dll dependency with some mingw versions)

- tccpe.c/tcctools.c: eliminate MAX_PATH
  (not available for cross compilers)

- tccasm.c: use uint64_t/strtoull in unary()
  (unsigned long sometimes is only uint32_t, as always on windows)

- tccgen.c: Revert (f077d16c) "tccgen: gen_cast: cast FLOAT to DOUBLE"
  Was a rather experimental, tentative commit, not really necessary
  and somewhat ugly too.

- cleanup recent osx support:
  - Makefile/libtcc.c: cleanup copy&paste code
  - tccpp.c: restore deleted function
2017-04-25 21:01:54 +02:00
..
examples tccgen/win32: let __declspec(dllimport) imply extern 2017-04-04 08:34:52 +02:00
include final adjustments for release 2017-04-25 21:01:54 +02:00
lib tcc: re-enable correct option -r support 2017-02-20 18:58:08 +01:00
Makefile Cygwin Makefile was to aggresive to remove entire lib/ 2017-02-24 22:51:10 +01:00
build-tcc.bat final adjustments for release 2017-04-25 21:01:54 +02:00
tcc-win32.txt tcctools.c: integrate tiny_libmaker/_impdef 2017-02-18 09:55:34 +01:00