1
0
Fork 0

Directory reshuffling.

This commit is contained in:
curt 1998-08-25 16:59:08 +00:00
parent 6605478bf1
commit 6594fe1067
4 changed files with 14 additions and 4 deletions

View file

@ -43,6 +43,7 @@ fgfs_LDADD = \
$(top_builddir)/Simulator/Flight/Slew/libSlew.a \
$(top_builddir)/Simulator/GUI/libGUI.a \
$(top_builddir)/Simulator/Scenery/libScenery.a \
$(top_builddir)/Simulator/Objects/libObjects.a \
$(top_builddir)/Simulator/Time/libTime.a \
$(top_builddir)/Simulator/Weather/libWeather.a \
$(top_builddir)/Simulator/Joystick/libJoystick.a \

View file

@ -43,6 +43,7 @@
#include <Include/general.h>
#include <Aircraft/aircraft.h>
#include <Airports/simple.hxx>
#include <Astro/moon.hxx>
#include <Astro/planets.hxx>
#include <Astro/sky.hxx>
@ -63,7 +64,6 @@
#include <Time/sunpos.hxx>
#include <Weather/weather.h>
#include "airports.hxx"
#include "fg_init.hxx"
#include "options.hxx"
#include "views.hxx"
@ -388,6 +388,9 @@ int fgInitSubsystems( void ) {
// $Log$
// Revision 1.32 1998/08/25 16:59:09 curt
// Directory reshuffling.
//
// Revision 1.31 1998/08/22 14:49:57 curt
// Attempting to iron out seg faults and crashes.
// Did some shuffling to fix a initialization order problem between view

View file

@ -64,7 +64,7 @@ die "Cannot locate program.\n" if ( $savepath eq "" );
# search for the "FlightGear" root directory
@paths = ( $saveprefix, $ENV{HOME} );
@paths = ( $prefix, $saveprefix, $ENV{HOME} );
$fg_root = "";
@ -89,6 +89,9 @@ exec("$savepath/$savefile --fg-root=$fg_root @ARGV");
#---------------------------------------------------------------------------
# $Log$
# Revision 1.2 1998/08/25 16:59:10 curt
# Directory reshuffling.
#
# Revision 1.1 1998/08/24 20:32:41 curt
# runfg.in renamed to runfgfs.in
#

View file

@ -39,7 +39,7 @@
#include <Aircraft/aircraft.h>
#include <Debug/fg_debug.h>
#include <Main/options.hxx>
#include <Scenery/texload.h>
#include <Objects/texload.h>
#include "splash.hxx"
@ -143,6 +143,9 @@ void fgSplashUpdate ( double progress ) {
// $Log$
// Revision 1.3 1998/08/25 16:59:10 curt
// Directory reshuffling.
//
// Revision 1.2 1998/07/13 21:01:40 curt
// Wrote access functions for current fgOPTIONS.
//