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