I have created a new build for 64bit Windows machines. The download is available at graphicall.org. Please test the binary if you have the possibility to.
The build has been created against SVN revision 18932, and there are no debug symbols enabled. I still have uncommitted tweaks in my local tree, but if you’re interested in seeing what the scons configuration is that I use for building:
LCGDIR = ‘#../lib/win64′
WITH_BF_FFMPEG = False
WITH_BF_OPENAL = False
WITH_BF_PLAYER = False
WITH_BF_GAMEENGINE = True
WITH_BF_OPENJPEG= False
WITH_BF_FTGL = False
BF_PNG_LIB = ‘libpng’
WITH_BF_INTERNATIONAL = False
WITH_BF_QUICKTIME = False
WITH_BF_DOCS=False
BF_DEBUG=False
BF_BSC=False
CFLAGS = []
CCFLAGS = ['/nologo', '/Ob1', '/J', '/W3', '/Gd', '/MT', '/openmp']
CXXFLAGS = ['/EHsc']
if BF_DEBUG:
… Continue Reading