dist/iidx: Add default iidxio-bio2 conf

We have stock/default configs for everything else, e.g. hooks.
This commit is contained in:
icex2
2020-12-31 18:05:11 +01:00
parent 2b1dd866d0
commit f8a01ed92f
2 changed files with 10 additions and 0 deletions

View File

@@ -381,6 +381,7 @@ $(zipdir)/iidx-hwio-x86.zip: \
build/bin/indep-32/iidxio-bio2.dll \
build/bin/indep-32/iidxio-ezusb.dll \
build/bin/indep-32/iidxio-ezusb2.dll \
dist/iidx/iidxio-bio2.conf \
| $(zipdir)/
$(V)echo ... $@
$(V)zip -j $@ $^
@@ -390,6 +391,7 @@ $(zipdir)/iidx-hwio-x64.zip: \
build/bin/indep-64/iidxio-bio2.dll \
build/bin/indep-64/iidxio-ezusb.dll \
build/bin/indep-64/iidxio-ezusb2.dll \
dist/iidx/iidxio-bio2.conf \
| $(zipdir)/
$(V)echo ... $@
$(V)zip -j $@ $^