WellDone / MoMo-Firmware

Embedded PIC Firmware and hardware designs for the WellDone Mobile Monitor (MoMo).
welldone.org
Other
8 stars 6 forks source link

Fix 'momo build' on Windows #150

Closed amcgee closed 9 years ago

amcgee commented 9 years ago

On Windows, you can't call python tools (like 'momo' and 'mibtool') directly since there's no concept of executable shells. This change fixes the Windows 8-bit module build system by invoking 'python ../../tools/bin/mibtool.py' instead of 'mibtool'.