]> git.mxchange.org Git - flightgear.git/commitdiff
Removed unneeded -Lfoo/bar/ flag from Makefile.
authorcurt <curt>
Mon, 3 May 1999 11:42:53 +0000 (11:42 +0000)
committercurt <curt>
Mon, 3 May 1999 11:42:53 +0000 (11:42 +0000)
Undef FG_VIEW_INLINE_OPTIMIZATIONS for the moment.

Simulator/Main/Makefile.am
Simulator/Main/views.cxx

index 3d5a513613f4ee2273c3db5687ead44d64835dc3..96d2c6634cc624731b933b9a9a74d33b7b1ff7be 100644 (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
index 9639f9617ebabdad18793377252bd04fe9f123e5..10f77002bf0a117cf0e3b4186d49fbcab77704ed 100644 (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;