fixed building with Visual Studio 11 RC

This commit is contained in:
smf- 2012-06-02 22:31:32 +00:00
parent f41a9103bd
commit d52292616e

View File

@ -166,6 +166,9 @@ CPPONLYFLAGS += /wd4548
# disable macro redefinition warning
CCOMFLAGS += /wd4005
# disable behavior change: 'member1' called instead of 'member2' warning
CCOMFLAGS += /wd4350
# explicitly set the entry point for UNICODE builds
LDFLAGS += /ENTRY:wmainCRTStartup