annotate src/cdrom/macosx/.cvsignore @ 1326:9439c2f1da89

From: Hayashi Naoyuki I tried to compile with gcc on Tru64, and got the following error. SDL_systimer.c:45:45: error: operator '&&' has no right operand It succeeds if changing #if (defined _POSIX_TIMERS && _POSIX_TIMERS > 0) to #if (defined _POSIX_TIMERS && _POSIX_TIMERS + 0 > 0)
author Sam Lantinga <slouken@libsdl.org>
date Fri, 03 Feb 2006 07:43:42 +0000
parents d9c2ab142f2f
children
rev   line source
636
d9c2ab142f2f *** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1 Makefile.in
d9c2ab142f2f *** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
2 Makefile
d9c2ab142f2f *** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
3 .libs
d9c2ab142f2f *** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
4 *.o
d9c2ab142f2f *** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
5 *.lo
d9c2ab142f2f *** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
6 *.la