summaryrefslogtreecommitdiff
path: root/src/conv/html/abw2html.rc.in
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-11-29 07:48:42 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-11-29 07:48:42 +0100
commitdaa3ecf432d0decf1fdb05703629e94636e393be (patch)
tree82dd1c5c81f83192f46bf3f8dd96c57079d9787d /src/conv/html/abw2html.rc.in
Initial libabw skeleton
Diffstat (limited to 'src/conv/html/abw2html.rc.in')
-rw-r--r--src/conv/html/abw2html.rc.in31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/conv/html/abw2html.rc.in b/src/conv/html/abw2html.rc.in
new file mode 100644
index 0000000..b68fff1
--- /dev/null
+++ b/src/conv/html/abw2html.rc.in
@@ -0,0 +1,31 @@
+#include <winver.h>
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION @ABW_MAJOR_VERSION@,@ABW_MINOR_VERSION@,@ABW_MICRO_VERSION@,BUILDNUMBER
+ PRODUCTVERSION @ABW_MAJOR_VERSION@,@ABW_MINOR_VERSION@,@ABW_MICRO_VERSION@,0
+ FILEFLAGSMASK 0
+ FILEFLAGS 0
+ FILEOS VOS__WINDOWS32
+ FILETYPE VFT_APP
+ FILESUBTYPE VFT2_UNKNOWN
+ BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904B0"
+ BEGIN
+ VALUE "CompanyName", "The libabw developer community"
+ VALUE "FileDescription", "abw2html"
+ VALUE "FileVersion", "@ABW_MAJOR_VERSION@.@ABW_MINOR_VERSION@.@ABW_MICRO_VERSION@.BUILDNUMBER"
+ VALUE "InternalName", "abw2html"
+ VALUE "LegalCopyright", "Copyright (C) 2002-2006 William Lachance, Marc Maurer, Fridrich Strba, other contributers"
+ VALUE "OriginalFilename", "abw2html.exe"
+ VALUE "ProductName", "libabw"
+ VALUE "ProductVersion", "@ABW_MAJOR_VERSION@.@ABW_MINOR_VERSION@.@ABW_MICRO_VERSION@"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x409, 1200
+ END
+ END
+