[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Tinycc-devel] A few omissions from the docs
From: |
Wendell P |
Subject: |
[Tinycc-devel] A few omissions from the docs |
Date: |
Wed, 18 Jun 2014 10:37:20 -0700 |
I found a few things missing from the documentation.
1. In addition to -vv, there is also -vvv, which behaves a little
differently.
2. The -E switch to preprocess only. I'm not sure, but -xc also seems to
be recognized.
3. In the file tcc-win32.txt, the syntax given for windres is
windres -O coff app.rc -o appres.o
but that leaves out a necessary preprocessor command, so it should be
windres --preprocessor "tcc -E" -O coff app.rc -o appres.o
--
http://www.fastmail.fm - Accessible with your email software
or over the web
- [Tinycc-devel] A few omissions from the docs,
Wendell P <=