Added sunpos.c
This commit is contained in:
parent
39902fe0d6
commit
2bbf8d1770
1 changed files with 4 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
TARGET = libTime.a
|
TARGET = libTime.a
|
||||||
|
|
||||||
CFILES = fg_timer.c
|
CFILES = fg_timer.c sunpos.c
|
||||||
HFILES = fg_timer.h
|
HFILES = fg_timer.h
|
||||||
OFILES = $(CFILES:.c=.o)
|
OFILES = $(CFILES:.c=.o)
|
||||||
|
|
||||||
|
@ -63,6 +63,9 @@ fg_timer.o:
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# $Log$
|
# $Log$
|
||||||
|
# Revision 1.11 1997/08/01 15:28:44 curt
|
||||||
|
# Added sunpos.c
|
||||||
|
#
|
||||||
# Revision 1.10 1997/07/31 22:52:40 curt
|
# Revision 1.10 1997/07/31 22:52:40 curt
|
||||||
# Working on redoing internal coordinate systems & scenery transformations.
|
# Working on redoing internal coordinate systems & scenery transformations.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue