X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Simulator%2Fmake.inc;h=94b7fd85579dd33c46b962f56cfda374fa4e82d0;hb=a9fdc0e3415420bdfd2d90531447ddeb4390c2ad;hp=047be92371408e14b8ebf19a6f08d8a83f78e7a5;hpb=8c60b7a731b2438a4a01b21fcbab4549ba53f123;p=flightgear.git diff --git a/Simulator/make.inc b/Simulator/make.inc index 047be9237..94b7fd855 100644 --- a/Simulator/make.inc +++ b/Simulator/make.inc @@ -30,7 +30,7 @@ #--------------------------------------------------------------------------- FG_VERSION_MAJOR = 0 -FG_VERSION_MINOR = 23 +FG_VERSION_MINOR = 24 FG_VERSION = $(FG_VERSION_MAJOR).$(FG_VERSION_MINOR) @@ -153,12 +153,15 @@ FG_CFLAGS = $(GLOBAL_CFLAGS) $(FG_DEBUG_FLAGS) # INTERFACE_FILES = GLUTmain.c GLUTkey.c # GRAPHICS_LIBS = -lglu32 -lopengl32 -luser32 -lgdi32 # FG_CFLAGS = $(GLOBAL_CFLAGS) $(FG_DEBUG_FLAGS) -DWIN32 -DUSE_RAND -# LN = ren +# LN = cp #--------------------------------------------------------------------------- #--------------------------------------------------------------------------- # $Log$ +# Revision 1.32 1998/01/19 18:35:40 curt +# Minor tweaks and fixes for cygwin32. +# # Revision 1.31 1998/01/08 02:21:46 curt # Version 0.23 #