summaryrefslogtreecommitdiff
path: root/packages/fcl-base/examples/showver.rc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/fcl-base/examples/showver.rc')
-rw-r--r--packages/fcl-base/examples/showver.rc28
1 files changed, 28 insertions, 0 deletions
diff --git a/packages/fcl-base/examples/showver.rc b/packages/fcl-base/examples/showver.rc
new file mode 100644
index 0000000000..cfa30612e6
--- /dev/null
+++ b/packages/fcl-base/examples/showver.rc
@@ -0,0 +1,28 @@
+LANGUAGE 1033,1252
+1 VERSIONINFO
+FILEVERSION 2, 0, 0, 0
+PRODUCTVERSION 1, 0, 0, 0
+FILEFLAGSMASK 0
+FILEOS 0x40000
+FILETYPE 1
+{
+ BLOCK "StringFileInfo"
+ {
+ BLOCK "040904E4"
+ {
+ VALUE "CompanyName", "Free Pascal"
+ VALUE "FileDescription", "Free Pascal version information extractor"
+ VALUE "FileVersion", "1.0"
+ VALUE "InternalName", "Showver"
+ VALUE "LegalCopyright", "GNU Public License"
+ VALUE "OriginalFilename", "showver.pp"
+ VALUE "ProductName", "Free Pascal"
+ VALUE "ProductVersion", "1.0"
+ }
+
+ }
+ BLOCK "VarFileInfo"
+ {
+ VALUE "Translation", 1033, 1252
+ }
+}