mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
set 'installname' attribute for halup to 'hal.dll'
svn path=/trunk/; revision=33806
This commit is contained in:
parent
2c0aa23f29
commit
ed39c925a0
1 changed files with 2 additions and 2 deletions
|
@ -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" />
|
||||||
|
|
Loading…
Reference in a new issue