~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/modules/plugin/samples/npthread/windows/npthread.rc

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
Import upstream version 0.7.10

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
// 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
#ifndef _MAC
 
25
/////////////////////////////////////////////////////////////////////////////
 
26
//
 
27
// Version
 
28
//
 
29
 
 
30
VS_VERSION_INFO VERSIONINFO
 
31
 FILEVERSION 1,0,0,1
 
32
 PRODUCTVERSION 1,0,0,1
 
33
 FILEFLAGSMASK 0x3fL
 
34
#ifdef _DEBUG
 
35
 FILEFLAGS 0x1L
 
36
#else
 
37
 FILEFLAGS 0x0L
 
38
#endif
 
39
 FILEOS 0x40004L
 
40
 FILETYPE 0x2L
 
41
 FILESUBTYPE 0x0L
 
42
BEGIN
 
43
    BLOCK "StringFileInfo"
 
44
    BEGIN
 
45
        BLOCK "040904e4"
 
46
        BEGIN
 
47
            VALUE "Comments", "\0"
 
48
            VALUE "CompanyName", " \0"
 
49
            VALUE "FileDescription", "npthread\0"
 
50
            VALUE "FileExtents", "thr\0"
 
51
            VALUE "FileOpenName", "npthread\0"
 
52
            VALUE "FileVersion", "1, 0, 0, 1\0"
 
53
            VALUE "InternalName", "npthread\0"
 
54
            VALUE "LegalCopyright", "Copyright � 2002\0"
 
55
            VALUE "LegalTrademarks", "\0"
 
56
            VALUE "MIMEType", "*\0"
 
57
            VALUE "OriginalFilename", "npthread\0"
 
58
            VALUE "PrivateBuild", "\0"
 
59
            VALUE "ProductName", "Thread plugin wrapper\0"
 
60
            VALUE "ProductVersion", "1, 0, 0, 1\0"
 
61
            VALUE "SpecialBuild", "\0"
 
62
        END
 
63
    END
 
64
    BLOCK "VarFileInfo"
 
65
    BEGIN
 
66
        VALUE "Translation", 0x409, 1252
 
67
    END
 
68
END
 
69
 
 
70
#endif    // !_MAC
 
71
 
 
72
 
 
73
#ifdef APSTUDIO_INVOKED
 
74
/////////////////////////////////////////////////////////////////////////////
 
75
//
 
76
// TEXTINCLUDE
 
77
//
 
78
 
 
79
1 TEXTINCLUDE DISCARDABLE 
 
80
BEGIN
 
81
    "resource.h\0"
 
82
END
 
83
 
 
84
2 TEXTINCLUDE DISCARDABLE 
 
85
BEGIN
 
86
    "#include ""afxres.h""\r\n"
 
87
    "\0"
 
88
END
 
89
 
 
90
3 TEXTINCLUDE DISCARDABLE 
 
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