From 04145051ba62227a6e1ccb3a48994f367937b004 Mon Sep 17 00:00:00 2001 From: faust3 Date: Mon, 17 Sep 2007 21:12:29 +0000 Subject: =?UTF-8?q?-=20make=20dhahelperwin=20compile=20with=20mingw=20-=20?= =?UTF-8?q?add=20dhahelper.rc=20based=20on=20code=20by=20Kevin=20Kofler=20?= =?UTF-8?q?and=20Romain=20Li=C3=A9vin=20=20from=20?= =?UTF-8?q?the=20tilp=20project=20http://svn.tilp.info/cgi-bin/viewcvs.cgi?= =?UTF-8?q?/libticables/trunk/src/win32/dha/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24561 b3059339-0415-0410-9bf9-f77b7e298cf2 --- vidix/dhahelperwin/dhahelper.rc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 vidix/dhahelperwin/dhahelper.rc (limited to 'vidix/dhahelperwin/dhahelper.rc') diff --git a/vidix/dhahelperwin/dhahelper.rc b/vidix/dhahelperwin/dhahelper.rc new file mode 100644 index 0000000000..3f878a5fd9 --- /dev/null +++ b/vidix/dhahelperwin/dhahelper.rc @@ -0,0 +1,17 @@ +#include + +#include + +#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 " +#define VER_PRODUCTNAME_STR "DhaHelper Driver V1.0" + +#include "common.ver" -- cgit v1.2.3