diff options
author | midipix <writeonce@midipix.org> | 2015-09-20 23:25:19 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-10 23:35:20 -0500 |
commit | d40d138ed41ff78fc0347ce256f88d09f405ba37 (patch) | |
tree | f14c9e7d4974152aafa409ebdabc868852d793a0 /sysinfo/host/i686-w64-mingw32.mk | |
parent | c145a8039d5d10ceb10714b94d376cf109308d47 (diff) | |
download | perk-d40d138ed41ff78fc0347ce256f88d09f405ba37.tar.bz2 perk-d40d138ed41ff78fc0347ce256f88d09f405ba37.tar.xz |
makefile replacement: step 2/2: use the midipix build template.
Diffstat (limited to 'sysinfo/host/i686-w64-mingw32.mk')
-rw-r--r-- | sysinfo/host/i686-w64-mingw32.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysinfo/host/i686-w64-mingw32.mk b/sysinfo/host/i686-w64-mingw32.mk new file mode 100644 index 0000000..27fd5d1 --- /dev/null +++ b/sysinfo/host/i686-w64-mingw32.mk @@ -0,0 +1,4 @@ +include $(PROJECT_DIR)/sysinfo/os/mingw.mk + +HOST_BITS ?= 32 +HOST_UNDERSCORE ?= '_' |