From a5d8a7ac82d2ff79e034a4c58eaca610490b9d39 Mon Sep 17 00:00:00 2001 From: David Welch Date: Thu, 30 Aug 2001 22:20:11 +0000 Subject: [PATCH] Don't remake import libraries unnecessarily, use the same extension for the target as the file which is actually built. svn path=/trunk/; revision=2206 --- 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 6c060085b76..762069a2790 100644 --- a/reactos/tools/helper.mk +++ b/reactos/tools/helper.mk @@ -1,4 +1,4 @@ -# $Id: helper.mk,v 1.4 2001/08/23 16:14:47 chorns Exp $ +# $Id: helper.mk,v 1.5 2001/08/30 22:20:11 dwelch Exp $ # # Helper makefile for ReactOS modules # Variables this makefile accepts: @@ -116,7 +116,7 @@ endif ifeq ($(TARGET_TYPE),driver_library) MK_MODE := kernel MK_EXETYPE := dll - MK_DEFEXT := .dll + MK_DEFEXT := .a MK_DEFENTRY := MK_DDKLIBS := MK_SDKLIBS :=