remove the unsupport option -nologo

This commit is contained in:
Sijia Chen 2015-04-27 12:11:37 +08:00
parent 81df4c6972
commit 486f2daf3d

View File

@ -46,4 +46,4 @@ STATIC_LDFLAGS=
CODEC_UNITTEST_CFLAGS=-D_CRT_SECURE_NO_WARNINGS
%.res: %.rc
$(QUIET_RC)rc -nologo $<
$(QUIET_RC)rc $<