aboutsummaryrefslogtreecommitdiffstats
path: root/mk/windows.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-04-12 23:05:22 +0200
committerMattias Andrée <maandree@kth.se>2021-04-12 23:05:22 +0200
commit90054e8a7df36eea21b612de6bd28d88e67989f9 (patch)
tree2fddd2123ea3aa13f7d4d031e685bd13979c4a38 /mk/windows.mk
downloadsecauth-90054e8a7df36eea21b612de6bd28d88e67989f9.tar.gz
secauth-90054e8a7df36eea21b612de6bd28d88e67989f9.tar.bz2
secauth-90054e8a7df36eea21b612de6bd28d88e67989f9.tar.xz
First commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
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)