$(CC) $(CFLAGS) -c scenery.c -o $@
stars.c:
- $(CC) $(CFLAGS) -c starts.c -o $@
+ $(CC) $(CFLAGS) -c stars.c -o $@
sun.o:
$(CC) $(CFLAGS) -c sun.c -o $@
geometry.o:
$(CC) $(CFLAGS) -c geometry.c -o $@
+
#---------------------------------------------------------------------------
# $Log$
+# Revision 1.22 1997/10/25 03:30:07 curt
+# Misc. tweaks.
+#
# Revision 1.21 1997/10/25 03:18:26 curt
# Incorporated sun, moon, and planet position and rendering code contributed
# by Durk Talsma.
#---------------------------------------------------------------------------
-VERSION = 0.12
+VERSION = 0.13
#---------------------------------------------------------------------------
# Choose your weapons
#---------------------------------------------------------------------------
# $Log$
+# Revision 1.17 1997/10/25 03:30:02 curt
+# Misc. tweaks.
+#
# Revision 1.16 1997/10/25 03:24:21 curt
# Incorporated sun, moon, and star positioning code contributed by Durk Talsma.
#
static long int warp = 0;
/* get current Unix calendar time (in seconds) */
- /* warp += 120; */
- warp = 0;
+ warp += 60;
+ /* warp = 0; */
t->cur_time = time(NULL);
t->cur_time += warp;
printf("Current Unix calendar time = %ld warp = %ld\n", t->cur_time, warp);
/* $Log$
-/* Revision 1.7 1997/09/23 00:29:50 curt
-/* Tweaks to get things to compile with gcc-win32.
+/* Revision 1.8 1997/10/25 03:30:08 curt
+/* Misc. tweaks.
/*
+ * Revision 1.7 1997/09/23 00:29:50 curt
+ * Tweaks to get things to compile with gcc-win32.
+ *
* Revision 1.6 1997/09/20 03:34:34 curt
* Still trying to get those durned stars aligned properly.
*