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://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1516 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2017-10-05 20:24:43 +00:00
parent d4d06b4a78
commit c7e4215b79
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.

Binary file not shown.