From 049776c07d1fe189a035d7066439ea006eb950b9 Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 22 Jan 1998 02:58:52 +0000 Subject: [PATCH] Misc. tweaks --- Simulator/Todo | 6 ++++-- Simulator/commondefs | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Simulator/Todo b/Simulator/Todo index 62441ee0f..38e7c24bd 100644 --- a/Simulator/Todo +++ b/Simulator/Todo @@ -43,15 +43,17 @@ 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 diff --git a/Simulator/commondefs b/Simulator/commondefs index 5e99dec86..8c1c75018 100644 --- a/Simulator/commondefs +++ b/Simulator/commondefs @@ -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 #--------------------------------------------------------------------------- -- 2.39.2