set 'installname' attribute for halup to 'hal.dll'

svn path=/trunk/; revision=33806
This commit is contained in:
Marc Piulachs 2008-06-01 13:24:25 +00:00
parent 2c0aa23f29
commit ed39c925a0

View file

@ -1,9 +1,9 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd"> <!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
<group xmlns:xi="http://www.w3.org/2001/XInclude"> <group xmlns:xi="http://www.w3.org/2001/XInclude">
<module name="halup" type="kernelmodedll" entrypoint="0"> <module name="halup" type="kernelmodedll" entrypoint="0" installname="hal.dll">
<importlibrary base="hal" definition="hal_i386.def" /> <importlibrary base="hal" definition="hal_i386.def" />
<bootstrap installbase="$(CDOUTPUT)" nameoncd="hal.dll" /> <bootstrap installbase="$(CDOUTPUT)" />
<include>include</include> <include>include</include>
<include base="ntoskrnl">include</include> <include base="ntoskrnl">include</include>
<define name="_DISABLE_TIDENTS" /> <define name="_DISABLE_TIDENTS" />