From 760212ac561ace4c13e905fa3b25eebc28ba7fef Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Tue, 16 Jul 2002 22:29:24 +0000 Subject: [PATCH] __SDL__ ugly and not needed at all --- configure.ac | 2 -- main/inferno.c | 9 +++++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index e4ad5616..8ab2739f 100644 --- a/configure.ac +++ b/configure.ac @@ -266,7 +266,6 @@ AH_BOTTOM([ #define NEWDEMO 1 #ifdef __linux__ -# define __SDL__ 1 # define SDL_AUDIO 1 # define SDL_JOYSTICK 1 @@ -290,7 +289,6 @@ AH_BOTTOM([ #endif #ifdef __MINGW32__ -# define __SDL__ 1 # define SDL_AUDIO 1 # define SDL_INPUT 1 # define SDL_JOYSTICK 1 diff --git a/main/inferno.c b/main/inferno.c index c42f8ba8..e6982cb5 100644 --- a/main/inferno.c +++ b/main/inferno.c @@ -13,13 +13,16 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. /* * $Source: /cvs/cvsroot/d2x/main/inferno.c,v $ - * $Revision: 1.29 $ + * $Revision: 1.30 $ * $Author: bradleyb $ - * $Date: 2002-07-16 20:47:27 $ + * $Date: 2002-07-16 22:29:24 $ * * FIXME: put description here * * $Log: not supported by cvs2svn $ + * Revision 1.29 2002/07/16 20:47:27 bradleyb + * don't use althogdir on non-unix + * * Revision 1.28 2002/07/16 19:05:13 bradleyb * need limits.h on mingw also * @@ -330,9 +333,7 @@ void print_commandline_help() // printf( " -lowresmovies %s\n","FIXME: Undocumented"); // printf( " -memdbg %s\n","FIXME: Undocumented"); // printf( " -monodebug %s\n","FIXME: Undocumented"); -#if defined(__DJGPP__) || defined(__SDL__) printf( " -nocdrom %s\n","FIXME: Undocumented"); -#endif #ifdef __DJGPP__ printf( " -nocyberman %s\n","FIXME: Undocumented"); #endif -- 2.39.2