Renamed OpenGL/ to GLUT/
This commit is contained in:
parent
e21a782a51
commit
4c139cadf3
3 changed files with 8 additions and 5 deletions
|
@ -29,7 +29,7 @@ include make.inc
|
||||||
|
|
||||||
SUBSUBDIRS = Flight/LaRCsim Flight/Slew
|
SUBSUBDIRS = Flight/LaRCsim Flight/Slew
|
||||||
SUBDIRS = Aircraft Controls Flight Math Scenery Time Weather
|
SUBDIRS = Aircraft Controls Flight Math Scenery Time Weather
|
||||||
MAIN = OpenGL
|
MAIN = GLUT
|
||||||
|
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
@ -71,6 +71,9 @@ zip: clean
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# $Log$
|
# $Log$
|
||||||
|
# Revision 1.23 1997/08/13 20:22:55 curt
|
||||||
|
# Renamed OpenGL/ to GLUT/
|
||||||
|
#
|
||||||
# Revision 1.22 1997/07/31 22:52:21 curt
|
# Revision 1.22 1997/07/31 22:52:21 curt
|
||||||
# Working on redoing internal coordinate systems & scenery transformations.
|
# Working on redoing internal coordinate systems & scenery transformations.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
majordomo writes:
|
majordomo writes:
|
||||||
Subdirectories
|
Subdirectories
|
||||||
==============
|
==============
|
||||||
OpenGL/
|
GLUT/
|
||||||
-------
|
-------
|
||||||
"main()" and OpenGL dependent mouse/keyboard/graphics code.
|
"main()" and GLUT dependent mouse/keyboard/graphics code.
|
||||||
|
|
||||||
|
|
||||||
Aircraft/
|
Aircraft/
|
||||||
|
|
|
@ -64,7 +64,7 @@ a completely free development environment.
|
||||||
extract the files. To install these permanently on your system,
|
extract the files. To install these permanently on your system,
|
||||||
you can copy them to your ``c:\windows\system\" directory.
|
you can copy them to your ``c:\windows\system\" directory.
|
||||||
Otherwise, you could just as easily copy them to the
|
Otherwise, you could just as easily copy them to the
|
||||||
``FlightGear\Src\OpenGL'' directory or else someplace that is in
|
``FlightGear\Src\GLUT'' directory or else someplace that is in
|
||||||
your path.
|
your path.
|
||||||
|
|
||||||
4. Edit the ``make.inc'' file. Go back to the main FlightGear source
|
4. Edit the ``make.inc'' file. Go back to the main FlightGear source
|
||||||
|
@ -90,7 +90,7 @@ a completely free development environment.
|
||||||
these are serious.
|
these are serious.
|
||||||
|
|
||||||
|
|
||||||
6. Try it out! When make is done, cd to the FlightGear\Src\OpenGL
|
6. Try it out! When make is done, cd to the FlightGear\Src\GLUT
|
||||||
directory and run the simulator:
|
directory and run the simulator:
|
||||||
|
|
||||||
fg0
|
fg0
|
||||||
|
|
Loading…
Add table
Reference in a new issue