~ubuntu-branches/ubuntu/karmic/libsdl1.2/karmic

« back to all changes in this revision

Viewing changes to src/main/win32/version.rc

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-12-05 20:29:43 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20071205202943-ryogi07hodn5cdif
Tags: 1.2.12-1ubuntu1
* Merge with Debian; remaining changes:
  - Remove svgalib support.
  - Prefer libgl1-mesa-dev build-dependency over xlibmesa-gl-dev.
  - Build for lpia as for i386.
* Link using -Wl,-Bsymbolic-functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define APSTUDIO_READONLY_SYMBOLS
 
2
#include "afxres.h"
 
3
#undef APSTUDIO_READONLY_SYMBOLS
 
4
 
 
5
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 
6
 
 
7
/////////////////////////////////////////////////////////////////////////////
 
8
//
 
9
// Version
 
10
//
 
11
 
 
12
VS_VERSION_INFO VERSIONINFO
 
13
 FILEVERSION 1,2,12,0
 
14
 PRODUCTVERSION 1,2,12,0
 
15
 FILEFLAGSMASK 0x3fL
 
16
 FILEFLAGS 0x0L
 
17
 FILEOS 0x40004L
 
18
 FILETYPE 0x2L
 
19
 FILESUBTYPE 0x0L
 
20
BEGIN
 
21
    BLOCK "StringFileInfo"
 
22
    BEGIN
 
23
        BLOCK "040904b0"
 
24
        BEGIN
 
25
            VALUE "CompanyName", "\0"
 
26
            VALUE "FileDescription", "SDL\0"
 
27
            VALUE "FileVersion", "1, 2, 12, 0\0"
 
28
            VALUE "InternalName", "SDL\0"
 
29
            VALUE "LegalCopyright", "Copyright � 2007 Sam Lantinga\0"
 
30
            VALUE "OriginalFilename", "SDL.dll\0"
 
31
            VALUE "ProductName", "Simple DirectMedia Layer\0"
 
32
            VALUE "ProductVersion", "1, 2, 12, 0\0"
 
33
        END
 
34
    END
 
35
    BLOCK "VarFileInfo"
 
36
    BEGIN
 
37
        VALUE "Translation", 0x409, 1200
 
38
    END
 
39
END