]> git.mxchange.org Git - flightgear.git/commitdiff
Changed GLUT/ -> Main/
authorcurt <curt>
Tue, 28 Oct 1997 21:07:21 +0000 (21:07 +0000)
committercurt <curt>
Tue, 28 Oct 1997 21:07:21 +0000 (21:07 +0000)
Time/depend
Time/sunpos.c

index a4cdb8767e47628c8de24a136ec7e86ffc5f4dda..c73ae5e357fd04b8120726ebf737c41534952a8b 100644 (file)
@@ -5,8 +5,8 @@ fg_timer.o: fg_timer.c fg_timer.h
 sptest.o: sptest.c sunpos.h ../types.h ../constants.h
 sunpos.o: sunpos.c sunpos.h ../types.h fg_time.h ../Flight/flight.h \
  ../Flight/Slew/slew.h ../Flight/LaRCsim/ls_interface.h \
- ../Flight/LaRCsim/../flight.h ../constants.h ../GLUT/views.h \
- ../GLUT/../types.h ../GLUT/../Flight/flight.h ../GLUT/../Math/mat3.h \
+ ../Flight/LaRCsim/../flight.h ../constants.h ../Main/views.h \
+ ../Main/../types.h ../Main/../Flight/flight.h ../Main/../Math/mat3.h \
  ../Math/fg_geodesy.h ../Math/mat3.h ../Math/polar.h \
  ../Math/../types.h
 ttest.o: ttest.c
index 1e593bc02a44097edf8c966990088e56b2aa26dd..25cfc09812f4a441c14a195d4fd20369bd9f07fb 100644 (file)
@@ -46,7 +46,7 @@
 #include "sunpos.h"
 #include "fg_time.h"
 #include "../constants.h"
-#include "../GLUT/views.h"
+#include "../Main/views.h"
 #include "../Math/fg_geodesy.h"
 #include "../Math/mat3.h"
 #include "../Math/polar.h"
@@ -303,10 +303,13 @@ void fgUpdateSunPos(struct fgCartesianPoint scenery_center) {
 
 
 /* $Log$
-/* Revision 1.10  1997/09/13 02:00:09  curt
-/* Mostly working on stars and generating sidereal time for accurate star
-/* placement.
+/* Revision 1.11  1997/10/28 21:07:21  curt
+/* Changed GLUT/ -> Main/
 /*
+ * Revision 1.10  1997/09/13 02:00:09  curt
+ * Mostly working on stars and generating sidereal time for accurate star
+ * placement.
+ *
  * Revision 1.9  1997/09/05 14:17:31  curt
  * More tweaking with stars.
  *