aboutsummaryrefslogtreecommitdiffstats
path: root/mk/windows.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-07-19 13:47:08 +0200
committerMattias Andrée <maandree@kth.se>2022-07-19 13:47:08 +0200
commit3dd9089913623ccfa54ec7a2b5e876d17316c838 (patch)
treef39a4ead77a213f9904b4e21ff3aac1445b16612 /mk/windows.mk
parentMove some test code to newline created .c files (diff)
downloadlibsimple-3dd9089913623ccfa54ec7a2b5e876d17316c838.tar.gz
libsimple-3dd9089913623ccfa54ec7a2b5e876d17316c838.tar.bz2
libsimple-3dd9089913623ccfa54ec7a2b5e876d17316c838.tar.xz
Improve makefile and fix a bug
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'mk/windows.mk')
-rw-r--r--mk/windows.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/mk/windows.mk b/mk/windows.mk
new file mode 100644
index 0000000..ed5ec8d
--- /dev/null
+++ b/mk/windows.mk
@@ -0,0 +1,6 @@
+LIBEXT = dll
+LIBFLAGS = -shared
+LIBMAJOREXT = $(LIB_MAJOR).$(LIBEXT)
+LIBMINOREXT = $(LIB_VERSION).$(LIBEXT)
+
+FIX_INSTALL_NAME = :