win32: build-tcc.bat: add some options
commitaa0a45be05a2a9d9416f30fe441884dd0b909118
authorgrischka <grischka>
Wed, 8 Feb 2017 18:53:49 +0000 (8 19:53 +0100)
committergrischka <grischka>
Wed, 8 Feb 2017 18:53:49 +0000 (8 19:53 +0100)
tree9d2e2cb191650a99ab2cefcf2f93e007320d7164
parente596b871a9f7c6ed93e1325f72c8fc7b00430328
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)
win32/build-tcc.bat