aboutsummaryrefslogtreecommitdiffstats
path: root/mk/windows.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-19 23:07:24 +0100
committerMattias Andrée <maandree@kth.se>2022-02-19 23:07:24 +0100
commit20c0ffb7b669c6fd95b191edf35fd26454053688 (patch)
treeb341482d3920dcc6bf85f6887fac2ce2ef693a1b /mk/windows.mk
parentImprove makefile, fix warnings, and fix libhaiku_perror linking (diff)
downloadlibhaiku-20c0ffb7b669c6fd95b191edf35fd26454053688.tar.gz
libhaiku-20c0ffb7b669c6fd95b191edf35fd26454053688.tar.bz2
libhaiku-20c0ffb7b669c6fd95b191edf35fd26454053688.tar.xz
Improve makefile
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--mk/windows.mk (renamed from macos.mk)6
1 files changed, 4 insertions, 2 deletions
diff --git a/macos.mk b/mk/windows.mk
index d5aec83..85f2d7f 100644
--- a/macos.mk
+++ b/mk/windows.mk
@@ -1,5 +1,7 @@
-LIBEXT = dylib
-LIBFLAGS = -dynamiclib
+LIBEXT = dll
+LIBFLAGS = -shared
LIBMAJOREXT = $(LIB_MAJOR).$(LIBEXT)
LIBMINOREXT = $(LIB_VERSION).$(LIBEXT)
+
+FIX_INSTALL_NAME = :