mirror of
https://github.com/holub/mame
synced 2025-05-21 13:18:56 +03:00
Fixed insignificant 'file not found' compile error when using windows cmd.
It was (still is) fine on msys
This commit is contained in:
parent
b7597bff1b
commit
611e566967
@ -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 > $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user