diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-19 21:58:44 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-19 21:58:44 +0100 |
commit | 2580c00f380dddb0c8403d2f30851388973eebf3 (patch) | |
tree | c8f13f45d9894d39e3d4f1c9e87c86aa767aa26b /mk/windows.mk | |
parent | Improve makefile + minor fixes and improvements (diff) | |
download | libred-2580c00f380dddb0c8403d2f30851388973eebf3.tar.gz libred-2580c00f380dddb0c8403d2f30851388973eebf3.tar.bz2 libred-2580c00f380dddb0c8403d2f30851388973eebf3.tar.xz |
Improve makefile1.0.2.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'mk/windows.mk')
-rw-r--r-- | mk/windows.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/windows.mk b/mk/windows.mk index e9602e1..ed5ec8d 100644 --- a/mk/windows.mk +++ b/mk/windows.mk @@ -1,4 +1,6 @@ LIBEXT = dll -LIBFLAGS = -mdll +LIBFLAGS = -shared LIBMAJOREXT = $(LIB_MAJOR).$(LIBEXT) LIBMINOREXT = $(LIB_VERSION).$(LIBEXT) + +FIX_INSTALL_NAME = : |