diff --git a/DOCS/documentation.html b/DOCS/documentation.html index 92ae9dec46..a1f783e0e0 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -1628,36 +1628,6 @@ end do not work/compile, you should disable them in configure with ./configure --disable-win32 --disable-gl --disable-mpdvdkit.

-

SDL has also been reported to work after some tweaking:
- There are several changes that need to be made to the config.mak - file after running configure. These changes, like any change to - config.mak after the configure run are not - supported, so please do not report bugs!

- -

Find the line that reads

- -
-  SDL_LIB = -L/usr/local/lib -lmingw32 -lSDLmain -lSDL -mwindows -mno-cygwin
-
- -

and change it to:

- -
-  SDL_LIB = -L/usr/local/lib -lSDL -mcygwin
-
- -

and replace

- -
-  SDL_INC = -I/usr/local/include -I/usr/local/include/SDL -Dmain=SDL_main -I/usr/include/mingw -DWIN32 -Uunix -mno-cygwin
-
- -

with

- -
-  SDL_INC = -I/usr/local/include -I/usr/local/include/SDL -Uunix -mcygwin
-
-

Instructions and files for making SDL run under Cygwin can be found on the libsdl site.