]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/modules/glcanvas/build.cfg
Added sh-bang
[wxWidgets.git] / utils / wxPython / modules / glcanvas / build.cfg
index f9bcc56d487509f4b12c34c7eb20736c994f8bce..fb9ad4b057200a4cd90a8764e6df54812dbff5a6 100644 (file)
@@ -13,7 +13,8 @@ if sys.platform == 'win32':
     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 :