Author: tkreuzer
Date: Wed Sep 3 03:14:48 2008
New Revision: 35906
URL:
http://svn.reactos.org/svn/reactos?rev=35906&view=rev
Log:
fix hal build
Modified:
branches/ros-amd64-bringup/reactos/hal/halamd64/up/halup.rbuild
Modified: branches/ros-amd64-bringup/reactos/hal/halamd64/up/halup.rbuild
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/hal/h…
==============================================================================
--- branches/ros-amd64-bringup/reactos/hal/halamd64/up/halup.rbuild [iso-8859-1]
(original)
+++ branches/ros-amd64-bringup/reactos/hal/halamd64/up/halup.rbuild [iso-8859-1] Wed Sep
3 03:14:48 2008
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="halup" type="kernelmodedll"
installbase="system32" installname="hal.dll">
- <importlibrary definition="../halamd64.def" />
+ <importlibrary base="hal" definition="hal_amd64.def" />
<bootstrap installbase="$(CDOUTPUT)" nameoncd="hal.dll" />
<include base="halup">../include</include>
<include base="ntoskrnl">include</include>