From: curt Date: Fri, 1 Aug 1997 15:28:44 +0000 (+0000) Subject: Added sunpos.c X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2bbf8d1770ba6d0af2f40afa093e780135dc75ec;p=flightgear.git Added sunpos.c --- diff --git a/Time/Makefile b/Time/Makefile index 360884b06..0e21a5f63 100644 --- a/Time/Makefile +++ b/Time/Makefile @@ -26,7 +26,7 @@ TARGET = libTime.a -CFILES = fg_timer.c +CFILES = fg_timer.c sunpos.c HFILES = fg_timer.h OFILES = $(CFILES:.c=.o) @@ -63,6 +63,9 @@ fg_timer.o: #--------------------------------------------------------------------------- # $Log$ +# Revision 1.11 1997/08/01 15:28:44 curt +# Added sunpos.c +# # Revision 1.10 1997/07/31 22:52:40 curt # Working on redoing internal coordinate systems & scenery transformations. #