Added makefile.g95
Added some commentary in sndwin.cpp git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
28
utils/wxMMedia2/lib/makefile.g95
Normal file
28
utils/wxMMedia2/lib/makefile.g95
Normal file
@@ -0,0 +1,28 @@
|
||||
#
|
||||
# File: Makefile
|
||||
# Author: Guilhem Lavaux
|
||||
# Created: 1998
|
||||
# Updated:
|
||||
# Copyright: (c) 1998 Julian Smart
|
||||
#
|
||||
# "%W% %G%"
|
||||
#
|
||||
# Makefile for wxMultiMedia (UNIX).
|
||||
|
||||
# updated mcf
|
||||
|
||||
top_srcdir = ../../..
|
||||
top_builddir = ../../..
|
||||
|
||||
VPATH= $(top_srcdir)/utils/wxMMedia2/lib
|
||||
|
||||
LIBTARGET=libwxmmedia2
|
||||
|
||||
OBJECTS=sndbase.o sndcodec.o sndpcm.o sndcpcm.o sndulaw.o sndfile.o sndoss.o\
|
||||
sndaiff.o sndwav.o \
|
||||
g711.o g721.o g723_24.o g723_40.o g72x.o \
|
||||
cdbase.o cdunix.o \
|
||||
vidbase.o vidxanm.o
|
||||
|
||||
# include $(top_builddir)/src/makelib.env
|
||||
include $(top_builddir)/src/makelib.g95
|
Reference in New Issue
Block a user