Misc. tweaks
This commit is contained in:
parent
08210bfc08
commit
049776c07d
2 changed files with 5 additions and 3 deletions
|
@ -43,15 +43,17 @@
|
||||||
|
|
||||||
1/17/98 - Change all "type function();" to "type function( void );"
|
1/17/98 - Change all "type function();" to "type function( void );"
|
||||||
|
|
||||||
|
1/19/98 - Compile with c++
|
||||||
|
|
||||||
|
|
||||||
--------------------------------------------------------------------------
|
--------------------------------------------------------------------------
|
||||||
| Todo
|
| Todo
|
||||||
--------------------------------------------------------------------------
|
--------------------------------------------------------------------------
|
||||||
|
|
||||||
1/17/98 - Compile with c++
|
|
||||||
|
|
||||||
1/17/98 - in all .h's change #ifdef FILE_H -> #ifdef _FILE_H
|
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
|
1/17/98 - Remove some of the unused files such as ls_sync.c
|
||||||
|
|
||||||
12/29/97 - Scenery area manager
|
12/29/97 - Scenery area manager
|
||||||
|
|
|
@ -131,7 +131,7 @@ FG_CFLAGS = $(GLOBAL_CFLAGS) $(FG_DEBUG_FLAGS)
|
||||||
# INTERFACE_FILES = GLUTmain.c GLUTkey.c
|
# INTERFACE_FILES = GLUTmain.c GLUTkey.c
|
||||||
# GRAPHICS_LIBS = -lglu32 -lopengl32 -luser32 -lgdi32
|
# GRAPHICS_LIBS = -lglu32 -lopengl32 -luser32 -lgdi32
|
||||||
# FG_CFLAGS = $(GLOBAL_CFLAGS) $(FG_DEBUG_FLAGS) -DWIN32 -DUSE_RAND
|
# FG_CFLAGS = $(GLOBAL_CFLAGS) $(FG_DEBUG_FLAGS) -DWIN32 -DUSE_RAND
|
||||||
# LN = ren
|
# LN = cp
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue