Merged in make system changes from Bob Kuehne <rpk@sgi.com>

This should simplify things tremendously.
This commit is contained in:
curt
2009-09-15 18:31:28 +02:00
committed by Tim Moore
parent b6b503a190
commit ccc3af8937
9 changed files with 102 additions and 198 deletions
+18 -13
View File
@@ -36,20 +36,21 @@
*/
#include <GL/glut.h>
#include "../XGL/xgl.h"
#include <XGL/xgl.h>
#include "sky.h"
#include <Astro/sky.h>
#include "../Time/event.h"
#include "../Time/fg_time.h"
#include <Time/event.h>
#include <Time/fg_time.h>
#include <Aircraft/aircraft.h>
#include <Flight/flight.h>
#include <Include/constants.h>
#include <Main/views.h>
#include <Math/fg_random.h>
#include "../Aircraft/aircraft.h"
#include "../Flight/flight.h"
#include "../Include/constants.h"
#include "../Main/views.h"
#include "../Math/fg_random.h"
/*
#include "../Include/general.h"
#include <Include/general.h>
*/
/* in meters of course */
@@ -329,10 +330,14 @@ void fgSkyRender( void ) {
/* $Log$
/* Revision 1.2 1998/01/19 18:40:17 curt
/* Tons of little changes to clean up the code and to remove fatal errors
/* when building with the c++ compiler.
/* Revision 1.3 1998/01/19 19:26:59 curt
/* Merged in make system changes from Bob Kuehne <rpk@sgi.com>
/* This should simplify things tremendously.
/*
* Revision 1.2 1998/01/19 18:40:17 curt
* Tons of little changes to clean up the code and to remove fatal errors
* when building with the c++ compiler.
*
* Revision 1.1 1998/01/07 03:16:19 curt
* Moved from .../Src/Scenery/ to .../Src/Astro/
*