summaryrefslogtreecommitdiffhomepage
path: root/sofort/flavor.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/flavor.mk
parent1411f59550484360e582b1f2aa82d78384eb05ce (diff)
downloadw32lib-97f8b2393e6e10b6cc3945db0fd0a879bf6be0c8.tar.bz2
w32lib-97f8b2393e6e10b6cc3945db0fd0a879bf6be0c8.tar.xz
build system: major overhaul: removed sysinfo, integrated ccenv.
Diffstat (limited to 'sofort/flavor.mk')
-rw-r--r--sofort/flavor.mk10
1 files changed, 2 insertions, 8 deletions
diff --git a/sofort/flavor.mk b/sofort/flavor.mk
index 8e0bbc4..bd9ab06 100644
--- a/sofort/flavor.mk
+++ b/sofort/flavor.mk
@@ -1,13 +1,7 @@
-ifeq ($(OS_BINFMT),PE)
-include $(PROJECT_DIR)/sysinfo/os/pe.mk
+ifneq ($(OS_DSO_EXRULES),)
+include $(PROJECT_DIR)/sofort/exrules/$(OS_DSO_EXRULES).mk
endif
-ifeq ($(OS_BINFMT),ELF)
-include $(PROJECT_DIR)/sysinfo/os/elf.mk
-endif
-
-
-
ifeq ($(DISABLE_STATIC),yes)
package-static:
package-install-static: