wxWidgets/utils/wxPython/modules/ogl/build.cfg
Robin Dunn e91a9dfcc3 wxPython module for OGL added.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3608 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-09-10 06:25:47 +00:00

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='.'