tcc -hh: show more options

This commit is contained in:
grischka
2017-02-18 09:55:46 +01:00
parent 2d3b9559bf
commit 5286529632
3 changed files with 119 additions and 67 deletions

1
tcc.h
View File

@ -1157,6 +1157,7 @@ ST_FUNC char *normalize_slashes(char *path);
/* tcc_parse_args return codes: */
#define OPT_HELP 1
#define OPT_HELP2 2
#define OPT_V 3
#define OPT_PRINT_DIRS 4
#define OPT_AR 5