mirror of
https://github.com/holub/mame
synced 2025-05-29 00:53:09 +03:00
Added -D_CRT_NONSTDC_NO_DEPRECATE to Visual C make defines (to stop strdup-related warnings).
This commit is contained in:
parent
991f93ce76
commit
7b24a65600
@ -136,7 +136,7 @@ LD += /ENTRY:wmainCRTStartup
|
||||
endif
|
||||
|
||||
# add some VC++-specific defines
|
||||
DEFS += -D_CRT_SECURE_NO_DEPRECATE -DXML_STATIC -D__inline__=__inline -Dsnprintf=_snprintf
|
||||
DEFS += -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DXML_STATIC -D__inline__=__inline -Dsnprintf=_snprintf
|
||||
|
||||
# make msvcprep into a pre-build step
|
||||
OSPREBUILD = $(VCONV)
|
||||
|
Loading…
Reference in New Issue
Block a user