From 8238df107b5603421be9eae1fc8d24421fe0459f Mon Sep 17 00:00:00 2001 From: Art Yerkes Date: Thu, 21 Oct 2004 18:04:48 +0000 Subject: [PATCH] Corrected build problem: hal.a was not placed in the ddk implib directory. svn path=/trunk/; revision=11373 --- reactos/tools/helper.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/tools/helper.mk b/reactos/tools/helper.mk index 41763a2c2c9..30d4ec9cfba 100644 --- a/reactos/tools/helper.mk +++ b/reactos/tools/helper.mk @@ -1,4 +1,4 @@ -# $Id: helper.mk,v 1.89 2004/10/20 20:51:21 chorns Exp $ +# $Id: helper.mk,v 1.90 2004/10/21 18:04:48 arty Exp $ # # Helper makefile for ReactOS modules # Variables this makefile accepts: @@ -270,7 +270,7 @@ ifeq ($(TARGET_TYPE),hal) MK_CPPFLAGS := -D__NTHAL__ -I. MK_IMPLIB := yes MK_IMPLIBONLY := no - MK_IMPLIBDEFPATH := + MK_IMPLIBDEFPATH := $(DDK_PATH_LIB) MK_IMPLIB_EXT := .a MK_INSTALLDIR := system32 MK_BOOTCDDIR := .