[ros-diffs] [chorns] 13859: Export symbols in HALs
chorns at svn.reactos.com
chorns at svn.reactos.com
Sun Mar 6 20:49:19 CET 2005
Export symbols in HALs
Modified: branches/xmlbuildsystem/reactos/hal/halx86/mp/halmp.xml
Modified: branches/xmlbuildsystem/reactos/hal/halx86/up/halup.xml
Modified: branches/xmlbuildsystem/reactos/hal/halx86/xbox/halxbox.xml
_____
Modified: branches/xmlbuildsystem/reactos/hal/halx86/mp/halmp.xml
--- branches/xmlbuildsystem/reactos/hal/halx86/mp/halmp.xml
2005-03-06 19:18:10 UTC (rev 13858)
+++ branches/xmlbuildsystem/reactos/hal/halx86/mp/halmp.xml
2005-03-06 19:49:19 UTC (rev 13859)
@@ -1,4 +1,5 @@
<module name="halmp" type="kernelmodedll">
+ <importlibrary definition="../../hal/hal.def" />
<include base="hal_generic">../include</include>
<include base="ntoskrnl">include</include>
<define name="_DISABLE_TIDENTS" />
_____
Modified: branches/xmlbuildsystem/reactos/hal/halx86/up/halup.xml
--- branches/xmlbuildsystem/reactos/hal/halx86/up/halup.xml
2005-03-06 19:18:10 UTC (rev 13858)
+++ branches/xmlbuildsystem/reactos/hal/halx86/up/halup.xml
2005-03-06 19:49:19 UTC (rev 13859)
@@ -1,4 +1,5 @@
<module name="halup" type="kernelmodedll">
+ <importlibrary definition="../../hal/hal.def" />
<bootstrap base="reactos" nameoncd="hal.dll" />
<include base="hal_generic">../include</include>
<include base="ntoskrnl">include</include>
_____
Modified: branches/xmlbuildsystem/reactos/hal/halx86/xbox/halxbox.xml
--- branches/xmlbuildsystem/reactos/hal/halx86/xbox/halxbox.xml
2005-03-06 19:18:10 UTC (rev 13858)
+++ branches/xmlbuildsystem/reactos/hal/halx86/xbox/halxbox.xml
2005-03-06 19:49:19 UTC (rev 13859)
@@ -1,4 +1,5 @@
<module name="halxbox" type="kernelmodedll">
+ <importlibrary definition="../../hal/hal.def" />
<include base="hal_generic">../include</include>
<include base="ntoskrnl">include</include>
<define name="_DISABLE_TIDENTS" />
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050306/2b217456/attachment.html
More information about the Ros-diffs
mailing list