One word:
How?
If I recall, it was actually kind of easy under pre-1.0.0 SDL.
I’ve tried setting my PATH to /usr/win32/bin:$PATH and then doing:
./configure --target=win32
or:
./configure --target=mingw32
But I either get an error about "./config.guess: ./dummy: cannot execute…"
or “ltconfig” wanting a host type specified.
Thanks!
-bill!
slouken
2
One word:
How?
./configure --target=mingw32 --host=i386-linux (assuming you’re on a PC)
-Sam Lantinga (slouken at devolution.com)
Lead Programmer, Loki Entertainment Software–
“Any sufficiently advanced bug is indistinguishable from a feature”
– Rich Kulawiec
One word:
How?
./configure --target=mingw32 --host=i386-linux (assuming you’re on a PC)
D’oh! And I looked at README.Win32 !!! How did I miss it!?
(Probably cuz I was in a hurry)
Sorry! 
-bill!