1
0
Fork 0

Misc. tweaks

This commit is contained in:
curt 1998-01-22 02:58:52 +00:00
parent 08210bfc08
commit 049776c07d
2 changed files with 5 additions and 3 deletions

View file

@ -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

View 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
#---------------------------------------------------------------------------