mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:56:26 +00:00
[PCI]: Add pciclass.rc to use the pciclass.mc/res-generated file by MC. eVb can now start committing his driver.
svn path=/trunk/; revision=47887
This commit is contained in:
parent
079e15a99e
commit
55c95b78f9
2 changed files with 3 additions and 0 deletions
|
@ -3,3 +3,5 @@
|
|||
#define REACTOS_STR_INTERNAL_NAME "pci\0"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "pci.sys\0"
|
||||
#include <reactos/version.rc>
|
||||
#include "pciclass.rc"
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue