diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-19 21:34:29 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-19 21:34:29 +0100 |
commit | 313f261584bdbdf769d26bfb4d709ac2ff9bb2ba (patch) | |
tree | 8e185f479f427c03c2c119bed307937a131b15b8 /mk/windows.mk | |
parent | Improve make file, fix tests, fix warnings, and add macro and pause key to interative test (diff) | |
download | libterminput-313f261584bdbdf769d26bfb4d709ac2ff9bb2ba.tar.gz libterminput-313f261584bdbdf769d26bfb4d709ac2ff9bb2ba.tar.bz2 libterminput-313f261584bdbdf769d26bfb4d709ac2ff9bb2ba.tar.xz |
Improve makefile1.0.2.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-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 = : |