table of contents
other versions
NSIS(1) | LibraryLocal manual | NSIS(1) |
NAME¶
LibraryLocal - A program to get version numbers from DLL files for use with NSIS.
SYNOPSIS¶
LibraryLocal [mode] [input.dll] [output.nsh]
DESCRIPTION¶
This manual page documents briefly the LibraryLocal command.
This manual page was written for the Debian (TM) distribution because the original program does not have a manual page.
LibraryLocal is a part of NSIS, which is a system for creating installer programs for Windows.
OPTIONS¶
All three arguments are required.
mode
'D' for DLLs or 'T' for TLBs (only supported on
Windows).
input.dll
The DLL/TLB file to get the version number from.
output.nsh
The name of the NSIS script file to output for use by the
Library.nsh files.
EXIT STATUS¶
0
Success
1
Incorrect number of arguments
AUTHOR¶
Paul Wise <pabs@debian.org>>
This manual page was written by Paul Wise
<pabs@debian.org>> for the Debian (TM) system.
COPYRIGHT¶
Copyright © 2007 Paul Wise
July 28, 2007 | LibraryLocal manual |