1
0
Fork 0

Removing all the old vestiges of the original attempt at a slew FDM. Now

this functionality is implimented as a magic carpet mode.
This commit is contained in:
curt 1999-10-14 02:01:27 +00:00
parent b5aaa84cc9
commit 884dae9c57
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,4 @@
SUBDIRS = Balloon External JSBsim LaRCsim Slew
SUBDIRS = Balloon External JSBsim LaRCsim
noinst_LIBRARIES = libFlight.a

View file

@ -39,7 +39,6 @@ fgfs_LDADD = \
$(top_builddir)/Simulator/FDM/External/libExternal.a \
$(top_builddir)/Simulator/FDM/JSBsim/libJSBsim.a \
$(top_builddir)/Simulator/FDM/LaRCsim/libLaRCsim.a \
$(top_builddir)/Simulator/FDM/Slew/libSlew.a \
$(top_builddir)/Simulator/GUI/libGUI.a \
$(top_builddir)/Simulator/Scenery/libScenery.a \
$(top_builddir)/Simulator/Airports/libAirports.a \