view src/cdrom/win32/Makefile.am @ 1148:63fb2da89a4b

Patched inline assembly to compile on gcc 4.0.1. Details are here: http://bugs.gentoo.org/show_bug.cgi?id=104437 I believe the patch is from Harald van Dijk (comment #16 at the above url).
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 28 Sep 2005 02:26:29 +0000
parents 2839f45bdba0
children
line wrap: on
line source


## Makefile.am for the Windows cdrom driver for SDL

noinst_LTLIBRARIES = libcdrom_win32.la
libcdrom_win32_la_SOURCES = $(SRCS)

# The SDL cdrom driver sources
SRCS =  SDL_syscdrom.c