1
0
Fork 0

chmod 755 runfg at the end of the configure script.

This commit is contained in:
curt 1998-08-03 22:16:18 +00:00
parent 82ad12b65b
commit ae853db077
3 changed files with 6 additions and 0 deletions

3
NEWS
View file

@ -1,10 +1,13 @@
New in 0.52 New in 0.52
* Fixed a small problem with moon rendering.
* Fog color tries to track the sky color at the center of view in sunrise * Fog color tries to track the sky color at the center of view in sunrise
and sunset situations. and sunset situations.
* Optimizations from Norman Vine * Optimizations from Norman Vine
* Code fixes and tweaks from Charlie Hotchkiss. * Code fixes and tweaks from Charlie Hotchkiss.
* Added an --enable/disable-sound option. * Added an --enable/disable-sound option.
* Added a pause key "p" * Added a pause key "p"
* Added command line options to specify initial position and orientation.
* Added command line option to start in paused or unpaused state.
New in 0.51 New in 0.51
* Translucent menus * Translucent menus

1
Thanks
View file

@ -118,6 +118,7 @@ Jonathan R Shewchuk <Jonathan_R_Shewchuk@ux4.sp.cs.cmu.edu>
Michael Smith <msmith99@flash.net> Michael Smith <msmith99@flash.net>
Contributed cockpit graphics, 3d models, logos, and other images. Contributed cockpit graphics, 3d models, logos, and other images.
Project Bonanza - http://members.xoom.com/ConceptSim/index.html
U.S. Geological Survey - http://edcwww.cr.usgs.gov/doc/edchome/ndcdb/ndcdb.html U.S. Geological Survey - http://edcwww.cr.usgs.gov/doc/edchome/ndcdb/ndcdb.html

View file

@ -244,3 +244,5 @@ AC_OUTPUT( \
Tools/Triangle/Makefile \ Tools/Triangle/Makefile \
Tests/Makefile \ Tests/Makefile \
) )
AC_OUTPUT_COMMANDS([chmod 755 Simulator/Main/runfg])