view vidix/dhahelperwin/dhahelper.rc @ 25055:960dfb5c68fe

mention the new build system
author nicodvb
date Sat, 17 Nov 2007 21:34:00 +0000
parents 173d35b7aca3
children e83eef58b30a
line wrap: on
line source

#include <windows.h>

#include <ntverp.h>

#undef VER_COMPANYNAME_STR
#undef VER_PRODUCTNAME_STR

#define VER_FILETYPE									VFT_DRV
#define VER_FILESUBTYPE								VFT2_DRV_SYSTEM
#define VER_FILEDESCRIPTION_STR     	"DhaHelper - Direct HardWare Access Driver"
#define VER_INTERNALNAME_STR        	"DhaHelper.sys"
#define VER_ORIGINALFILENAME_STR    	"DhaHelper.sys"
#define VER_LEGALCOPYRIGHT_STR      	"Sascha Sommer"
#define VER_COMPANYNAME_STR         	"MPlayer <http://svn.mplayerhq.hu/mplayer/trunk/vidix/dhahelperwin/>"
#define VER_PRODUCTNAME_STR         	"DhaHelper Driver V1.0"

#include "common.ver"