1 #include "apu_version.h"
3 #define APU_COPYRIGHT "Copyright 2000-2005 The Apache Software " \
4 "Foundation or its licensors, as applicable."
6 #define APU_LICENSE "Licensed under the Apache License, Version 2.0 " \
7 "(the ""License""); you may not use this file except " \
8 "in compliance with the License. You may obtain a " \
9 "copy of the License at\r\n\r\n" \
10 "http://www.apache.org/licenses/LICENSE-2.0\r\n\r\n" \
11 "Unless required by applicable law or agreed to in " \
12 "writing, software distributed under the License is " \
13 "distributed on an ""AS IS"" BASIS, WITHOUT " \
14 "WARRANTIES OR CONDITIONS OF ANY KIND, either " \
15 "express or implied. See the License for the " \
16 "specific language governing permissions and " \
17 "limitations under the License."
19 #define APU_DLL_BASENAME "libaprutil-" APU_STRINGIFY(APU_MAJOR_VERSION)
23 FILEVERSION APU_VERSION_STRING_CSV,0
24 PRODUCTVERSION APU_VERSION_STRING_CSV,0
26 #if defined(APU_IS_DEV_VERSION)
39 #if defined(WINNT) || defined(WIN64)
47 BLOCK "StringFileInfo"
51 VALUE "Comments", APU_LICENSE "\0"
52 VALUE "CompanyName", "Apache Software Foundation\0"
53 VALUE "FileDescription", "Apache Portable Runtime Library\0"
54 VALUE "FileVersion", APU_VERSION_STRING "\0"
55 VALUE "InternalName", APU_DLL_BASENAME "\0"
56 VALUE "LegalCopyright", APU_COPYRIGHT "\0"
57 VALUE "OriginalFilename", APU_DLL_BASENAME ".dll\0"
58 VALUE "ProductName", "Apache Portable Runtime Project\0"
59 VALUE "ProductVersion", APU_VERSION_STRING "\0"
64 VALUE "Translation", 0x409, 1200