~kklimonda/ubuntu/natty/glibmm2.4/update

« back to all changes in this revision

Viewing changes to MSVC_Net2005/giomm/giomm.rc

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-08-28 08:32:22 UTC
  • mfrom: (1.2.38 upstream)
  • Revision ID: james.westby@ubuntu.com-20090828083222-qr6jekfjlsz52rb7
Tags: 2.21.4.1-0ubuntu1
* New upstream release: (LP: #419705)
  2.21.4.1
  - Reenable hierarchy graphs for each class
  - Remove header and footer HTML fragments
  - Use shared mm-common Doxygen style sheet
  2.21.4
  - Transition to new mm-common build infrastructure
  - Correct the if condition in Gio::MemoryInputStream::add_data().
* debian/control.in:
  - Remove debian VCS links as they confuse debcheckout
* debian/libglibmm-2.4-dev.install:
  - Install files from /usr/share/glibmm-2.4/doctool

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
#define APSTUDIO_READONLY_SYMBOLS
3
 
 
4
 
#include <windows.h>
5
 
 
6
 
#undef APSTUDIO_READONLY_SYMBOLS
7
 
 
8
 
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
9
 
#ifdef _WIN32
10
 
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
11
 
#pragma code_page(1252)
12
 
#endif //_WIN32
13
 
 
14
 
#ifdef APSTUDIO_INVOKED
15
 
 
16
 
1 TEXTINCLUDE 
17
 
BEGIN
18
 
    "resource.h\0"
19
 
END
20
 
 
21
 
2 TEXTINCLUDE 
22
 
BEGIN
23
 
    "#include ""afxres.h""\r\n"
24
 
    "\0"
25
 
END
26
 
 
27
 
3 TEXTINCLUDE 
28
 
BEGIN
29
 
    "\r\n"
30
 
    "\0"
31
 
END
32
 
 
33
 
#endif    // APSTUDIO_INVOKED
34
 
 
35
 
VS_VERSION_INFO VERSIONINFO
36
 
 FILEVERSION 2,21,3,1
37
 
 PRODUCTVERSION 2,21,3,1
38
 
 FILEFLAGSMASK 0x17L
39
 
#ifdef _DEBUG
40
 
 FILEFLAGS 0x1L
41
 
#else
42
 
 FILEFLAGS 0x0L
43
 
#endif
44
 
 FILEOS 0x4L
45
 
 FILETYPE 0x2L
46
 
 FILESUBTYPE 0x0L
47
 
BEGIN
48
 
    BLOCK "StringFileInfo"
49
 
    BEGIN
50
 
        BLOCK "040904b0"
51
 
        BEGIN
52
 
            VALUE "CompanyName", "The glibmm development team (see AUTHORS)"
53
 
            VALUE "FileDescription", "The official C++ wrapper for gio"
54
 
            VALUE "FileVersion", "2.21.3"
55
 
            VALUE "LegalCopyright", "Distribution is under the LGPL (see COPYING)"
56
 
            VALUE "OriginalFilename", "giomm-2.4"
57
 
            VALUE "ProductName", "giomm"
58
 
            VALUE "ProductVersion", "2.21.3"
59
 
        END
60
 
    END
61
 
    BLOCK "VarFileInfo"
62
 
    BEGIN
63
 
        VALUE "Translation", 0x409, 1200
64
 
    END
65
 
END
66
 
 
67
 
#endif    // English (U.S.) resources
68
 
 
69
 
#ifndef APSTUDIO_INVOKED
70
 
 
71
 
#endif    // not APSTUDIO_INVOKED