annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
24541
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
1 #include <windows.h>
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
2
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
3 #include <ntverp.h>
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
4
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
5 #undef VER_COMPANYNAME_STR
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
6 #undef VER_PRODUCTNAME_STR
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
7
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
8 #define VER_FILETYPE VFT_DRV
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
9 #define VER_FILESUBTYPE VFT2_DRV_SYSTEM
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
10 #define VER_FILEDESCRIPTION_STR "DhaHelper - Direct HardWare Access Driver"
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
11 #define VER_INTERNALNAME_STR "DhaHelper.sys"
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
12 #define VER_ORIGINALFILENAME_STR "DhaHelper.sys"
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
13 #define VER_LEGALCOPYRIGHT_STR "Sascha Sommer"
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
14 #define VER_COMPANYNAME_STR "MPlayer <http://svn.mplayerhq.hu/mplayer/trunk/vidix/dhahelperwin/>"
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
15 #define VER_PRODUCTNAME_STR "DhaHelper Driver V1.0"
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
16
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
17 #include "common.ver"