I'm trying to build Quake World but I can't really figure out what is wrong.
I have installed the Windows SDK and DirectX SDK, ran into the usual _errno MACRO error (renamed to qerrno).
Server, Proxy and MASM are building fine but the Client projects gives me:
3>LINK : fatal error LNK1181: cannot open input file '.\GLRelease\math.obj'
My math.h is coming from:
C:\Program Files\Microsoft Visual Studio 9.0\VC\include
I thought maybe there is a problem with the lib location for the linker but I can't find a math.lib in:
C:\Program Files\Microsoft Visual Studio 9.0\VC\lib
I tried to Google the error, to little avail so I guess It's more a C problem than a Quake problem.
I'm kinda stuck here
