updates to correct build errors (new locations, etc.)
minor bug fixes, etc. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6608 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -6,10 +6,10 @@ SWIGFILES = ['ogl.i', 'oglbasic.i', 'oglshapes.i', 'oglshapes2.i', 'oglcanvas.i'
|
||||
SOURCES = ['oglhelpers.cpp']
|
||||
|
||||
|
||||
OTHERCFLAGS = '-I$(WXWIN)/utils/ogl/src'
|
||||
OTHERCFLAGS = '-I$(WXWIN)/contrib/include'
|
||||
|
||||
if sys.platform == 'win32':
|
||||
OTHERLIBS = '$(WXWIN)/lib/ogl$(LIBEXT).lib'
|
||||
OTHERLIBS = '$(WXWIN)/contrib/lib/ogl$(LIBEXT).lib'
|
||||
else:
|
||||
OTHERLIBS = '-logl'
|
||||
|
||||
|
Reference in New Issue
Block a user