Mercurial > sdl-ios-xcode
comparison configure.in @ 47:45b1c4303f87
Added initial support for Quartz video (thanks Darrell!)
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Thu, 07 Jun 2001 14:28:11 +0000 |
parents | 8cc154626be9 |
children | fba28d77901f |
comparison
equal
deleted
inserted
replaced
46:3dcf26fa9d15 | 47:45b1c4303f87 |
---|---|
60 AC_PROG_CXX | 60 AC_PROG_CXX |
61 ;; | 61 ;; |
62 # This is stupid, but necessary on some versions of Linux (joysticks) | 62 # This is stupid, but necessary on some versions of Linux (joysticks) |
63 *-*-linux*) | 63 *-*-linux*) |
64 AC_PROG_CXX | 64 AC_PROG_CXX |
65 ;; | |
66 *-*-darwin*) | |
67 OBJC="???" | |
68 AC_SUBST(OBJC) | |
65 ;; | 69 ;; |
66 esac | 70 esac |
67 AC_PROG_INSTALL | 71 AC_PROG_INSTALL |
68 AC_FUNC_ALLOCA | 72 AC_FUNC_ALLOCA |
69 | 73 |
1977 src/video/fbcon/Makefile | 1981 src/video/fbcon/Makefile |
1978 src/video/ggi/Makefile | 1982 src/video/ggi/Makefile |
1979 src/video/maccommon/Makefile | 1983 src/video/maccommon/Makefile |
1980 src/video/macdsp/Makefile | 1984 src/video/macdsp/Makefile |
1981 src/video/macrom/Makefile | 1985 src/video/macrom/Makefile |
1986 src/video/quartz/Makefile | |
1982 src/video/svga/Makefile | 1987 src/video/svga/Makefile |
1983 src/video/aalib/Makefile | 1988 src/video/aalib/Makefile |
1984 src/video/wincommon/Makefile | 1989 src/video/wincommon/Makefile |
1985 src/video/windib/Makefile | 1990 src/video/windib/Makefile |
1986 src/video/windx5/Makefile | 1991 src/video/windx5/Makefile |