~ubuntu-branches/ubuntu/hoary/devil/hoary

« back to all changes in this revision

Viewing changes to src-ILUT/msvc/ILUT.rc

  • Committer: Bazaar Package Importer
  • Author(s): Marcelo E. Magallon
  • Date: 2005-01-03 19:57:42 UTC
  • Revision ID: james.westby@ubuntu.com-20050103195742-4ipkplcwygu3irv0
Tags: upstream-1.6.7
Import upstream version 1.6.7

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
#define APSTUDIO_HIDDEN_SYMBOLS
 
11
#include "windows.h"
 
12
#undef APSTUDIO_HIDDEN_SYMBOLS
 
13
#include "resource.h"
 
14
 
 
15
/////////////////////////////////////////////////////////////////////////////
 
16
#undef APSTUDIO_READONLY_SYMBOLS
 
17
 
 
18
/////////////////////////////////////////////////////////////////////////////
 
19
// English (U.S.) resources
 
20
 
 
21
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
 
22
#ifdef _WIN32
 
23
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 
24
#pragma code_page(1252)
 
25
#endif //_WIN32
 
26
 
 
27
#ifdef APSTUDIO_INVOKED
 
28
/////////////////////////////////////////////////////////////////////////////
 
29
//
 
30
// TEXTINCLUDE
 
31
//
 
32
 
 
33
2 TEXTINCLUDE MOVEABLE PURE 
 
34
BEGIN
 
35
    "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
 
36
    "#include ""windows.h""\r\n"
 
37
    "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
 
38
    "#include ""resource.h""\r\n"
 
39
    "\0"
 
40
END
 
41
 
 
42
3 TEXTINCLUDE MOVEABLE PURE 
 
43
BEGIN
 
44
    "\r\n"
 
45
    "\0"
 
46
END
 
47
 
 
48
1 TEXTINCLUDE MOVEABLE PURE 
 
49
BEGIN
 
50
    "resource.h\0"
 
51
END
 
52
 
 
53
#endif    // APSTUDIO_INVOKED
 
54
 
 
55
 
 
56
#ifndef _MAC
 
57
/////////////////////////////////////////////////////////////////////////////
 
58
//
 
59
// Version
 
60
//
 
61
 
 
62
VS_VERSION_INFO VERSIONINFO
 
63
 FILEVERSION 0,1,6,5
 
64
 PRODUCTVERSION 0,1,6,5
 
65
 FILEFLAGSMASK 0x3fL
 
66
#ifdef _DEBUG
 
67
 FILEFLAGS 0x29L
 
68
#else
 
69
 FILEFLAGS 0x28L
 
70
#endif
 
71
 FILEOS 0x40004L
 
72
 FILETYPE 0x2L
 
73
 FILESUBTYPE 0x0L
 
74
BEGIN
 
75
    BLOCK "StringFileInfo"
 
76
    BEGIN
 
77
        BLOCK "040904b0"
 
78
        BEGIN
 
79
            VALUE "Comments", "ILUT: A portable image library in development\0"
 
80
            VALUE "CompanyName", "Abysmal Software\0"
 
81
            VALUE "FileDescription", "ILUT: A portable image library in development\0"
 
82
            VALUE "FileVersion", "1.6.6\0"
 
83
            VALUE "InternalName", "ILUT\0"
 
84
            VALUE "LegalCopyright", "Copyright � 2000-2002\0"
 
85
            VALUE "LegalTrademarks", "Under LGPL License\0"
 
86
            VALUE "OriginalFilename", "ILUT.dll\0"
 
87
            VALUE "PrivateBuild", "Open Source\0"
 
88
            VALUE "ProductName", "Developer's Image Utility Toolkit Library\0"
 
89
            VALUE "ProductVersion", "1.6.6\0"
 
90
            VALUE "SpecialBuild", "eh?\0"
 
91
        END
 
92
    END
 
93
    BLOCK "VarFileInfo"
 
94
    BEGIN
 
95
        VALUE "Translation", 0x409, 1200
 
96
    END
 
97
END
 
98
 
 
99
#endif    // !_MAC
 
100
 
 
101
 
 
102
/////////////////////////////////////////////////////////////////////////////
 
103
//
 
104
// Icon
 
105
//
 
106
 
 
107
// Icon with lowest ID value placed first to ensure application icon
 
108
// remains consistent on all systems.
 
109
IDI_ICON1               ICON    DISCARDABLE     "resources\\IL Logo.ico"
 
110
 
 
111
/////////////////////////////////////////////////////////////////////////////
 
112
//
 
113
// String Table
 
114
//
 
115
 
 
116
STRINGTABLE DISCARDABLE 
 
117
BEGIN
 
118
    IDC_OPENILUT            "Developer's Image Utility Toolkit Library, Version 1.6.6"
 
119
END
 
120
 
 
121
#endif    // English (U.S.) resources
 
122
/////////////////////////////////////////////////////////////////////////////
 
123
 
 
124
 
 
125
 
 
126
#ifndef APSTUDIO_INVOKED
 
127
/////////////////////////////////////////////////////////////////////////////
 
128
//
 
129
// Generated from the TEXTINCLUDE 3 resource.
 
130
//
 
131
 
 
132
 
 
133
/////////////////////////////////////////////////////////////////////////////
 
134
#endif    // not APSTUDIO_INVOKED
 
135