From: curt Date: Sat, 14 Mar 1998 00:32:35 +0000 (+0000) Subject: Version 0.38 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f4562d4262188af44a21352f7c8fc2b18057dad4;p=flightgear.git Version 0.38 --- diff --git a/Simulator/Makefile b/Simulator/Makefile index 2afccb4f4..9979d1cec 100644 --- a/Simulator/Makefile +++ b/Simulator/Makefile @@ -96,13 +96,13 @@ bin-tar: all FlightGear/Thanks) bin-zip: - cp Main/fg$(FG_VERSION_MAJOR).exe Main/cygwin.dll README Thanks \ - runfg.bat .. + cp Main/fg$(FG_VERSION_MAJOR).exe README Thanks \ + runfg.bat ../Win32/glut.dll ../Win32/cygwinb19.dll .. (cd ../..; \ zip -r bin-$(FG_VERSION).zip FlightGear/fgtop \ FlightGear/fg$(FG_VERSION_MAJOR).exe FlightGear/runfg.bat \ - FlightGear/cygwin.dll FlightGear/COPYING FlightGear/Docs \ - FlightGear/README FlightGear/Thanks) + FlightGear/cygwinb19.dll FlightGear/glut.dll FlightGear/COPYING \ + FlightGear/Docs FlightGear/README FlightGear/Thanks ) bin-exp-zip: cp Main/fg$(FG_VERSION_MAJOR).exe Main/cygwin.dll README Thanks \ @@ -117,6 +117,9 @@ bin-exp-zip: #--------------------------------------------------------------------------- # $Log$ +# Revision 1.45 1998/03/14 00:32:35 curt +# Version 0.38 +# # Revision 1.44 1998/03/09 22:52:53 curt # Misc. configuration tweaks. # diff --git a/Simulator/commondefs b/Simulator/commondefs index 144d04c0c..1f0d7d0e8 100644 --- a/Simulator/commondefs +++ b/Simulator/commondefs @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- FG_VERSION_MAJOR = 0 -FG_VERSION_MINOR = 37 +FG_VERSION_MINOR = 38 FG_VERSION = $(FG_VERSION_MAJOR).$(FG_VERSION_MINOR) @@ -125,11 +125,6 @@ EXT = #--------------------------------------------------------------------------- # Cygnus Win32 (gcc based) compiled against SGI's opengl and a dynamic GLUT # -# -*- Experimental -*- -# -# Currently builds without fatal error, but can't seem to run correctly. -# Eventually may also work for compiling against IHV OpenGL drivers -# # INTERFACE_LIBS = -lglut # GRAPHICS_LIBS = -lglu -lopengl -luser32 -lgdi32 # FG_CFLAGS = $(GLOBAL_CFLAGS) $(FG_DEBUG_FLAGS) -I$(FG_ROOT)/Win32/include \ @@ -140,8 +135,8 @@ EXT = #--------------------------------------------------------------------------- #--------------------------------------------------------------------------- -# Cygnus Win32 (gcc based) with a static version of the GLUT toolkit -# with MSOpenGL95.exe ... +# [OLD] Cygnus Win32 (gcc based) with a static version of the GLUT toolkit +# with MSOpenGL95.exe ... # # INTERFACE_LIBS = ../Win32/libglut.a # GRAPHICS_LIBS = -lglu32 -lopengl32 -luser32 -lgdi32