summaryrefslogtreecommitdiffhomepage
path: root/sofort/exrules/default.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-26 08:48:48 -0500
committermidipix <writeonce@midipix.org>2018-12-30 17:57:11 -0500
commit97f8b2393e6e10b6cc3945db0fd0a879bf6be0c8 (patch)
tree8f9771ede93cb0816ad09187197425ad508ac982 /sofort/exrules/default.mk
parent1411f59550484360e582b1f2aa82d78384eb05ce (diff)
downloadw32lib-97f8b2393e6e10b6cc3945db0fd0a879bf6be0c8.tar.bz2
w32lib-97f8b2393e6e10b6cc3945db0fd0a879bf6be0c8.tar.xz
build system: major overhaul: removed sysinfo, integrated ccenv.
Diffstat (limited to 'sofort/exrules/default.mk')
-rw-r--r--sofort/exrules/default.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/sofort/exrules/default.mk b/sofort/exrules/default.mk
new file mode 100644
index 0000000..ad1c11c
--- /dev/null
+++ b/sofort/exrules/default.mk
@@ -0,0 +1,8 @@
+DSO_REF_VER = $(SHARED_LIB)
+DSO_REF_SONAME = $(SHARED_SONAME)
+DSO_REF_SOLINK = $(SHARED_SOLINK)
+
+LDFLAGS_SHARED += -Wl,-soname
+LDFLAGS_SHARED += -Wl,$(DSO_SONAME)
+
+.PHONY: $(IMPLIB_DEF) $(IMPLIB_VER) $(IMPLIB_SONAME) $(IMPLIB_SOLINK)