mirror of
https://github.com/holub/mame
synced 2025-05-31 18:11:50 +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
|
endif
|
||||||
|
|
||||||
# add some VC++-specific defines
|
# 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
|
# make msvcprep into a pre-build step
|
||||||
OSPREBUILD = $(VCONV)
|
OSPREBUILD = $(VCONV)
|
||||||
|
Loading…
Reference in New Issue
Block a user