LaosLaser / Firmware

Embedded software (firmware) for the laser system and components, including configuration files
27 stars 27 forks source link

fix for bug #3 #6

Closed hugomeiland closed 11 years ago

hugomeiland commented 11 years ago

in the makefile, get the git hash, and use this as the version number in global.h

hugomeiland commented 11 years ago

according to: http://www.gnu.org/software/make/manual/html_node/Choosing-the-Shell.html Windows will default to command.com, but I haven't tested it yet....

adamgreen commented 11 years ago

The shell function will probably default to command.com on Windows but you explicitly have "sh -c" in the shell function command arguments. Can you remove that part of the command and still have it work on *nix? If so, it is likely to have a higher chance of working on Windows as well.