2010/3/22 Toby Speight <t.m.speight...@cantab.net>:

> /--------
> | $(MKGMAP) --gmapsupp \
> |    --family-id=1672 --product-id=1672 1672*.img 1672.TYP \
> |    --family-id=6324 --product-id=6324 6324*.img 6324.TYP
> \--------

> How best to combine the two?

Do it sequentially.

$(MKGMAP) --gmapsupp  --family-id=1672 --product-id=1672 1672*.img 1672.TYP
mv gmapsupp.img gmapsupp1.img
$(MKGMAP) --gmapsupp  --family-id=6324 --product-id=6324 6324*.img 6324.TYP
mv gmapsupp.img gmapsupp2.img
$(MKGMAP) --gmapsupp gmapsupp1.img gmapsupp2.img

Then you get a gmapsupp.img that contains what you want.
_______________________________________________
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to