~ubuntu-branches/ubuntu/edgy/tilp/edgy

« back to all changes in this revision

Viewing changes to win32/Tilp.rc

  • Committer: Bazaar Package Importer
  • Author(s): Julien BLACHE
  • Date: 2004-05-22 21:12:03 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040522211203-awg2cuw03guyvyz9
Tags: 6.72-2
* debian/control
  + Build-Depends: libticables3 (>= 3.8.4-1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
//Microsoft Developer Studio 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 "afxres.h"
11
 
 
12
 
/////////////////////////////////////////////////////////////////////////////
13
 
#undef APSTUDIO_READONLY_SYMBOLS
14
 
 
15
 
/////////////////////////////////////////////////////////////////////////////
16
 
// Neutral (Default) resources
17
 
 
18
 
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEUD)
19
 
#ifdef _WIN32
20
 
LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT
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_ICON1               ICON    DISCARDABLE     "tilp.ico"
32
 
#endif    // Neutral (Default) resources
33
 
/////////////////////////////////////////////////////////////////////////////
34
 
 
35
 
 
36
 
/////////////////////////////////////////////////////////////////////////////
37
 
// French (France) resources
38
 
 
39
 
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_FRA)
40
 
#ifdef _WIN32
41
 
LANGUAGE LANG_FRENCH, SUBLANG_FRENCH
42
 
#pragma code_page(1252)
43
 
#endif //_WIN32
44
 
 
45
 
#ifndef _MAC
46
 
/////////////////////////////////////////////////////////////////////////////
47
 
//
48
 
// Version
49
 
//
50
 
 
51
 
VS_VERSION_INFO VERSIONINFO
52
 
 FILEVERSION 4,45,0,0
53
 
 PRODUCTVERSION 4,45,0,0
54
 
 FILEFLAGSMASK 0x3fL
55
 
#ifdef _DEBUG
56
 
 FILEFLAGS 0x29L
57
 
#else
58
 
 FILEFLAGS 0x28L
59
 
#endif
60
 
 FILEOS 0x40004L
61
 
 FILETYPE 0x1L
62
 
 FILESUBTYPE 0x0L
63
 
BEGIN
64
 
    BLOCK "StringFileInfo"
65
 
    BEGIN
66
 
        BLOCK "040c04b0"
67
 
        BEGIN
68
 
            VALUE "Comments", "TiLP - Windows 9x/Me, NT4/2000 version\0"
69
 
            VALUE "CompanyName", "GTkTiLink developer\0"
70
 
            VALUE "FileDescription", "TiLP\0"
71
 
            VALUE "FileVersion", "4.45\0"
72
 
            VALUE "InternalName", "TiLP\0"
73
 
            VALUE "LegalCopyright", "Copyright � 1999-2001, Romain Li�vin\0"
74
 
            VALUE "LegalTrademarks", "nothing\0"
75
 
            VALUE "OriginalFilename", "tilp.exe\0"
76
 
            VALUE "PrivateBuild", "Build #1\0"
77
 
            VALUE "ProductName", "TI link cable software for Linux, Windows9x/NT4/2000, BeOS\0"
78
 
            VALUE "ProductVersion", "4, 45, 0, 0\0"
79
 
            VALUE "SpecialBuild", "Windows 9x/Me, NT4/2000 version\0"
80
 
        END
81
 
    END
82
 
    BLOCK "VarFileInfo"
83
 
    BEGIN
84
 
        VALUE "Translation", 0x40c, 1200
85
 
    END
86
 
END
87
 
 
88
 
#endif    // !_MAC
89
 
 
90
 
 
91
 
#ifdef APSTUDIO_INVOKED
92
 
/////////////////////////////////////////////////////////////////////////////
93
 
//
94
 
// TEXTINCLUDE
95
 
//
96
 
 
97
 
1 TEXTINCLUDE DISCARDABLE 
98
 
BEGIN
99
 
    "resource.h\0"
100
 
END
101
 
 
102
 
2 TEXTINCLUDE DISCARDABLE 
103
 
BEGIN
104
 
    "#include ""afxres.h""\r\n"
105
 
    "\0"
106
 
END
107
 
 
108
 
3 TEXTINCLUDE DISCARDABLE 
109
 
BEGIN
110
 
    "\r\n"
111
 
    "\0"
112
 
END
113
 
 
114
 
#endif    // APSTUDIO_INVOKED
115
 
 
116
 
#endif    // French (France) resources
117
 
/////////////////////////////////////////////////////////////////////////////
118
 
 
119
 
 
120
 
 
121
 
#ifndef APSTUDIO_INVOKED
122
 
/////////////////////////////////////////////////////////////////////////////
123
 
//
124
 
// Generated from the TEXTINCLUDE 3 resource.
125
 
//
126
 
 
127
 
 
128
 
/////////////////////////////////////////////////////////////////////////////
129
 
#endif    // not APSTUDIO_INVOKED
130