5 SWIGFILES = ['glcanvas.i', ]
6 OTHERCFLAGS = '-DWITH_GLCANVAS -I$(WXDIR)\utils\glcanvas\%s' % (GENCODEDIR,)
7 # Special action; for win32 we require you make the glcanvas lib. The
8 # makefile will copy it to WXWIN\lib
9 # Unix make system isn't so advanced, so we'll go looking for the source
11 if sys.platform == 'win32':
12 OTHERLIBS = '$(WXDIR)\lib\glcanvas.lib glu32.lib opengl32.lib'
14 SOURCES = [GENCODEDIR+'/_glcanvas.cpp']
16 $(GENCODEDIR)/_glcanvas.cpp :
17 cp $(WXDIR)/utils/glcanvas/$(GENCODEDIR)/glcanvas.cpp $@