]> icculus.org git repositories - divverent/darkplaces.git/blob - mingw_note.txt
d07ecf722a149e034394fe425b6202385d59914c
[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
7 Assuming you placed mingw in c:\mingw, you can simply type this to compile:
8 make exerelease