reactos/reactos/ntoskrnl/ntoskrnl.rc
Alex Ionescu f42e752565 - Create ntverp.h and common.ver files. These are the standard files used by the NT/DDK build systems and we should try to support them as well instead of re-defining everything our own way (especially if we want to build ddk-compatible drivers later on).
- Made init.c use version data from ntverp.h instead of hard-coding.
- Defined NT 5.2.3790.1830 as the version we report.
- Fixed up .rc file to be correct and match DDK-sytnax/style.
- For now only the kernel uses this new versionning scheme, but we should change the build system later to use this for every component.

svn path=/branches/alex-kd-branch/; revision=25847
2007-02-19 22:28:50 +00:00

39 lines
1.3 KiB
Plaintext

/*
* PROJECT: ReactOS
* LICENSE: GPL - See COPYING in the top level directory
* FILE: ntoskrnl/ntoskrnl.rc
* PURPOSE: Kernel Resource File
* PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org)
*/
#include <winver.h>
#include <ntverp.h>
//
// Version Data
//
#define VER_FILETYPE VFT_DRV
#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
#define VER_FILEDESCRIPTION_STR "NT Kernel & System"
#define VER_INTERNALNAME_STR "ntoskrnl.exe"
#define VER_ORIGINALFILENAME_STR "ntoskrnl.exe"
#define VER_LANGNEUTRAL
#include "common.ver"
//
// Bug Codes and Bitmaps
//
#include "bugcodes.rc"
1 BITMAP DISCARDABLE "ntoskrnl/inbv/logo/1.bmp"
2 BITMAP DISCARDABLE "ntoskrnl/inbv/logo/2.bmp"
3 BITMAP DISCARDABLE "ntoskrnl/inbv/logo/3.bmp"
4 BITMAP DISCARDABLE "ntoskrnl/inbv/logo/4.bmp"
5 BITMAP DISCARDABLE "ntoskrnl/inbv/logo/5.bmp"
6 BITMAP DISCARDABLE "ntoskrnl/inbv/logo/6.bmp"
7 BITMAP DISCARDABLE "ntoskrnl/inbv/logo/7.bmp"
8 BITMAP DISCARDABLE "ntoskrnl/inbv/logo/8.bmp"
13 BITMAP DISCARDABLE "ntoskrnl/inbv/logo/13.bmp"
14 BITMAP DISCARDABLE "ntoskrnl/inbv/logo/14.bmp"
15 BITMAP DISCARDABLE "ntoskrnl/inbv/logo/15.bmp"
16 BITMAP DISCARDABLE "ntoskrnl/inbv/logo/16.bmp"
17 BITMAP DISCARDABLE "ntoskrnl/inbv/logo/17.bmp"