Fixed insignificant 'file not found' compile error when using windows cmd.

It was (still is) fine on msys
This commit is contained in:
Michaël Banaan Ananas 2009-08-19 17:53:53 +00:00
parent b7597bff1b
commit 611e566967

View File

@ -333,5 +333,5 @@ $(RESFILE): $(WINSRC)/mame.rc $(WINOBJ)/mamevers.rc
$(WINOBJ)/mamevers.rc: $(BUILDOUT)/verinfo$(BUILD_EXE) $(SRC)/version.c
@echo Emitting $@...
@$(BUILDOUT)/verinfo$(BUILD_EXE) -b windows $(SRC)/version.c > $@
@"$(BUILDOUT)/verinfo$(BUILD_EXE)" -b windows $(SRC)/version.c > $@