Updated checklist, configure.in (0.2.0), cvar.c

This commit is contained in:
Jeff Teunissen 2000-05-22 05:51:05 +00:00
parent ea1386f190
commit 89cdc06e0e
3 changed files with 12 additions and 10 deletions

View file

@ -19,16 +19,16 @@ M: Ender has built these binaries sucessfully with a makefile.
[X] 1. The five conflicting files between client and server need to
have those conflicts removed.
[X] 2. One object per source
[M] 3a. Win32 binaries must be buildable for client and server
[-] 3b. Linux binaries should become buildable with auto*
[ ] 4. Any structural changes to the tree we agree to make
[ ] 5a. Linux targets need to be verified
[ ] 5b Win32 targets need to be verified
[X] 3a. Win32 binaries must be buildable for client and server
[X] 3b. Linux binaries should become buildable with auto*
[X] 4. Any structural changes to the tree we agree to make
[X] 5a. Linux targets need to be verified
[X] 5b Win32 targets need to be verified
[X] 6a. Mercury's speed cheat fix
< > M2k. QSG Standards Version 1
[-] 6b. Cvar revamp
[-] 7. Global config file
[-] 8. fs_*path cvars
<X> M2k. QSG Standards Version 1
[X] 6b. Cvar revamp
[X] 7. Global config file
[X] 8. fs_*path cvars
[ ] 9. Known buffer overflow issues need resolution
[-] 10. DGA support for Linux

View file

@ -6,7 +6,7 @@ AM_CONFIG_HEADER(include/config.h)
AC_CANONICAL_SYSTEM
dnl This is the only place where the package version appears
AM_INIT_AUTOMAKE(quakeforge, 0.1.99pre0)
AM_INIT_AUTOMAKE(quakeforge, 0.2.0)
dnl Define the proper name for package
AC_DEFINE(PROGRAM, "QuakeForge")

View file

@ -32,6 +32,8 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "commdef.h"
#include "cvar.h"
#include "zone.h"
#include "console.h"