]> git.saurik.com Git - wxWidgets.git/blame - utils/ogl/src/Makefile.in
Change a Popup menu from using a callback to using events. Can't test
[wxWidgets.git] / utils / ogl / src / Makefile.in
CommitLineData
c596875e
RD
1#
2
3top_srcdir = @top_srcdir@
4top_builddir = ../../..
5
6VPATH= $(top_srcdir)/utils/ogl/src
7
2e39ec84 8LIBTARGET=$(top_builddir)/lib/libogl
c596875e 9
2e39ec84 10OBJECTS=basic.o bmpshape.o composit.o divided.o lines.o misc.o \
c596875e
RD
11 basic2.o canvas.o constrnt.o drawn.o mfutils.o ogldiag.o
12
13
14include $(top_builddir)/src/makelib.env