mirror of
https://github.com/mirror/tinycc.git
synced 2025-03-14 09:10:07 +08:00
Update global help to tell that obj files are now optional with -ar driver
This commit is contained in:
parent
39ea340a31
commit
5a3d1024d9
2
tcc.c
2
tcc.c
@ -77,7 +77,7 @@ static const char help[] =
|
||||
" -m32/64 defer to i386/x86_64 cross compiler\n"
|
||||
#endif
|
||||
"Tools:\n"
|
||||
" create library : tcc -ar [rcsv] lib.a files\n"
|
||||
" create library : tcc -ar [rcsv] lib.a [files]\n"
|
||||
#ifdef TCC_TARGET_PE
|
||||
" create def file : tcc -impdef lib.dll [-v] [-o lib.def]\n"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user