summaryrefslogtreecommitdiffhomepage
path: root/project/custom.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-04-24 16:29:50 -0400
committermidipix <writeonce@midipix.org>2016-11-10 23:35:42 -0500
commit781ac1bd0f2df4523b1a715befd1ae63d92afecc (patch)
tree21bdd6bb5942156aa2ef7e08197b51b538236874 /project/custom.mk
parentcc1c9b2fc3a6ff29e89a2673b1a1a4d19558c6d4 (diff)
downloadperk-781ac1bd0f2df4523b1a715befd1ae63d92afecc.tar.bz2
perk-781ac1bd0f2df4523b1a715befd1ae63d92afecc.tar.xz
build system: PE targets: added import library version support.
Diffstat (limited to 'project/custom.mk')
-rw-r--r--project/custom.mk3
1 files changed, 3 insertions, 0 deletions
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