mirror of
https://github.com/holub/mame
synced 2025-05-23 06:08:48 +03:00
fixed building with Visual Studio 11 RC
This commit is contained in:
parent
f41a9103bd
commit
d52292616e
@ -166,6 +166,9 @@ CPPONLYFLAGS += /wd4548
|
|||||||
# disable macro redefinition warning
|
# disable macro redefinition warning
|
||||||
CCOMFLAGS += /wd4005
|
CCOMFLAGS += /wd4005
|
||||||
|
|
||||||
|
# disable behavior change: 'member1' called instead of 'member2' warning
|
||||||
|
CCOMFLAGS += /wd4350
|
||||||
|
|
||||||
# explicitly set the entry point for UNICODE builds
|
# explicitly set the entry point for UNICODE builds
|
||||||
LDFLAGS += /ENTRY:wmainCRTStartup
|
LDFLAGS += /ENTRY:wmainCRTStartup
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user