2005年6月3日

ver

// ver.h
// Company info
#define VER_COMPANYNAME_STR	""
#define VER_LEGALCOPYRIGHT_STR "Copyright (C)"

#if DBG
#define VER_DEBUG	VS_FF_DEBUG
#else
#define VER_DEBUG	0
#endif

#define VER_FILEFLAGSMASK	VS_FFI_FILEFLAGSMASK
#define VER_FILEFLAGS		VER_DEBUG
#define VER_FILEOS			VOS_NT_WINDOWS32

// Product info
#define VER_PRODUCTBUILD		0
#define VER_PRODUCTVERSION		1, 0, VER_PRODUCTBUILD, 0
#define VER_PRODUCTVERSION_STR 	"1.0"

#define VER_PRODUCTNAME_STR		""

//x.rc
// Include winver.h for VS_* defines
#include 

#include "ver.h"

#define VER_FILETYPE				VFT_DRV
#define VER_FILESUBTYPE				VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR 	""
#define VER_INTERNALNAME_STR		""

#include 

15:03 | 评论 (0)

rebase -b 0x10000 -x . .sys

common.ver

WINVER.H

13:57 | 评论 (0)

2005/06/03
* You will get build error "Internal error during Pass2" when MSVC
Processor Pack installed with DDK: Remove the VCPP to solve the 
problem.
* Tips: You could check the .sys with Dependency Walker after build.

10:34 | 评论 (2)

9:10 | 评论 (0)

Copyright twinsant.