]> git.saurik.com Git - wxWidgets.git/commitdiff
removed a test value left in by accident
authorRobin Dunn <robin@alldunn.com>
Wed, 1 Sep 1999 20:58:27 +0000 (20:58 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 1 Sep 1999 20:58:27 +0000 (20:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/wxPython/modules/glcanvas/build.cfg

index 55902260769979d1d39c94dccc54c0a83bc3fb92..fb9ad4b057200a4cd90a8764e6df54812dbff5a6 100644 (file)
@@ -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!"