1
0
mirror of https://github.com/mirror/tinycc.git synced 2025-02-20 07:40:06 +08:00
tinycc/win32
grischka aa0a45be05 win32: build-tcc.bat: add some options
In particular:

-c <compiler> : Allow using tcc to compile itself
-i <dir>      : Create installation in dir

Summary:

usage: build-tcc.bat [ options ... ]
options:
  -c prog              use prog (gcc or tcc) to compile tcc
  -c "prog options"    use prog with options to compile tcc
  -t 32/64             force 32/64 bit default target
  -v "version"         set tcc version
  -i dir               install tcc into dir
  -d                   create tcc-doc.html too (needs makeinfo)
2017-02-08 19:53:49 +01:00
..
examples Remove misc. files 2016-10-01 20:27:41 +02:00
include win32: include/winapi: remove more files 2017-02-08 19:53:02 +01:00
lib tccrun/win64: cleanup runtime function table 2016-10-19 19:21:27 +02:00
tools Rein in unintended external functions on Windows. 2016-09-27 01:43:40 -04:00
vs2015 win32: Better VS2015 solution and project files 2016-04-13 11:10:13 +03:00
build-tcc.bat win32: build-tcc.bat: add some options 2017-02-08 19:53:49 +01:00
tcc-win32.txt win32/64: msys2 support 2016-10-02 01:39:07 +02:00