~ubuntu-branches/ubuntu/trusty/argyll/trusty-proposed

« back to all changes in this revision

Viewing changes to libusb1/msvc/libusb-X.X.rc

  • Committer: Package Import Robot
  • Author(s): Artur Rona
  • Date: 2014-02-12 00:35:39 UTC
  • mfrom: (13.1.24 sid)
  • Revision ID: package-import@ubuntu.com-20140212003539-24tautzlitsiz61w
Tags: 1.5.1-5ubuntu1
* Merge from Debian unstable. (LP: #1275572) Remaining changes:
  - debian/control:
    + Build-depend on libtiff-dev rather than libtiff4-dev.
  - debian/control, debian/patches/06_fix_udev_rule.patch:
    + Fix udev rules to actually work; ENV{ACL_MANAGE} has
      stopped working ages ago, and with logind it's now the
      "uaccess" tag. Dropping also consolekit from Recommends.
  - debian/patches/drop-usb-db.patch:
    + Use hwdb builtin, instead of the obsolete usb-db
      in the udev rules.
* debian/patches/05_ftbfs-underlinkage.diff:
  - Dropped change, no needed anymore.
* Refresh the patches.

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 "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
 
#ifdef _DEBUG
25
 
#define VER_ORIGINALFILENAME_STR "libusb-1.0_debug.dll\0"
26
 
#else
27
 
#define VER_ORIGINALFILENAME_STR "libusb-1.0.dll\0"
28
 
#endif
29
 
 
30
 
#define VER_MAJOR        1
31
 
#define VER_MAJOR_STR   "1"
32
 
#define VER_MINOR        0
33
 
#define VER_MINOR_STR   "0"
34
 
#define VER_MICRO        5
35
 
#define VER_MICRO_STR   "5"
36
 
#define VER_NANO         0
37
 
#define VER_NANO_STR    "0"
38
 
#define VER_VERSION_STR VER_MAJOR_STR ", " VER_MINOR_STR ", " VER_MICRO_STR ", " VER_NANO_STR "\0"
39
 
 
40
 
 
41
 
#ifdef APSTUDIO_INVOKED
42
 
/////////////////////////////////////////////////////////////////////////////
43
 
//
44
 
// TEXTINCLUDE
45
 
//
46
 
 
47
 
1 TEXTINCLUDE DISCARDABLE 
48
 
BEGIN
49
 
    "resource.h\0"
50
 
END
51
 
 
52
 
2 TEXTINCLUDE DISCARDABLE 
53
 
BEGIN
54
 
    "#include ""winresrc.h""\r\n"
55
 
    "\0"
56
 
END
57
 
 
58
 
3 TEXTINCLUDE DISCARDABLE 
59
 
BEGIN
60
 
    "\r\n"
61
 
    "\0"
62
 
END
63
 
 
64
 
#endif    // APSTUDIO_INVOKED
65
 
 
66
 
 
67
 
#ifndef _MAC
68
 
/////////////////////////////////////////////////////////////////////////////
69
 
//
70
 
// Version
71
 
//
72
 
 
73
 
VS_VERSION_INFO VERSIONINFO
74
 
 FILEVERSION VER_MAJOR,VER_MINOR,VER_MICRO,VER_NANO
75
 
 PRODUCTVERSION VER_MAJOR,VER_MINOR,VER_MICRO,VER_NANO
76
 
 FILEFLAGSMASK 0x3fL
77
 
#ifdef _DEBUG
78
 
 FILEFLAGS 0x1L
79
 
#else
80
 
 FILEFLAGS 0x0L
81
 
#endif
82
 
 FILEOS 0x40004L
83
 
 FILETYPE 0x2L
84
 
 FILESUBTYPE 0x0L
85
 
BEGIN
86
 
    BLOCK "StringFileInfo"
87
 
    BEGIN
88
 
        BLOCK "040904b0"
89
 
        BEGIN
90
 
            VALUE "Comments", "\0"
91
 
            VALUE "CompanyName", "libusb.org\0"
92
 
            VALUE "FileDescription", "libusb-1\0"
93
 
            VALUE "FileVersion", VER_VERSION_STR
94
 
            VALUE "InternalName", "libusb\0"
95
 
            VALUE "LegalCopyright", "See individual source files, GNU LGPL v2.1 or later.\0"
96
 
            VALUE "LegalTrademarks", "http://www.gnu.org/licenses/lgpl-2.1.html\0"
97
 
            VALUE "OriginalFilename", VER_ORIGINALFILENAME_STR
98
 
            VALUE "PrivateBuild", "\0"
99
 
            VALUE "ProductName", "libusb-1\0"
100
 
            VALUE "ProductVersion", VER_VERSION_STR
101
 
            VALUE "SpecialBuild", "\0"
102
 
        END
103
 
    END
104
 
    BLOCK "VarFileInfo"
105
 
    BEGIN
106
 
        VALUE "Translation", 0x409, 1200
107
 
    END
108
 
END
109
 
 
110
 
#endif    // !_MAC
111
 
 
112
 
#endif    // English (U.S.) resources
113
 
/////////////////////////////////////////////////////////////////////////////
114
 
 
115
 
 
116
 
 
117
 
#ifndef APSTUDIO_INVOKED
118
 
/////////////////////////////////////////////////////////////////////////////
119
 
//
120
 
// Generated from the TEXTINCLUDE 3 resource.
121
 
//
122
 
 
123
 
 
124
 
/////////////////////////////////////////////////////////////////////////////
125
 
#endif    // not APSTUDIO_INVOKED
126