]> git.saurik.com Git - wxWidgets.git/blame_incremental - utils/wxPython/modules/ogl/build.cfg
ifdef'd out wxEmptyString. This is defined in string.cpp.
[wxWidgets.git] / utils / wxPython / modules / ogl / build.cfg
... / ...
CommitLineData
1# -*- python -*-
2import sys
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'
10
11if sys.platform == 'win32':
12 OTHERLIBS = '$(WXWIN)/lib/ogl$(LIBEXT).lib'
13else:
14 OTHERLIBS = '-logl'
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='.'