]> git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/modules/ogl/build.cfg
wxPython module for OGL added.
[wxWidgets.git] / utils / wxPython / modules / ogl / build.cfg
1 # -*- python -*-
2
3 MODULE = 'oglc'
4 SWIGFILES = ['ogl.i', 'oglbasic.i', 'oglshapes.i', 'oglshapes2.i', 'oglcanvas.i']
5 SOURCES = ['oglhelpers.cpp']
6
7
8 OTHERCFLAGS = '-I$(WXWIN)/utils/ogl/src'
9 OTHERLIBS = '$(WXWIN)/lib/ogl$(LIBEXT).lib'
10
11 #OTHERSWIGFLAGS = '-stat'
12 SWIGDEPS = '_ogldefs.i'
13 OTHERDEPS = 'oglhelpers.h $(WXPSRCDIR)/helpers.h'
14
15
16 # There are no platform differences so we don't need separate code directories
17 GENCODEDIR='.'