root/juggler/branches/2.2/modules/vapor/vpr.rc

Revision 18811, 2.2 kB (checked in by patrick, 2 years ago)

Fill in the DLL version information automatically. This leverages
existing code in build_windows.py to eliminate the need to increment
the module's version number manually in multiple places.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 // Microsoft Visual C++ generated resource script.
2 //
3
4 #include "vpr/version.rc"
5
6 #define APSTUDIO_READONLY_SYMBOLS
7 /////////////////////////////////////////////////////////////////////////////
8 //
9 // Generated from the TEXTINCLUDE 2 resource.
10 //
11 #include "afxres.h"
12
13 /////////////////////////////////////////////////////////////////////////////
14 #undef APSTUDIO_READONLY_SYMBOLS
15
16 /////////////////////////////////////////////////////////////////////////////
17 // English (U.S.) resources
18
19 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
20 #ifdef _WIN32
21 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
22 #pragma code_page(1252)
23 #endif //_WIN32
24
25 #ifdef APSTUDIO_INVOKED
26 /////////////////////////////////////////////////////////////////////////////
27 //
28 // TEXTINCLUDE
29 //
30
31 1 TEXTINCLUDE
32 BEGIN
33     "resource.h\0"
34 END
35
36 2 TEXTINCLUDE
37 BEGIN
38     "#include ""afxres.h""\r\n"
39     "\0"
40 END
41
42 3 TEXTINCLUDE
43 BEGIN
44     "\r\n"
45     "\0"
46 END
47
48 #endif    // APSTUDIO_INVOKED
49
50
51 /////////////////////////////////////////////////////////////////////////////
52 //
53 // Version
54 //
55
56 VS_VERSION_INFO VERSIONINFO
57  FILEVERSION VERSION_NUM
58  PRODUCTVERSION VERSION_NUM
59  FILEFLAGSMASK 0x3fL
60 #ifdef _DEBUG
61  FILEFLAGS 0x1L
62 #else
63  FILEFLAGS 0x0L
64 #endif
65  FILEOS 0x40004L
66  FILETYPE 0x2L
67  FILESUBTYPE 0x0L
68 BEGIN
69     BLOCK "StringFileInfo"
70     BEGIN
71         BLOCK "040904b0"
72         BEGIN
73             VALUE "Comments", "http://www.vrjuggler.org/"
74             VALUE "CompanyName", "VR Juggler"
75             VALUE "FileDescription", "VPR"
76             VALUE "FileVersion", VERSION_STR
77             VALUE "InternalName", "VPR"
78             VALUE "LegalCopyright", COPYRIGHT_STR
79             VALUE "OriginalFilename", "vpr.dll"
80             VALUE "ProductName", "VPR"
81             VALUE "ProductVersion", VERSION_STR
82         END
83     END
84     BLOCK "VarFileInfo"
85     BEGIN
86         VALUE "Translation", 0x409, 1200
87     END
88 END
89
90 #endif    // English (U.S.) resources
91 /////////////////////////////////////////////////////////////////////////////
92
93
94
95 #ifndef APSTUDIO_INVOKED
96 /////////////////////////////////////////////////////////////////////////////
97 //
98 // Generated from the TEXTINCLUDE 3 resource.
99 //
100
101
102 /////////////////////////////////////////////////////////////////////////////
103 #endif    // not APSTUDIO_INVOKED
104
Note: See TracBrowser for help on using the browser.