src/ottdres.rc
author KUDr
Fri, 20 Apr 2007 19:43:06 +0000
changeset 6513 454347ca3dfb
parent 5562 0a7b51c922b9
child 6916 6067a81714f4
permissions -rw-r--r--
(svn r9697) -Fix [YAPF](r9694): 'unused variable' warning (glx)
2742
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
     1
//Microsoft Developer Studio generated resource script.
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
     2
//
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
     3
#define APSTUDIO_READONLY_SYMBOLS
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
     4
/////////////////////////////////////////////////////////////////////////////
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
     5
//
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
     6
// Generated from the TEXTINCLUDE 2 resource.
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
     7
//
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
     8
#include "resource.h"
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
     9
#define APSTUDIO_HIDDEN_SYMBOLS
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    10
#include "windows.h"
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    11
#undef APSTUDIO_HIDDEN_SYMBOLS
3062
2c96a73da934 (svn r3651) -Fix: r3646 fixed some lame compiler, but broke others... this fixes it for some more compilers
truelight
parents: 3057
diff changeset
    12
#ifdef MSVC
3057
7e42adcf85a8 (svn r3646) - We are not using MFC so don't use afxres but winres. This solves the compilation problem if MFC is not installed with the compiler IDE (VS6 for example)
Darkvater
parents: 2946
diff changeset
    13
#include "winres.h"
3062
2c96a73da934 (svn r3651) -Fix: r3646 fixed some lame compiler, but broke others... this fixes it for some more compilers
truelight
parents: 3057
diff changeset
    14
#else
2c96a73da934 (svn r3651) -Fix: r3646 fixed some lame compiler, but broke others... this fixes it for some more compilers
truelight
parents: 3057
diff changeset
    15
#include "afxres.h"
2c96a73da934 (svn r3651) -Fix: r3646 fixed some lame compiler, but broke others... this fixes it for some more compilers
truelight
parents: 3057
diff changeset
    16
#endif
2742
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    17
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    18
/////////////////////////////////////////////////////////////////////////////
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    19
#undef APSTUDIO_READONLY_SYMBOLS
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    20
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    21
/////////////////////////////////////////////////////////////////////////////
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    22
// Neutral (Default) resources
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    23
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    24
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEUD)
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    25
#ifdef _WIN32
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    26
LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    27
#pragma code_page(1252)
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    28
#endif //_WIN32
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    29
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    30
/////////////////////////////////////////////////////////////////////////////
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    31
//
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    32
// Icon
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    33
//
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    34
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    35
// Icon with lowest ID value placed first to ensure application icon
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    36
// remains consistent on all systems.
5488
4cfb3fdc5cbd (svn r7772) -Fix (r7759): [win32] Paths to icon files were wrong.
Darkvater
parents: 5475
diff changeset
    37
100                     ICON    DISCARDABLE     "../media/openttd.ico"
4cfb3fdc5cbd (svn r7772) -Fix (r7759): [win32] Paths to icon files were wrong.
Darkvater
parents: 5475
diff changeset
    38
101                     ICON    DISCARDABLE     "../media/mainicon.ico"
2742
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    39
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    40
/////////////////////////////////////////////////////////////////////////////
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    41
//
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    42
// Dialog
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    43
//
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    44
5529
25e90c3f693d (svn r7840) -Codechange: Change the crash window a bit. Tell about Flyspray and crash.dmp. Remove
Darkvater
parents: 5488
diff changeset
    45
100 DIALOG DISCARDABLE  0, 0, 305, 77
2742
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    46
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    47
CAPTION "Fatal Application Failure"
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    48
FONT 8, "MS Sans Serif"
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    49
BEGIN
5529
25e90c3f693d (svn r7840) -Codechange: Change the crash window a bit. Tell about Flyspray and crash.dmp. Remove
Darkvater
parents: 5488
diff changeset
    50
    PUSHBUTTON      "&Close",12,7,58,50,14
25e90c3f693d (svn r7840) -Codechange: Change the crash window a bit. Tell about Flyspray and crash.dmp. Remove
Darkvater
parents: 5488
diff changeset
    51
    PUSHBUTTON      "&Submit report",14,81,58,68,14,WS_DISABLED
