summaryrefslogtreecommitdiffstats
path: root/packaging/windows/subsurface.rc
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-08 23:51:02 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-08 23:51:02 -0700
commit83eb64a9ef5281a28378af8cb252ec5329b0d142 (patch)
tree43de2f48b5c0c05c1c206f84251eabccffe5a5b2 /packaging/windows/subsurface.rc
parent8e8a631cbc354e47c94913f4e82295cea13b3892 (diff)
parentdddcd1016218a1b9b9662be078665e24d46efbac (diff)
downloadsubsurface-83eb64a9ef5281a28378af8cb252ec5329b0d142.tar.gz
Merge http://github.com/thiagomacieira/subsurface
Diffstat (limited to 'packaging/windows/subsurface.rc')
-rw-r--r--packaging/windows/subsurface.rc25
1 files changed, 0 insertions, 25 deletions
diff --git a/packaging/windows/subsurface.rc b/packaging/windows/subsurface.rc
deleted file mode 100644
index af79f6de9..000000000
--- a/packaging/windows/subsurface.rc
+++ /dev/null
@@ -1,25 +0,0 @@
-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