Skip to content
Snippets Groups Projects
Commit d7335326 authored by Reuben Thomas's avatar Reuben Thomas
Browse files

[project @ 2000-07-19 14:45:53 by rrt]

Target dlls directly into DLL_PEN so that they don't get rebuilt all the time.
parent 8239d074
No related merge requests found
......@@ -437,6 +437,8 @@ ifeq "$(DLL_NAME)" ""
DLL_NAME = $(patsubst %.a, %.dll, $(subst lib,,$(LIBRARY)))
endif
DLL_NAME := $(DLL_PEN)/$(DLL_NAME)
all :: $(DLL_NAME)
ifeq "$(DLL_IMPLIB_NAME)" ""
......@@ -445,7 +447,6 @@ endif
$(DLL_NAME) :: $(LIBRARY)
$(BLD_DLL) --output-lib $(DLL_IMPLIB_NAME) -o $(DLL_NAME) $(LIBRARY) $(BLD_DLL_OPTS)
$(MV) $(DLL_NAME) $(DLL_PEN)
endif
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment