commit | 0dd4eef68fb5f79e87d8cf61570faa2162f1190b | [log] [tgz] |
---|---|---|
author | suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp> | Thu Oct 10 06:56:22 2024 |
committer | suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp> | Thu Oct 10 06:56:22 2024 |
tree | fdf8fd98f607015fa9614c5f8ed8c27fc2993771 | |
parent | c82745878da1acef2ce6bd7e17a8d59b8612d509 [diff] |
Fix help message of apinames. * src/tools/apinames.c: The first header file must be given after the options. All arguments after the first header file are dealt as header files to be parsed, regardless with their leading "-". For example, "apinames include/freetype/freetype.h -dFREETYPE.DLL" warns "unable to open -dFREETYPE.DLL". Thus, the "header1" must be given after the arguments to be parsed as the options.