]> git.saurik.com Git - wxWidgets.git/blame - contrib/src/mmedia/makefile.g95
Changes to make commandline compilation with VC6 match the same settings and LIB...
[wxWidgets.git] / contrib / src / mmedia / makefile.g95
CommitLineData
07fce3c2
JS
1#
2# File: makefile.g95
3# Author: Julian Smart
4# Created: 1999
5# Updated:
6# Copyright: (c) Julian Smart, 1999
7#
8# Makefile for wxWindows MMedia library Cygwin/Mingw32).
9
10WXDIR = ../../..
11
12LIBTARGET=$(WXDIR)/contrib/lib/libmmedia.a
13OBJECTS = cdbase.o cdwin.o g711.o g721.o g723_24.o \
14 g723_40.o g72x.o sndaiff.o sndbase.o sndcodec.o \
15 sndcpcm.o sndfile.o sndg72x.o sndpcm.o sndulaw.o \
16 sndwav.o sndwin.o vidbase.o vidwin.o
17
18include $(WXDIR)/src/makelib.g95
19