diff options
author | Mattias Andrée <maandree@kth.se> | 2021-09-16 18:13:08 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-09-16 18:13:08 +0200 |
commit | 090009a8e107888fb9f1ab5a2997d65c8c121398 (patch) | |
tree | ebb909ccbc6f6d29af5469964953aac987b86960 /mk/windows.mk | |
parent | whitespace (diff) | |
download | libred-090009a8e107888fb9f1ab5a2997d65c8c121398.tar.gz libred-090009a8e107888fb9f1ab5a2997d65c8c121398.tar.bz2 libred-090009a8e107888fb9f1ab5a2997d65c8c121398.tar.xz |
Improve makefile + minor fixes and improvements1.0.2
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | mk/windows.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mk/windows.mk b/mk/windows.mk new file mode 100644 index 0000000..e9602e1 --- /dev/null +++ b/mk/windows.mk @@ -0,0 +1,4 @@ +LIBEXT = dll +LIBFLAGS = -mdll +LIBMAJOREXT = $(LIB_MAJOR).$(LIBEXT) +LIBMINOREXT = $(LIB_VERSION).$(LIBEXT) |