From 6aa07ad71a04c16ee55b2d132199802f4166742f Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 3 May 1999 11:42:53 +0000 Subject: [PATCH] Removed unneeded -Lfoo/bar/ flag from Makefile. Undef FG_VIEW_INLINE_OPTIMIZATIONS for the moment. --- Simulator/Main/Makefile.am | 2 +- Simulator/Main/views.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Simulator/Main/Makefile.am b/Simulator/Main/Makefile.am index 3d5a51361..96d2c6634 100644 --- a/Simulator/Main/Makefile.am +++ b/Simulator/Main/Makefile.am @@ -1,6 +1,6 @@ if ENABLE_AUDIO_SUPPORT DEFS += -DENABLE_AUDIO_SUPPORT -AUDIO_LIBS = -L$(top_builddir)/Lib/plib/src/sl -lsl -lsm +AUDIO_LIBS = -lsl -lsm endif if ENABLE_IRIX_AUDIO diff --git a/Simulator/Main/views.cxx b/Simulator/Main/views.cxx index 9639f9617..10f77002b 100644 --- a/Simulator/Main/views.cxx +++ b/Simulator/Main/views.cxx @@ -45,7 +45,7 @@ // from matrices we have allready computed // rather then performing 'textbook algebra' to rederive them // Norman Vine -- nhv@yahoo.com -#define FG_VIEW_INLINE_OPTIMIZATIONS +// #define FG_VIEW_INLINE_OPTIMIZATIONS // temporary (hopefully) hack static int panel_hist = 0; -- 2.39.5