Mercurial > sdl-ios-xcode
comparison configure.in @ 724:6b3dfe0198bb
Atari CD-ROM support
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Sat, 27 Sep 2003 08:20:26 +0000 |
parents | 1e8865a3e127 |
children | faaa676b20ef |
comparison
equal
deleted
inserted
replaced
723:1e8865a3e127 | 724:6b3dfe0198bb |
---|---|
2501 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS mint" | 2501 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS mint" |
2502 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS mint/libjoystick_mint.la" | 2502 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS mint/libjoystick_mint.la" |
2503 fi | 2503 fi |
2504 # Set up files for the cdrom library | 2504 # Set up files for the cdrom library |
2505 if test x$enable_cdrom = xyes; then | 2505 if test x$enable_cdrom = xyes; then |
2506 CDROM_SUBDIRS="$CDROM_SUBDIRS dummy" | 2506 CDROM_SUBDIRS="$CDROM_SUBDIRS mint" |
2507 CDROM_DRIVERS="$CDROM_DRIVERS dummy/libcdrom_dummy.la" | 2507 CDROM_DRIVERS="$CDROM_DRIVERS mint/libcdrom_mint.la" |
2508 fi | 2508 fi |
2509 # Set up files for the thread library | 2509 # Set up files for the thread library |
2510 if test x$enable_threads = xyes; then | 2510 if test x$enable_threads = xyes; then |
2511 CopyUnixThreadSource | 2511 CopyUnixThreadSource |
2512 fi | 2512 fi |
2763 src/cdrom/bsdi/Makefile | 2763 src/cdrom/bsdi/Makefile |
2764 src/cdrom/freebsd/Makefile | 2764 src/cdrom/freebsd/Makefile |
2765 src/cdrom/linux/Makefile | 2765 src/cdrom/linux/Makefile |
2766 src/cdrom/macos/Makefile | 2766 src/cdrom/macos/Makefile |
2767 src/cdrom/macosx/Makefile | 2767 src/cdrom/macosx/Makefile |
2768 src/cdrom/mint/Makefile | |
2768 src/cdrom/openbsd/Makefile | 2769 src/cdrom/openbsd/Makefile |
2769 src/cdrom/osf/Makefile | 2770 src/cdrom/osf/Makefile |
2770 src/cdrom/qnx/Makefile | 2771 src/cdrom/qnx/Makefile |
2771 src/cdrom/win32/Makefile | 2772 src/cdrom/win32/Makefile |
2772 src/thread/Makefile | 2773 src/thread/Makefile |