Mercurial > sdl-ios-xcode
view src/cdrom/qnx/Makefile.am @ 1235:f60f6f4ffc6f
Make some dynamic X11 symbols option. _XData32 and _XRead32 are only available
on 64-bit systems, and are chosen with macros in the X11 headers. So on
32-bit systems, it should fail to find these symbols and keep going anyhow.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Fri, 06 Jan 2006 20:56:13 +0000 |
parents | 2839f45bdba0 |
children |
line wrap: on
line source
## Makefile.am for the QNX cdrom driver for SDL noinst_LTLIBRARIES = libcdrom_qnx.la libcdrom_qnx_la_SOURCES = $(SRCS) # The SDL cdrom driver sources SRCS = SDL_syscdrom.c