SDL1.2, win32: lose the _GNU_SOURCE define to avoid the unnecessary

MINGW_ANSI_STDIO stuff when building against mingw.org headers..

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1516 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2017-10-05 20:24:43 +00:00
parent bc00400aef
commit 15ed45f5de
3 changed files with 1 additions and 1 deletions

View file

@ -43,7 +43,7 @@ while test $# -gt 0; do
echo 1.2.15
;;
--cflags)
echo -I${prefix}/include -D_GNU_SOURCE=1 -Dmain=SDL_main
echo -I${prefix}/include -Dmain=SDL_main
;;
--libs)
echo -L${exec_prefix}/lib${lib_suffix} -lmingw32 -lSDLmain -lSDL -mwindows

Binary file not shown.