diff options
Diffstat (limited to 'vcpkg/ports/libaiff/config.h')
| -rw-r--r-- | vcpkg/ports/libaiff/config.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/libaiff/config.h b/vcpkg/ports/libaiff/config.h new file mode 100644 index 0000000..f7c04ee --- /dev/null +++ b/vcpkg/ports/libaiff/config.h @@ -0,0 +1,12 @@ +/* Define to the address where bug reports for this package should be sent. */ +#define PACKAGE_BUGREPORT "marcotrillo@gmail.com" + +/* Define to the full name of this package. */ +#define PACKAGE_NAME "LibAiff (MSVC)" + +/* Define to the full name and version of this package. */ +#define PACKAGE_STRING "LibAiff (MSVC) $Revision: 1.1 $" + +/* Define to the version of this package. */ +#define PACKAGE_VERSION "$Revision: 1.1 $" + |