]> git.saurik.com Git - wxWidgets.git/blame - utils/wxPython/modules/ogl/build.cfg
some ifdef'd out things added back in
[wxWidgets.git] / utils / wxPython / modules / ogl / build.cfg
CommitLineData
e91a9dfc 1# -*- python -*-
5454a927 2import sys
e91a9dfc
RD
3
4MODULE = 'oglc'
5SWIGFILES = ['ogl.i', 'oglbasic.i', 'oglshapes.i', 'oglshapes2.i', 'oglcanvas.i']
6SOURCES = ['oglhelpers.cpp']
7
8
9OTHERCFLAGS = '-I$(WXWIN)/utils/ogl/src'
5454a927
RD
10
11if sys.platform == 'win32':
12 OTHERLIBS = '$(WXWIN)/lib/ogl$(LIBEXT).lib'
13else:
14 OTHERLIBS = '-logl'
e91a9dfc
RD
15
16#OTHERSWIGFLAGS = '-stat'
17SWIGDEPS = '_ogldefs.i'
18OTHERDEPS = 'oglhelpers.h $(WXPSRCDIR)/helpers.h'
19
20
21# There are no platform differences so we don't need separate code directories
22GENCODEDIR='.'