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
This commit is contained in:
David Welch 2001-08-30 22:20:11 +00:00
parent dffb0e9a7a
commit a5d8a7ac82

View file

@ -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 :=