mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-20 00:11:19 +00:00
don't define __USE_MINGW_ANSI_STDIO in makefiles
(according to modern MinGW versions, defining this macro directly is deprecated)
This commit is contained in:
parent
2ce30d2dd5
commit
8a032256bf
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,8 @@ endif
|
|||
ifndef SDL
|
||||
OPTS+=-D_WINDOWS
|
||||
endif
|
||||
OPTS+=-D__USE_MINGW_ANSI_STDIO=0
|
||||
# Do we need this?
|
||||
#OPTS+=-D__USE_MINGW_ANSI_STDIO=0
|
||||
|
||||
ifndef SDL
|
||||
LIBS+=-lmingw32 -mwindows -ldinput -ldxguid -lgdi32 -lwinmm
|
||||
|
|
Loading…
Reference in a new issue