e91a9dfcc3
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3608 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
18 lines
429 B
Python
18 lines
429 B
Python
# -*- python -*-
|
|
|
|
MODULE = 'oglc'
|
|
SWIGFILES = ['ogl.i', 'oglbasic.i', 'oglshapes.i', 'oglshapes2.i', 'oglcanvas.i']
|
|
SOURCES = ['oglhelpers.cpp']
|
|
|
|
|
|
OTHERCFLAGS = '-I$(WXWIN)/utils/ogl/src'
|
|
OTHERLIBS = '$(WXWIN)/lib/ogl$(LIBEXT).lib'
|
|
|
|
#OTHERSWIGFLAGS = '-stat'
|
|
SWIGDEPS = '_ogldefs.i'
|
|
OTHERDEPS = 'oglhelpers.h $(WXPSRCDIR)/helpers.h'
|
|
|
|
|
|
# There are no platform differences so we don't need separate code directories
|
|
GENCODEDIR='.'
|