5 SWIGFILES = ['glcanvas.i', ]
8 # Special action; for win32 we require you make the glcanvas lib. The
9 # makefile will copy it to WXWIN\lib
10 # Unix make system isn't so advanced, so we'll go looking for the source
12 if sys.platform == 'win32':
13 # OTHERLIBS = '$(WXDIR)\lib\glcanvas$(LIBEXT).lib glu32.lib opengl32.lib'
14 # OTHERCFLAGS = '-DWITH_GLCANVAS -I$(WXDIR)/utils/glcanvas/win'
19 # SOURCES = [GENCODEDIR+'/_glcanvas.cpp']
20 print "Warning: Assuming MesaGL libraries. Override OTHERLIBS in build.local\n"\
21 " if you have native GL!"
22 OTHERCFLAGS = '-DWITH_GLCANVAS -I$(WXDIR)/utils/glcanvas/gtk'
23 OTHERLIBS = "-lwxglcanvas -lMesaGL -lMesaGLU"
25 #$(GENCODEDIR)/_glcanvas.cpp : $(WXDIR)/utils/glcanvas/$(GENCODEDIR)/glcanvas.cpp
27 #glcanvas.h : $(WXDIR)/utils/glcanvas/$(GENCODEDIR)/glcanvas.h
29 #_glcanvas.o : glcanvas.h