]> git.mxchange.org Git - flightgear.git/commitdiff
Misc. tweaks
authorcurt <curt>
Thu, 22 Jan 1998 02:58:52 +0000 (02:58 +0000)
committercurt <curt>
Thu, 22 Jan 1998 02:58:52 +0000 (02:58 +0000)
Simulator/Todo
Simulator/commondefs

index 62441ee0ff59f6a678c0f809c4fc0ee8576bbbd6..38e7c24bd203e344c8dea1765246e49d10321c85 100644 (file)
 
 1/17/98 -  Change all "type function();" to "type function( void );"
 
+1/19/98 -  Compile with c++
+
 
 --------------------------------------------------------------------------
 | Todo 
 --------------------------------------------------------------------------
 
-1/17/98 -  Compile with c++
-
 1/17/98 -  in all .h's change #ifdef FILE_H -> #ifdef _FILE_H
 
+1/21/98 -  Fix warning when compiling with c++
+
 1/17/98 -  Remove some of the unused files such as ls_sync.c
 
 12/29/97 - Scenery area manager
index 5e99dec8682f832f2865c0906e2e629d58ffcfc7..8c1c750180a57189ec242bee7681599d7c4aec86 100644 (file)
@@ -131,7 +131,7 @@ 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
 #---------------------------------------------------------------------------