Use -fo option instead of /fo.

This commit is contained in:
Ghislain MARY 2015-06-01 09:54:42 +02:00
parent 93a5597c11
commit 9d1ff982a7

View File

@ -46,5 +46,4 @@ STATIC_LDFLAGS=
CODEC_UNITTEST_CFLAGS=-D_CRT_SECURE_NO_WARNINGS
%.res: %.rc
# //fo is required instead of /fo because of msys interpreting it as a path otherwise
$(QUIET_RC)rc //fo $@ $<
$(QUIET_RC)rc -fo $@ $<