]> git.mxchange.org Git - flightgear.git/commitdiff
Organizational changes.
authorcurt <curt>
Tue, 28 Oct 1997 19:35:40 +0000 (19:35 +0000)
committercurt <curt>
Tue, 28 Oct 1997 19:35:40 +0000 (19:35 +0000)
Simulator/Makefile
Simulator/README
Simulator/make.inc

index 01a2cbaac4a42157be126c3182afabaefed6bde4..8c77fe352910ee7b66e662275e7a6663375059a0 100644 (file)
@@ -28,8 +28,9 @@ include make.inc
 
 
 SUBSUBDIRS = Flight/LaRCsim Flight/Slew
-SUBDIRS = Aircraft Cockpit Controls Flight Joystick Math Scenery Time Weather
-MAIN = GLUT
+SUBDIRS = Aircraft Cockpit Controls Flight Joystick Math Scenery \
+       Time Weather
+MAIN = Main
 
 
 all: 
@@ -92,6 +93,9 @@ bin-zip:
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.28  1997/10/28 19:35:40  curt
+# Organizational changes.
+#
 # Revision 1.27  1997/09/23 00:29:27  curt
 # Tweaks to get things to compile with gcc-win32.
 #
index 593ea57ef911786d1fbfbf75e86cb85e810843c4..739f94697e26ea1fb7632dda07509fce57e9b596 100644 (file)
@@ -1,7 +1,7 @@
 majordomo writes:
 Subdirectories
 ==============
-GLUT/
+Main/
 -------
 "main()" and GLUT dependent mouse/keyboard/graphics code.
 
index 567d93e0fce7fd920dceb814c0b83ff161765559..9463b647870afa62695a885dc8583e00dd1f0160 100644 (file)
 #---------------------------------------------------------------------------
 
 
-VERSION = 0.13
+#---------------------------------------------------------------------------
+# Define the version
+#---------------------------------------------------------------------------
+
+VERSION_MAJOR = 0
+VERSION_MINOR = 14
+VERSION = $(VERSION_MAJOR).$(VERSION_MINOR)
+
 
 #---------------------------------------------------------------------------
 # Choose your weapons
@@ -36,6 +43,7 @@ FLEX = flex -f -L
 BISON = bison -v --no-lines
 AR = ar
 RANLIB = ranlib
+LN = ln -sf
 
 
 #---------------------------------------------------------------------------
@@ -115,11 +123,15 @@ FG_CFLAGS = $(GLOBAL_CFLAGS)
 # INTERFACE_FILES = GLUTmain.c GLUTkey.c
 # GRAPHICS_LIBS = -lglu32 -lopengl32 -luser32 -lgdi32
 # FG_CFLAGS = $(GLOBAL_CFLAGS) -DWIN32 -DUSE_RAND
+# LN = copy
 #---------------------------------------------------------------------------
 
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.18  1997/10/28 19:35:41  curt
+# Organizational changes.
+#
 # Revision 1.17  1997/10/25 03:30:02  curt
 # Misc. tweaks.
 #