]> git.saurik.com Git - wxWidgets.git/blame - contrib/src/ogl/Makefile.in
Added extern "C" around winsock and moved it before "wx/msw/private.h"
[wxWidgets.git] / contrib / src / ogl / Makefile.in
CommitLineData
1fc25a89
JS
1#
2
3711412e 3top_srcdir = @top_srcdir@
e8482f24 4top_builddir = ../../..
1fc25a89 5
3711412e
RL
6TARGET_LIBNAME=libogl
7
8LIBVERSION_CURRENT=1
9LIBVERSION_REVISION=0
10LIBVERSION_AGE=0
1fc25a89
JS
11
12OBJECTS=basic.o bmpshape.o composit.o divided.o lines.o misc.o \
13 basic2.o canvas.o constrnt.o drawn.o mfutils.o ogldiag.o
14
e8482f24
GL
15# the comment at the end of the next line is needed because otherwise autoconf
16# would remove this line completely - it contains a built-in hack to remove
17# any VPATH assignment not containing ':'
3711412e 18VPATH = :$(top_srcdir)/src/ogl # ':' for autoconf
1fc25a89 19
3711412e 20APPEXTRADEFS=-I$(top_srcdir)/include
c5637102 21
1fc25a89 22include $(top_builddir)/src/makelib.env