summaryrefslogtreecommitdiff
path: root/src/win32.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32.rc')
-rw-r--r--src/win32.rc35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/win32.rc b/src/win32.rc
new file mode 100644
index 0000000..9fd8d82
--- /dev/null
+++ b/src/win32.rc
@@ -0,0 +1,35 @@
+1 ICON "transmission_large.ico"
+
+// Executable version information.
+1 VERSIONINFO
+ FILEVERSION 1,0,0,0
+ PRODUCTVERSION 1,0,0,0
+ FILEFLAGSMASK 0x17L
+#ifdef DEBUG
+ FILEFLAGS 0x1L
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS 0x4L
+ FILETYPE 0x1L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "080904b0"
+ BEGIN
+ VALUE "CompanyName", "eth0.org.uk"
+ VALUE "FileDescription", "Transmission Remote GTK"
+ VALUE "FileVersion", "1, 0, 0, 0"
+ VALUE "InternalName", "transmission-remote-gtk"
+ VALUE "LegalCopyright", "©2011 Alan Fitton"
+ VALUE "OriginalFilename", "transmission-remote-gtk.exe"
+ VALUE "ProductName", "Transmission Remote GTK"
+ VALUE "ProductVersion", "1, 0, 0, 0"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x809, 1200
+ END
+END \ No newline at end of file