~ubuntu-branches/ubuntu/saucy/boinc-app-seti/saucy

« back to all changes in this revision

Viewing changes to client/win_build/seti_boinc_private.rc

  • Committer: Package Import Robot
  • Author(s): Gianfranco Costamagna
  • Date: 2013-07-25 09:38:04 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20130725093804-ll1egntx7saiqyh8
Tags: 7.00~svn1933-1
* New upstream release.
* Removed win_build, mac_build, vector_lib, jpeglib
  not used in building and not completely listed in copyright file.
* debian/copyright and README.sources have been updated.
* dropping 101_freebsd_build.patch and separate_build_dir.patch,
  accepted upstream.
* Removed debian/watch, unused.
* Little changes in debian/README.source files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* THIS FILE WILL BE OVERWRITTEN BY DEV-C++ */
2
 
/* DO NOT EDIT! */
3
 
 
4
 
#include <windows.h> // include for version info constants
5
 
 
6
 
 
7
 
//
8
 
// SUPPORT FOR WINDOWS XP THEMES:
9
 
// THIS WILL MAKE THE PROGRAM USE THE COMMON CONTROLS
10
 
// LIBRARY VERSION 6.0 (IF IT IS AVAILABLE)
11
 
//
12
 
1 24 "./setiathome_7.00_windows_intelx86.exe.Manifest"
13
 
 
14
 
//
15
 
// TO CHANGE VERSION INFORMATION, EDIT PROJECT OPTIONS...
16
 
//
17
 
1 VERSIONINFO
18
 
FILEVERSION 7,0,0,0
19
 
PRODUCTVERSION 7,0,0,0
20
 
FILETYPE VFT_APP
21
 
{
22
 
  BLOCK "StringFileInfo"
23
 
         {
24
 
                 BLOCK "040904E4"
25
 
                 {
26
 
                         VALUE "CompanyName", "Space Sciences Laboratory"
27
 
                         VALUE "FileVersion", "7.00"
28
 
                         VALUE "FileDescription", "setiathome_v7"
29
 
                         VALUE "InternalName", "setiathome_v7"
30
 
                         VALUE "LegalCopyright", "Copyright 2011, Regents University of California"
31
 
                         VALUE "LegalTrademarks", ""
32
 
                         VALUE "OriginalFilename", ""
33
 
                         VALUE "ProductName", "setiathome_v7"
34
 
                         VALUE "ProductVersion", "7.00"
35
 
                 }
36
 
         }
37
 
  BLOCK "VarFileInfo"
38
 
         {
39
 
                 VALUE "Translation", 0x0409, 1252
40
 
         }
41
 
}
42