[PCI]: Add pciclass.rc to use the pciclass.mc/res-generated file by MC. eVb can now...
authorSir Richard <sir_richard@svn.reactos.org>
Mon, 28 Jun 2010 00:02:20 +0000 (00:02 +0000)
committerSir Richard <sir_richard@svn.reactos.org>
Mon, 28 Jun 2010 00:02:20 +0000 (00:02 +0000)
svn path=/trunk/; revision=47887

reactos/drivers/bus/pcix/pci.rc
reactos/drivers/bus/pcix/pcix.rbuild

index 001529b..0b06e63 100644 (file)
@@ -3,3 +3,5 @@
 #define REACTOS_STR_INTERNAL_NAME      "pci\0"
 #define REACTOS_STR_ORIGINAL_FILENAME  "pci.sys\0"
 #include <reactos/version.rc>
 #define REACTOS_STR_INTERNAL_NAME      "pci\0"
 #define REACTOS_STR_ORIGINAL_FILENAME  "pci.sys\0"
 #include <reactos/version.rc>
+#include "pciclass.rc"
+
index 257387b..434eae8 100644 (file)
@@ -5,6 +5,7 @@
        <include base="pcix">.</include>
        <library>ntoskrnl</library>
        <library>hal</library>
        <include base="pcix">.</include>
        <library>ntoskrnl</library>
        <library>hal</library>
+       <dependency>pciclass</dependency>
     <directory name="arb">
         <file>ar_busno.c</file>
         <file>ar_memio.c</file>
     <directory name="arb">
         <file>ar_busno.c</file>
         <file>ar_memio.c</file>