mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-06 21:54:15 +01:00
It needs to be verified on Windows 7 and 64-bit systems to make sure it still works as expected due to %COMSPEC% removal from the sh.cmd file.
14 lines
428 B
Bash
14 lines
428 B
Bash
#!/bin/sh
|
|
#
|
|
# This file is to be put into C:\Program Files\Git\bin\ subdirectory
|
|
# (or similar, depeding on where the msysGit package was installed)
|
|
# to provide a make command to unix-like build environment on Windows.
|
|
#
|
|
# See also:
|
|
# README.txt
|
|
# http://wiki.openpilot.org/display/Doc/GCS+Development+on+Windows
|
|
# http://wiki.openpilot.org/display/Doc/Firmware+Development+on+Windows
|
|
#
|
|
|
|
mingw32-make.exe $*
|