Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | w32: Add a manifest to libgpg-error. | Werner Koch | 2015-03-06 | 1 | -0/+1 |
| | | | | | | | | | | | * src/gpg-error.w32-manifest.in: New. * src/Makefile.am (EXTRA_DIST): Add it. (versioninfo.lo): Depend on it. * src/versioninfo.rc.in: Add it. * configure.ac (AC_CONFIG_FILES): Add it. (BUILD_VERSION): New. Signed-off-by: Werner Koch <[email protected]> | ||||
* | Add version macros and check function. | Werner Koch | 2013-02-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | * configure.ac (VERSION_NUMBER): New ac_subst. (BUILD_FILEVERSION): Build on all platforms (BUILD_TIMESTAMP): Try to use an ISO string. * src/Makefile.am (extra-h.in): Add new version numbers. * src/versioninfo.rc.in: Update copyright year. * src/version.c: New. (gpg_error_check_version): New API. * src/gpg-error.h.in: Add gpg_error_check_version prototype. * src/gpg-error.def.in: Add gpg_error_check_version * tests/t-version.c: New. * tests/Makefile.am (TESTS): Add t-version.c * src/gpg-error-config.in: s/VERSION/PACKAGE_VERSION/. -- All other GnuPG libraries do this, thus we do it here as well. | ||||
* | Switch to the new automagic beta numbering scheme. | Werner Koch | 2012-11-16 | 1 | -4/+4 |
| | | | | | | * configure.ac: Change to a git only revision id setup. (BUILD_FILEVERSION): Use revision id for this. * src/versioninfo.rc.in (FileVersion): Use LT version. | ||||
* | Final changes for building a DLL. | Werner Koch | 2005-08-19 | 1 | -2/+2 |
| | |||||
* | Does now allow to build a W32 DLL. | Werner Koch | 2005-08-19 | 1 | -0/+52 |