~ubuntu-branches/debian/squeeze/stella/squeeze

« back to all changes in this revision

Viewing changes to src/win32/stella.rc

  • Committer: Bazaar Package Importer
  • Author(s): Mario Iseli
  • Date: 2006-04-08 18:38:25 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20060408183825-vu1jk57rk929derx
* New Maintainer (Closes: #361345)
* New upstream release (Closes: #349725)
* Build-Depend now on libslang2-dev (Closes: #325577)
* Complete rebuild of debian/, upgraded to policy-standards
  3.6.2 and compat-level 5.
* Removed stellarc since stella only reads ~/.stellarc and even
  works without a first config.
* New debian/watch file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// Microsoft Visual C++ generated resource script.
 
2
//
 
3
#include "resource.h"
 
4
 
 
5
#define APSTUDIO_READONLY_SYMBOLS
 
6
/////////////////////////////////////////////////////////////////////////////
 
7
//
 
8
// Generated from the TEXTINCLUDE 2 resource.
 
9
//
 
10
#include "winresrc.h"
 
11
 
 
12
/////////////////////////////////////////////////////////////////////////////
 
13
#undef APSTUDIO_READONLY_SYMBOLS
 
14
 
 
15
/////////////////////////////////////////////////////////////////////////////
 
16
// English (U.S.) resources
 
17
 
 
18
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
 
19
#ifdef _WIN32
 
20
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 
21
#pragma code_page(1252)
 
22
#endif //_WIN32
 
23
 
 
24
/////////////////////////////////////////////////////////////////////////////
 
25
//
 
26
// Icon
 
27
//
 
28
 
 
29
// Icon with lowest ID value placed first to ensure application icon
 
30
// remains consistent on all systems.
 
31
IDI_ICON                ICON                    "stella.ico"
 
32
 
 
33
/////////////////////////////////////////////////////////////////////////////
 
34
//
 
35
// Version
 
36
//
 
37
 
 
38
VS_VERSION_INFO VERSIONINFO
 
39
 FILEVERSION 2,2,0,0
 
40
 PRODUCTVERSION 2,2,0,0
 
41
 FILEFLAGSMASK 0x3fL
 
42
#ifdef _DEBUG
 
43
 FILEFLAGS 0x1L
 
44
#else
 
45
 FILEFLAGS 0x0L
 
46
#endif
 
47
 FILEOS 0x40004L
 
48
 FILETYPE 0x1L
 
49
 FILESUBTYPE 0x0L
 
50
BEGIN
 
51
    BLOCK "StringFileInfo"
 
52
    BEGIN
 
53
        BLOCK "040904b0"
 
54
        BEGIN
 
55
            VALUE "Comments", "The multi-platform Atari 2600 emulator.  Stella is released under the GPL."
 
56
            VALUE "CompanyName", "Bradford W. Mott and the Stella team (http://stella.sourceforge.net)"
 
57
            VALUE "FileDescription", "Stella"
 
58
            VALUE "FileVersion", "2.2"
 
59
            VALUE "InternalName", "Stella"
 
60
            VALUE "LegalCopyright", "Copyright (C) 1995-2006 B. Mott & the Stella team"
 
61
            VALUE "OriginalFilename", "Stella.exe"
 
62
            VALUE "ProductName", "Stella"
 
63
            VALUE "ProductVersion", "2.2"
 
64
        END
 
65
    END
 
66
    BLOCK "VarFileInfo"
 
67
    BEGIN
 
68
        VALUE "Translation", 0x409, 1200
 
69
    END
 
70
END
 
71
 
 
72
 
 
73
#ifdef APSTUDIO_INVOKED
 
74
/////////////////////////////////////////////////////////////////////////////
 
75
//
 
76
// TEXTINCLUDE
 
77
//
 
78
 
 
79
1 TEXTINCLUDE 
 
80
BEGIN
 
81
    "resource.h\0"
 
82
END
 
83
 
 
84
2 TEXTINCLUDE 
 
85
BEGIN
 
86
    "#include ""winresrc.h""\r\n"
 
87
    "\0"
 
88
END
 
89
 
 
90
3 TEXTINCLUDE 
 
91
BEGIN
 
92
    "\r\n"
 
93
    "\0"
 
94
END
 
95
 
 
96
#endif    // APSTUDIO_INVOKED
 
97
 
 
98
#endif    // English (U.S.) resources
 
99
/////////////////////////////////////////////////////////////////////////////
 
100
 
 
101
 
 
102
 
 
103
#ifndef APSTUDIO_INVOKED
 
104
/////////////////////////////////////////////////////////////////////////////
 
105
//
 
106
// Generated from the TEXTINCLUDE 3 resource.
 
107
//
 
108
 
 
109
 
 
110
/////////////////////////////////////////////////////////////////////////////
 
111
#endif    // not APSTUDIO_INVOKED
 
112