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" />