aboutsummaryrefslogtreecommitdiffstats
path: root/mk/windows.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/windows.mk')
-rw-r--r--mk/windows.mk4
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)