From: Robin Dunn Date: Wed, 1 Sep 1999 20:58:27 +0000 (+0000) Subject: removed a test value left in by accident X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/27d6502f98122660df7c940bb59d72433141a0db removed a test value left in by accident git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/utils/wxPython/modules/glcanvas/build.cfg b/utils/wxPython/modules/glcanvas/build.cfg index 5590226076..fb9ad4b057 100644 --- a/utils/wxPython/modules/glcanvas/build.cfg +++ b/utils/wxPython/modules/glcanvas/build.cfg @@ -12,7 +12,6 @@ OTHERCFLAGS = '-DWITH_GLCANVAS -I$(WXDIR)\utils\glcanvas\%s' % (GENCODEDIR,) if sys.platform == 'win32': OTHERLIBS = '$(WXDIR)\lib\glcanvas.lib glu32.lib opengl32.lib' else: - OTHERLFLAGS='-v' SOURCES = [GENCODEDIR+'/_glcanvas.cpp'] print "Warning: Assuming MesaGL libraries. Override OTHERLIBS in build.local\n"\ " if you have native GL!"