OTHERLIBS = '$(WXDIR)\lib\glcanvas.lib glu32.lib opengl32.lib'
else:
SOURCES = [GENCODEDIR+'/_glcanvas.cpp']
- print "Warning: assuming MesaGL libraries. Override OTHERLIBS in build.local if you have native GL!"
+ print "Warning: Assuming MesaGL libraries. Override OTHERLIBS in build.local\n"\
+ " if you have native GL!"
OTHERLIBS = "-lMesaGL -lMesaGLU"
OTHERRULES = """
$(GENCODEDIR)/_glcanvas.cpp :