25e90c3f693d (svn r7840) -Codechange: Change the crash window a bit. Tell about Flyspray and crash.dmp. Remove
Darkvater
parents: 5488
diff changeset
    52
    PUSHBUTTON      "&Emergency save",13,155,58,68,14
25e90c3f693d (svn r7840) -Codechange: Change the crash window a bit. Tell about Flyspray and crash.dmp. Remove
Darkvater
parents: 5488
diff changeset
    53
    PUSHBUTTON      "",15,243,58,55,14
25e90c3f693d (svn r7840) -Codechange: Change the crash window a bit. Tell about Flyspray and crash.dmp. Remove
Darkvater
parents: 5488
diff changeset
    54
    EDITTEXT        11,7,79,291,118,ES_MULTILINE | ES_READONLY | WS_VSCROLL |
2742
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    55
                    WS_HSCROLL | NOT WS_TABSTOP
5529
25e90c3f693d (svn r7840) -Codechange: Change the crash window a bit. Tell about Flyspray and crash.dmp. Remove
Darkvater
parents: 5488
diff changeset
    56
    LTEXT           "",10,36,7,262,43
2742
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    57
    ICON            100,IDC_STATIC,9,9,20,20
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    58
END
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    59
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    60
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    61
#ifndef _MAC
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    62
/////////////////////////////////////////////////////////////////////////////
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    63
//
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    64
// Version
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    65
//
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    66
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    67
VS_VERSION_INFO VERSIONINFO
4531
031644b598ca (svn r6358) -Codechange: update resource file to reflect development tree (0.5.0.0) as file
Darkvater
parents: 4092
diff changeset
    68
 FILEVERSION 0,5,0,0
031644b598ca (svn r6358) -Codechange: update resource file to reflect development tree (0.5.0.0) as file
Darkvater
parents: 4092
diff changeset
    69
 PRODUCTVERSION 0,5,0,0
2742
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    70
 FILEFLAGSMASK 0x3fL
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    71
#ifdef _DEBUG
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    72
 FILEFLAGS 0x1L
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    73
#else
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    74
 FILEFLAGS 0x0L
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    75
#endif
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    76
 FILEOS 0x4L
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    77
 FILETYPE 0x1L
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    78
 FILESUBTYPE 0x0L
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    79
BEGIN
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    80
    BLOCK "StringFileInfo"
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    81
    BEGIN
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    82
        BLOCK "000004b0"
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    83
        BEGIN
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    84
            VALUE "Comments", "This program is licensed under the GNU General Public License.\0"
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    85
            VALUE "CompanyName", "OpenTTD Development Team\0"
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    86
            VALUE "FileDescription", "OpenTTD\0"
5355
195bce6def67 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater
parents: 4531
diff changeset
    87
            VALUE "FileVersion", "Development Version\0"
2742
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    88
            VALUE "InternalName", "openttd\0"
5562
0a7b51c922b9 (svn r7968) -Update copyright/etc information to 2007
Darkvater
parents: 5529
diff changeset
    89
            VALUE "LegalCopyright", "Copyright © OpenTTD Developers 2002-2007. All Rights Reserved.\0"
2742
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    90
            VALUE "LegalTrademarks", "\0"
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    91
            VALUE "OriginalFilename", "openttd.exe\0"
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    92
            VALUE "PrivateBuild", "\0"
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    93
            VALUE "ProductName", "OpenTTD\0"
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    94
            VALUE "ProductVersion", "0.0.0.0\0"
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    95
            VALUE "SpecialBuild", "-\0"
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    96
        END
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    97
    END
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    98
    BLOCK "VarFileInfo"
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
    99
    BEGIN
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
   100
        VALUE "Translation", 0x0, 1200
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
   101
    END
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
   102
END
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
   103
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
   104
#endif    // !_MAC
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
   105
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
   106
#endif    // Neutral (Default) resources
a85da8a7fac8 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents:
diff changeset
   107
/////////////////////////////////////////////////////////////////////////////