I am newbie to this awesome project
I've got the same problem with sicanjal and I have added the compile directives as DevUrandom recommended.
>> Try adding -lz and -lwsock32 to the list of LDFLAGS in makerules/configure.mk (behind -lSDL_net)
Now the MinGW's compile result is OK (I am newbie to MinGW, too). I've got the executable file warzone2100.exe.
But when I execute warzone2100.exe with it's dependencies DLL, it said that the libogg-0.dll was not found. Even if I copy ogg.lib to libogg-0.dll and execute it again. The application outputs the two empty files: stderr.txt and stdout.txt and flip the screen once. There's nothing in the process list of Windows XP. That's all I've got.
Any recommend would be appreciated.
P/S: I've built the release source version 2.0.5 with MSVC and it's worked well.

