1
0
Fork 0

Removed unneeded -Lfoo/bar/ flag from Makefile.

Undef FG_VIEW_INLINE_OPTIMIZATIONS for the moment.
This commit is contained in:
curt 1999-05-03 11:42:53 +00:00
parent 4202c82732
commit 6aa07ad71a
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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;