SHLIB_VERSION [ HP Pascal/iX Reference Manual ] MPE/iX 5.0 Documentation
HP Pascal/iX Reference Manual
SHLIB_VERSION
SHLIB_Version is a System-Dependent HP-UX Option.
The compiler option SHLIB_VERSION causes the compiler to place a shared
library version string into the resulting object file.
$SHLIB_VERSION 'string'$
Parameters
String Specifies the date stamp to be used by the linker for
shared library version control. Must be in the form:
mm/yy or mm/yyyy.
Default '01/1990'.
Location At front.
Example
$OS `HPUX'$
$SHLIB_CODE ON$
$SHLIB_VERSION `04/1990'$
SHLIB_VERSION is designed to be used with the SHLIB_CODE compiler option.
For more information about shared library version control, refer to
Programming on HP-UX.
MPE/iX 5.0 Documentation