diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-19 21:05:57 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-19 21:05:57 +0100 |
commit | 1af6acb23d4b00f02a6b520562258e8bb7e38d2b (patch) | |
tree | a81ea358a4a58a4ab23fa33b5099c7451ed76a48 /mk/windows.mk | |
parent | Fix makefile, fix warnings, fix bugs, and otherwise improve code (diff) | |
download | libclut-1af6acb23d4b00f02a6b520562258e8bb7e38d2b.tar.gz libclut-1af6acb23d4b00f02a6b520562258e8bb7e38d2b.tar.bz2 libclut-1af6acb23d4b00f02a6b520562258e8bb7e38d2b.tar.xz |
Improve makefile
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | mk/windows.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mk/windows.mk b/mk/windows.mk new file mode 100644 index 0000000..304b6be --- /dev/null +++ b/mk/windows.mk @@ -0,0 +1,7 @@ +LIBEXT = dll +LIBFLAGS = -shared + +LIBMAJOREXT = $(LIB_MAJOR).$(LIBEXT) +LIBMINOREXT = $(LIB_MAJOR).$(LIB_MINOR).$(LIBEXT) + +FIX_INSTALL_NAME = : |