view src/audio/macosx/Makefile.am @ 1330:450721ad5436

It's now possible to build SDL without any C runtime at all on Windows, using Visual C++ 2005
author Sam Lantinga <slouken@libsdl.org>
date Mon, 06 Feb 2006 08:28:51 +0000
parents f8d5ddc7aef1
children
line wrap: on
line source


## Makefile.am for SDL using the Mac OS X CoreAudio driver

noinst_LTLIBRARIES = libaudio_macosx.la
libaudio_macosx_la_SOURCES = $(SRCS)

# The SDL audio driver sources
SRCS =	SDL_coreaudio.c	\
	SDL_coreaudio.h