bnibuild.1
上传用户:tany51
上传日期:2013-06-12
资源大小:1397k
文件大小:2k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. ."
  2. ." Copyright (C) 2000  Ross Combs (ross@bnetd.org)
  3. ." 
  4. ." This is free documentation; you can redistribute it and/or
  5. ." modify it under the terms of the GNU General Public License as
  6. ." published by the Free Software Foundation; either version 2 of
  7. ." the License, or (at your option) any later version.
  8. ."
  9. ." The GNU General Public License's references to "object code"
  10. ." and "executables" are to be interpreted as the output of any
  11. ." document formatting or typesetting system, including
  12. ." intermediate and printed output.
  13. ."
  14. ." This manual is distributed in the hope that it will be useful,
  15. ." but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. ." MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  17. ." GNU General Public License for more details.
  18. ."
  19. ." You should have received a copy of the GNU General Public
  20. ." License along with this manual; if not, write to the Free
  21. ." Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
  22. ." USA.
  23. ."
  24. .TH BNIBUILD 1 "6 November, 2000" "BNETD" "BNETD User's Manual"
  25. .SH NAME
  26. bnibuild - build a Battle.net icon file from a directory of Targa icon files
  27. .SH SYNOPSIS
  28. .B bnibuild
  29. [fIoptionsfP]
  30. [--]
  31. fIinputdirfP
  32. [fIbnifilefP]
  33. .SH DESCRIPTION
  34. .B bnibuild
  35. is a simple program which will convert a directory with a text file named
  36. .I bniindex.lst
  37. and associated Targa image file into a single Battle.net icon file.
  38. .LP
  39. If
  40. .I bnifile
  41. is not specified or is specified as "-", the standard output will be used.
  42. .LP
  43. FIXME: specify format of bniindex.lst
  44. .SH OPTIONS
  45. .TP
  46. .B -h --help --usage
  47. Print usage information and exit.
  48. .TP
  49. .B -v --version
  50. Print its version number and exit.
  51. .TP
  52. .B --
  53. Signal end of options.  Any further arguments will be treated as filenames
  54. even if they begin with a "-".
  55. .SH NOTES
  56. The current version is available with the bnetd distribution at:
  57. .LP
  58. .RS
  59. .I http://www.bnetd.org/
  60. .RE
  61. .SH BUGS
  62. The purpose of some of the fields in the BNI format are not known.  Only
  63. true-color formats are currently supported.
  64. .SH "SEE ALSO"
  65. .BR bnetd (1),
  66. .BR bni2tga (1),
  67. .BR bniextract (1),
  68. .BR bnilist (1),
  69. .BR tgainfo (1)
  70. .SH AUTHORS
  71. .TP
  72. Marco Ziech (fImmz@gmx.netfP) and
  73. Ross Combs (fIross@bnetd.orgfP)