Author: mpiulachs
Date: Sat May 24 10:33:49 2008
New Revision: 33672
URL:
http://svn.reactos.org/svn/reactos?rev=33672&view=rev
Log:
- remove 'basename' , no such attribute exists for <importlibrary>
Modified:
trunk/reactos/hal/hal/hal.rbuild
Modified: trunk/reactos/hal/hal/hal.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/hal/hal.rbuild?rev=336…
==============================================================================
--- trunk/reactos/hal/hal/hal.rbuild [iso-8859-1] (original)
+++ trunk/reactos/hal/hal/hal.rbuild [iso-8859-1] Sat May 24 10:33:49 2008
@@ -2,7 +2,7 @@
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
<group>
<module name="hal" type="kernelmodedll">
- <importlibrary basename="hal" definition="hal_$(ARCH).def"
/>
+ <importlibrary definition="hal_$(ARCH).def" />
<include base="ntoskrnl">include</include>
<library>ntoskrnl</library>
<define name="_NTHAL_" />