- Add uniata to the build (it's still not copied to the ISO image)

- Give it correct version information

svn path=/trunk/; revision=29286
This commit is contained in:
Colin Finck 2007-09-28 21:40:45 +00:00
parent 1fb1498412
commit 8eab3a3ddb
2 changed files with 16 additions and 22 deletions

View file

@ -10,10 +10,7 @@
<directory name="pciidex">
<xi:include href="pciidex/pciidex.rbuild" />
</directory>
<!-- Currently excluded from build, someone else please check the driver first
<directory name="uniata">
<xi:include href="uniata/uniata.rbuild" />
</directory>
-->
</group>

View file

@ -1,22 +1,19 @@
#undef VERSION
#define VERSION "0." UNIATA_VER_STR
#define VER_FILETYPE VFT_DRV
#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
#undef VER_COMPANYNAME_STR
#define VER_COMPANYNAME_STR "AlterWare"
#define VER_FILEDESCRIPTION_STR "Universal IDE BusMaster (DMA) Miniport Driver"
#define VER_INTERNALNAME_STR "uniata.sys\0"
#define VER_ORIGINALFILENAME_STR "uniata.sys"
#define VER_LEGALCOPYRIGHT_YEARS "1999-2004"
#define VER_LEGALCOPYRIGHT_STR "Copyright \251 AlterWare" VER_LEGALCOPYRIGHT_YEARS
#undef VER_PRODUCTNAME_STR
#define VER_PRODUCTNAME_STR "UniATA"
#undef VER_PRODUCTVERSION
#define VER_PRODUCTVERSION 0,31,2
#undef VER_PRODUCTVERSION_STR
#define VER_PRODUCTVERSION_STR VERSION
#undef VER_LEGALTRADEMARKS_STR
#include "uniata_ver.h"
#define VER_LANGNEUTRAL
#define VERSION 0,38,2,0
#define VERSION_STR "0." UNIATA_VER_STR
#define REACTOS_FILETYPE VFT_DRV
#define REACTOS_FILESUBTYPE VFT2_DRV_SYSTEM
#define REACTOS_FILEVERSION VERSION
#define REACTOS_PRODUCTVERSION VERSION
#define REACTOS_STR_COMPANY_NAME "AlterWare & ReactOS Development Team"
#define REACTOS_STR_FILE_DESCRIPTION "Universal IDE BusMaster (DMA) Miniport Driver"
#define REACTOS_STR_FILE_VERSION VERSION_STR
#define REACTOS_STR_INTERNAL_NAME "uniata.sys"
#define REACTOS_STR_ORIGINAL_FILENAME "uniata.sys"
#define REACTOS_STR_LEGAL_COPYRIGHT "Copyright 1999-2004 AlterWare, Copyright 2007 ReactOS Team"
#define REACTOS_STR_PRODUCT_NAME "UniATA Driver for ReactOS"
#define REACTOS_STR_PRODUCT_VERSION VERSION_STR
#include <reactos/version.rc>