The meat and potatoes of the build process is right here:


# rule to build executable
$(EXEC): $(COBJ) $(SOBJ) $(LDSCRIPT)
@echo $@
@..\BuildTools\buildver.bat >$(dir...