|
Exiv2
|
Define an RCS id string in every object file compiled from a source file that includes rcsid_int.hpp. More...
Macros | |
| #define | EXIV2_RCSID(id) |
| Macro to store version information in each object file. More... | |
Define an RCS id string in every object file compiled from a source file that includes rcsid_int.hpp.
This is a simplified version of the ACE_RCSID macro that is used in the ACE(TM) distribution.
| #define EXIV2_RCSID | ( | id | ) |
Macro to store version information in each object file.
Use this macro by including the following two lines at the beginning of each *.cpp file. See the ident(1) manual pages for more information.
The macro hack itself has the following purposes:
1.8.13