eventhorizon5 / skyscraper

The Skyscraper Project (Skyscrapersim) - an open source building, city, and elevator simulator
https://www.skyscrapersim.net
GNU General Public License v2.0
28 stars 7 forks source link

Fix gitrev.cmd script #41

Closed avrdude-t closed 1 year ago

avrdude-t commented 1 year ago

Script would produce an "Access is denied" error on my Windows 7 machine (might have worked fine on later versions of Windows). I fixed this. Also made it so it doesn't error if the file doesn't exist. Also added include for the gitrev.h file to the SBS.vcxproj project.

It would probably also be a good idea to mention in the Compilng.md file that you have to run this script, otherwise it will fail to compile because it can't find gitrev.h.