mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
kdcom.dll should be in system32 directory, not drivers one
svn path=/trunk/; revision=35985
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<module name="kdcom" type="kernelmodedll" entrypoint="DriverEntry@8" installbase="system32/drivers" installname="kdcom.dll">
|
||||
<module name="kdcom" type="kernelmodedll" entrypoint="DriverEntry@8" installbase="system32" installname="kdcom.dll">
|
||||
<importlibrary definition="kdcom.spec.def"></importlibrary>
|
||||
<bootstrap installbase="$(CDOUTPUT)" nameoncd="kdcom.dll" />
|
||||
<include base="kdcom">.</include>
|
||||
@@ -12,7 +12,7 @@
|
||||
</directory>
|
||||
</if>
|
||||
<if property="ARCH" value="arm">
|
||||
<directory name="arm">
|
||||
<directory name="arm">
|
||||
<file>kdbg.c</file>
|
||||
</directory>
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user