Author: janderwald Date: Tue Feb 23 22:28:51 2010 New Revision: 45679
URL: http://svn.reactos.org/svn/reactos?rev=45679&view=rev Log: [BDAPLGIN] - Try fix build - Sorry folks
Added: trunk/reactos/dll/directx/bdaplgin/bdaplgin.rc (with props)
Added: trunk/reactos/dll/directx/bdaplgin/bdaplgin.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/directx/bdaplgin/bdaplg... ============================================================================== --- trunk/reactos/dll/directx/bdaplgin/bdaplgin.rc (added) +++ trunk/reactos/dll/directx/bdaplgin/bdaplgin.rc [iso-8859-1] Tue Feb 23 22:28:51 2010 @@ -1,0 +1,12 @@ +#include <windows.h> + +LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL + +#define REACTOS_VERSION_DLL +#define REACTOS_STR_FILE_DESCRIPTION "ReactOS BDA Device Control Plug-in for MPEG2 based networks\0" +#define REACTOS_STR_INTERNAL_NAME "BdaPlgin.ax\0" +#define REACTOS_STR_ORIGINAL_FILENAME "BdaPlgin.ax\0" +#define REACTOS_STR_PRODUCT_VERSION "5.3.2600.3264\0" +#define REACTOS_STR_FILE_VERSION "5.3.2600.3264\0" + +#include <reactos/version.rc>
Propchange: trunk/reactos/dll/directx/bdaplgin/bdaplgin.rc ------------------------------------------------------------------------------ svn:eol-style = native