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

[project @ 2000-07-18 15:39:59 by rrt]

Move DLLs to $(DLL_PEN) after generation.
parent 798374a5
No related merge requests found
......@@ -445,6 +445,7 @@ 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