Merge pull request #1915 from sijchen/winver3

remove the VS2008 unsupport option -nologo
This commit is contained in:
huili2 2015-04-28 16:25:03 +08:00
commit 3c8e2a1792

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 $<