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
This commit is contained in:
@@ -12,7 +12,6 @@ OTHERCFLAGS = '-DWITH_GLCANVAS -I$(WXDIR)\utils\glcanvas\%s' % (GENCODEDIR,)
|
|||||||
if sys.platform == 'win32':
|
if sys.platform == 'win32':
|
||||||
OTHERLIBS = '$(WXDIR)\lib\glcanvas.lib glu32.lib opengl32.lib'
|
OTHERLIBS = '$(WXDIR)\lib\glcanvas.lib glu32.lib opengl32.lib'
|
||||||
else:
|
else:
|
||||||
OTHERLFLAGS='-v'
|
|
||||||
SOURCES = [GENCODEDIR+'/_glcanvas.cpp']
|
SOURCES = [GENCODEDIR+'/_glcanvas.cpp']
|
||||||
print "Warning: Assuming MesaGL libraries. Override OTHERLIBS in build.local\n"\
|
print "Warning: Assuming MesaGL libraries. Override OTHERLIBS in build.local\n"\
|
||||||
" if you have native GL!"
|
" if you have native GL!"
|
||||||
|
Reference in New Issue
Block a user