summaryrefslogtreecommitdiff
path: root/src/win32.rc
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-18 21:23:23 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-18 21:23:23 +0000
commitd453b42def7e0864cbba4489878c351218674dd7 (patch)
tree751c8a07094f2b8f8ee9039596063e1bae60d889 /src/win32.rc
parentc78040dbcfe4c40304944520e0eb4b46dda1e089 (diff)
some win32 build stuff
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