]> git.saurik.com Git - wxWidgets.git/blame - utils/wxMMedia2/lib/Makefile.in
fixed mingw32 problem. Now correctly deals with egcs / <=gcc-2.8 issue.
[wxWidgets.git] / utils / wxMMedia2 / lib / Makefile.in
CommitLineData
526ddb13
GL
1#
2# File: makefile.unx
3# Author: Julian Smart
4# Created: 1998
5# Updated:
6# Copyright: (c) 1998 Julian Smart
7#
8# "%W% %G%"
9#
10# Makefile for thread example (UNIX).
11
12top_srcdir = @top_srcdir@
13top_builddir = ../../..
14
15VPATH= $(top_srcdir)/utils/wxMMedia2/lib
16
17LIBTARGET=libwxmmedia2
18
19OBJECTS=sndbase.o sndcodec.o sndpcm.o sndcpcm.o sndulaw.o sndfile.o sndoss.o\
20 sndaiff.o sndwav.o \
21 g711.o g721.o g723_24.o g723_40.o g72x.o \
22 cdbase.o cdunix.o \
23 vidbase.o vidxanm.o
24
25include $(top_builddir)/src/makelib.env
26