Skip to content
Snippets Groups Projects
Commit 2abf1911 authored by sof's avatar sof
Browse files

[project @ 1999-09-12 16:30:34 by sof]

DLL install support
parent 4bdb78df
No related merge requests found
......@@ -107,6 +107,11 @@ override datadir:=$(libdir)/imports/std
# Files to install from here
#
INSTALL_LIBS += $(LIBRARY)
ifeq "$(EnableWin32DLLs)" "YES"
INSTALL_PROGS += $(DLL_NAME)
INSTALL_LIBS += $(patsubst %.a, %_imp.a, $(LIBRARY)) PrelMain.o
INSTALL_DATAS += dLL_ifs.hi
endif
INSTALL_DATAS += $(HS_IFACES)
include $(TOP)/mk/target.mk
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