From 781ac1bd0f2df4523b1a715befd1ae63d92afecc Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 24 Apr 2016 16:29:50 -0400 Subject: build system: PE targets: added import library version support. --- project/custom.mk | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 project/custom.mk (limited to 'project/custom.mk') diff --git a/project/custom.mk b/project/custom.mk new file mode 100644 index 0000000..3a30273 --- /dev/null +++ b/project/custom.mk @@ -0,0 +1,3 @@ +ifeq ($(OS_BINFMT),PE) +include $(PROJECT_DIR)/sysinfo/os/pe.mk +endif -- cgit v1.2.3