]> icculus.org git repositories - divverent/darkplaces.git/blob - mingw_note.txt
optimized single frame lerp case
[divverent/darkplaces.git] / mingw_note.txt
1 Darkplaces needs these files which do not come in the standard mingw installation, nor are supplied with darkplaces itself:
2 include/GL/gl.h (can be obtained in the opengl download hidden away on the microsoft website)
3 include/ddraw.h (part of DirectX)
4 include/dinput.h (part of DirectX)
5 include/dsound.h (part of DirectX)
6 include/wsipx.h (winsock IPX header, needed for net_wipx.c, which can be removed if you edit net_win.c a bit)
7
8 Assuming you placed mingw in c:\mingw, you can simply type this to compile:
9 make -f makefile.mingw