mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
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:
@@ -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 :=
|
||||
|
||||
Reference in New Issue
Block a user