1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-01-19 08:52:34 +01:00

remove defines that are re-defined in the SDKs

This commit is contained in:
Maksim Smolin 2019-01-22 17:30:39 -08:00
parent 2facd37fd8
commit c61d0576b1

View File

@ -180,12 +180,9 @@ class MMSConfig(object):
cxx.defines += [
'stricmp=strcasecmp',
'_stricmp=strcasecmp',
'_strnicmp=strncasecmp',
'strnicmp=strncasecmp',
'_snprintf=snprintf',
'_vsnprintf=vsnprintf',
'_alloca=alloca',
'strcmpi=strcasecmp',
]
cxx.cflags += proj_c_flags
cxx.cflags += [ # todo: what is the difference between cflags and cxxflags