mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +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:
parent
dffb0e9a7a
commit
a5d8a7ac82
1 changed files with 2 additions and 2 deletions
|
@ -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
|
# Helper makefile for ReactOS modules
|
||||||
# Variables this makefile accepts:
|
# Variables this makefile accepts:
|
||||||
|
@ -116,7 +116,7 @@ endif
|
||||||
ifeq ($(TARGET_TYPE),driver_library)
|
ifeq ($(TARGET_TYPE),driver_library)
|
||||||
MK_MODE := kernel
|
MK_MODE := kernel
|
||||||
MK_EXETYPE := dll
|
MK_EXETYPE := dll
|
||||||
MK_DEFEXT := .dll
|
MK_DEFEXT := .a
|
||||||
MK_DEFENTRY :=
|
MK_DEFENTRY :=
|
||||||
MK_DDKLIBS :=
|
MK_DDKLIBS :=
|
||||||
MK_SDKLIBS :=
|
MK_SDKLIBS :=
|
||||||
|
|
Loading…
Reference in a new issue