i could build cgamex86.dll, qagamex86.dll and uix86.dll. but i can't build wolfcamql.exe...

on VS2010
I modified errors that like "error C2065: 'i' : undeclared identifier"
then compiled, i got errors like "error LNK2019: unresolved external symbol 'qvmftolx87' referenced in function '_Com_DetectSSE'

on MinGW
Put some files by following this
Modify some codes by following this
Type "cd wolfcamql-src", then "make"
i got any error, but i got many warnings like "cc.exe: warning: build/release-mingw32-x86/client/cl_camera.o: linker input file unused because linking not done"
and any wolfcamql.exe was produced in wolfcamql-src\build\release-mingw32-x86.

is there anyone who have built wolfcamql.exe?