diff options
author | 2011-10-29 16:11:59 -0700 | |
---|---|---|
committer | 2011-10-29 16:11:59 -0700 | |
commit | 951f601aad396523fc9efbb4f021264e3f03524c (patch) | |
tree | 71afe13a347cd6d80d46ad1c877ce4615ca82ecf /packaging/windows/subsurface.rc | |
parent | ceed8b6bc91872dec83b9c02223d72ac137c7335 (diff) | |
parent | 28d4075746c6120b56231dc58564a2353cc88a6a (diff) | |
download | subsurface-951f601aad396523fc9efbb4f021264e3f03524c.tar.gz |
Merge branch 'mingw-port-cleanup' of git://github.com/dirkhh/subsurface
* 'mingw-port-cleanup' of git://github.com/dirkhh/subsurface:
Fix Windows install destination
Get rid of the terminal window that is displayed under Windows
Add first cut of the mingw cross build spec file + nsi file
Get icons working correctly under Windows
Diffstat (limited to 'packaging/windows/subsurface.rc')
-rw-r--r-- | packaging/windows/subsurface.rc | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/packaging/windows/subsurface.rc b/packaging/windows/subsurface.rc new file mode 100644 index 000000000..af79f6de9 --- /dev/null +++ b/packaging/windows/subsurface.rc @@ -0,0 +1,25 @@ +1 VERSIONINFO +FILEVERSION 1,1,0,0 +PRODUCTVERSION 1,1,0,0 +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "080904E4" + BEGIN + VALUE "CompanyName", "subsurface team" + VALUE "FileDescription", "subsurface dive log" + VALUE "FileVersion", "1.1" + VALUE "InternalName", "subsurface" + VALUE "LegalCopyright", "Linus Torvalds, Dirk Hohndel and others" + VALUE "OriginalFilename", "subsurface.exe" + VALUE "ProductName", "subsurface" + VALUE "ProductVersion", "1.1" + END + END + + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x809, 1252 + END +END +ID ICON "subsurface.ico"
\ No newline at end of file |