Updated qw_client.dsp, qw_server.dsp and common/wins/config.h

This commit is contained in:
Anton E. Gavrilov 2000-03-06 20:18:41 +00:00
parent 0294848ef4
commit 195af30ce9
3 changed files with 214 additions and 277 deletions

View file

@ -1,222 +1,210 @@
/* common/config.h.in. Generated automatically from configure.in by autoheader. */ /* common/config.h.in. Generated automatically from configure.in by autoheader. */
/* Define to empty if the keyword does not work. */ /* Define to empty if the keyword does not work. */
#undef const #undef const
/* Define if you don't have vprintf but do have _doprnt. */ /* Define if you don't have vprintf but do have _doprnt. */
#undef HAVE_DOPRNT #undef HAVE_DOPRNT
/* Define if you have a working `mmap' system call. */ /* Define if you have a working `mmap' system call. */
#undef HAVE_MMAP #undef HAVE_MMAP
/* Define if you have the vprintf function. */ /* Define if you have the vprintf function. */
#undef HAVE_VPRINTF #undef HAVE_VPRINTF
/* Define as __inline if that's what the C compiler calls it. */ /* Define as __inline if that's what the C compiler calls it. */
#undef inline #undef inline
/* Define if you can safely include both <sys/time.h> and <time.h>. */ /* Define if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME #undef TIME_WITH_SYS_TIME
/* Define if your <sys/time.h> declares struct tm. */ /* Define if your <sys/time.h> declares struct tm. */
#undef TM_IN_SYS_TIME #undef TM_IN_SYS_TIME
/* Define if your processor stores words with the most significant /* Define if your processor stores words with the most significant
byte first (like Motorola and SPARC, unlike Intel and VAX). */ byte first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN #undef WORDS_BIGENDIAN
/* Define if the X Window System is missing or not being used. */ /* Define if the X Window System is missing or not being used. */
#undef X_DISPLAY_MISSING #define X_DISPLAY_MISSING
/* Version string */ /* Version string */
#undef VERSION #define VERSION "0.1.0-pre"
#define QF_VERSION "0.1.0-pre"
/* Define if you have the XFree86 DGA extension */
#undef HAS_DGA /* Define if you want to use QF-style defaults instead of Id-style */
#undef NEWSTYLE
/* If your version of OpenGL uses APIENTRY, define GLAPIENTRY to be APIENTRY*/
#define GLAPIENTRY APIENTRY /* Define this to the subdirectory name of the default game */
#ifdef NEWSTYLE
/* Define this to something sane if you don't have stricmp */ # define GAMENAME "base"
#undef stricmp #else
# define GAMENAME "id1"
/* Define this if you are using Mesa */ #endif
#undef XMESA
/* Define if you have the XFree86 DGA extension */
/* Define this if you have GL_COLOR_INDEX8_EXT in GL/gl.h */ #undef HAS_DGA
#undef HAVE_GL_COLOR_INDEX8_EXT
/* If your version of OpenGL uses APIENTRY, define GLAPIENTRY to be APIENTRY*/
/* Define this if C symbols are prefixed with an underscore */ #define GLAPIENTRY APIENTRY
#undef HAVE_SYM_PREFIX_UNDERSCORE
/* Define this to something sane if you don't have stricmp */
/* Define this if you have a Linux-style CD-ROM API */ #undef stricmp
#undef USE_LINUX_CD
/* Define this if you are using Mesa */
/* Define this if you have a BSD-style CD-ROM API */ #undef XMESA
#undef USE_BSD_CD
/* Define this if you have GL_COLOR_INDEX8_EXT in GL/gl.h */
/* Define if you have the _ftime function. */ #undef HAVE_GL_COLOR_INDEX8_EXT
#define HAVE__FTIME
/* Define this if C symbols are prefixed with an underscore */
/* Define if you have the _snprintf function. */ #undef HAVE_SYM_PREFIX_UNDERSCORE
#define HAVE__SNPRINTF
/* Define this if you have a Linux-style CD-ROM API */
/* Define if you have the _vsnprintf function. */ #undef USE_LINUX_CD
#define HAVE__VSNPRINTF
/* Define this if you have a BSD-style CD-ROM API */
/* Define if you have the connect function. */ #undef USE_BSD_CD
#define HAVE_CONNECT
/* Define if you have the _ftime function. */
/* Define if you have the fcntl function. */ #define HAVE__FTIME
#undef HAVE_FCNTL
/* Define if you have the _snprintf function. */
/* Define if you have the ftime function. */ #define HAVE__SNPRINTF
#define HAVE_FTIME
/* Define if you have the _vsnprintf function. */
/* Define if you have the gethostbyname function. */ #define HAVE__VSNPRINTF
#define HAVE_GETHOSTBYNAME
/* Define if you have the connect function. */
/* Define if you have the gethostname function. */ #define HAVE_CONNECT
#define HAVE_GETHOSTNAME
/* Define if you have the fcntl function. */
/* Define if you have the getpagesize function. */ #undef HAVE_FCNTL
#undef HAVE_GETPAGESIZE
/* Define if you have the ftime function. */
/* Define if you have the gettimeofday function. */ #define HAVE_FTIME
#undef HAVE_GETTIMEOFDAY
/* Define if you have the gethostbyname function. */
/* Define if you have the getwd function. */ #define HAVE_GETHOSTBYNAME
#undef HAVE_GETWD
/* Define if you have the gethostname function. */
/* Define if you have the mkdir function. */ #define HAVE_GETHOSTNAME
#undef HAVE_MKDIR
/* Define if you have the getpagesize function. */
/* Define if you have the putenv function. */ #undef HAVE_GETPAGESIZE
#undef HAVE_PUTENV
/* Define if you have the gettimeofday function. */
/* Define if you have the select function. */ #undef HAVE_GETTIMEOFDAY
#define HAVE_SELECT
/* Define if you have the getwd function. */
/* Define if you have the snprintf function. */ #undef HAVE_GETWD
#undef HAVE_SNPRINTF
/* Define if you have the mkdir function. */
/* Define if you have the socket function. */ #define HAVE_MKDIR
#define HAVE_SOCKET
/* Define if you have the putenv function. */
/* Define if you have the stat function. */ #undef HAVE_PUTENV
#undef HAVE_STAT
/* Define if you have the select function. */
/* Define if you have the strerror function. */ #define HAVE_SELECT
#undef HAVE_STRERROR
/* Define if you have the snprintf function. */
/* Define if you have the strstr function. */ #undef HAVE_SNPRINTF
#undef HAVE_STRSTR
/* Define if you have the socket function. */
/* Define if you have the vsnprintf function. */ #define HAVE_SOCKET
#undef HAVE_VSNPRINTF
/* Define if you have the stat function. */
/* Define if you have the <arpa/inet.h> header file. */ #undef HAVE_STAT
#undef HAVE_ARPA_INET_H
/* Define if you have the strerror function. */
/* Define if you have the <dsound.h> header file. */ #undef HAVE_STRERROR
#define HAVE_DSOUND_H
/* Define if you have the strstr function. */
/* Define if you have the <fcntl.h> header file. */ #undef HAVE_STRSTR
#undef HAVE_FCNTL_H
/* Define if you have the vsnprintf function. */
/* Define if you have the <initguid.h> header file. */ #undef HAVE_VSNPRINTF
#undef HAVE_INITGUID_H
/* Define if you have the <arpa/inet.h> header file. */
/* Define if you have the <linux/soundcard.h> header file. */ #undef HAVE_ARPA_INET_H
#undef HAVE_LINUX_SOUNDCARD_H
/* Define if you have the <dsound.h> header file. */
/* Define if you have the <machine/soundcard.h> header file. */ #define HAVE_DSOUND_H
#undef HAVE_MACHINE_SOUNDCARD_H
/* Define if you have the <fcntl.h> header file. */
/* Define if you have the <mme/mme_public.h> header file. */ #undef HAVE_FCNTL_H
#undef HAVE_MME_MME_PUBLIC_H
/* Define if you have the <initguid.h> header file. */
/* Define if you have the <mme/mmsystem.h> header file. */ #undef HAVE_INITGUID_H
#undef HAVE_MME_MMSYSTEM_H
/* Define if you have the <linux/soundcard.h> header file. */
/* Define if you have the <mmsystem.h> header file. */ #undef HAVE_LINUX_SOUNDCARD_H
#define HAVE_MMSYSTEM_H
/* Define if you have the <machine/soundcard.h> header file. */
/* Define if you have the <netdb.h> header file. */ #undef HAVE_MACHINE_SOUNDCARD_H
#undef HAVE_NETDB_H
/* Define if you have the <mme/mme_public.h> header file. */
/* Define if you have the <netinet/in.h> header file. */ #undef HAVE_MME_MME_PUBLIC_H
#undef HAVE_NETINET_IN_H
/* Define if you have the <mme/mmsystem.h> header file. */
/* Define if you have the <sys/asoundlib.h> header file. */ #undef HAVE_MME_MMSYSTEM_H
#undef HAVE_SYS_ASOUNDLIB_H
/* Define if you have the <mmsystem.h> header file. */
/* Define if you have the <sys/audioio.h> header file. */ #define HAVE_MMSYSTEM_H
#undef HAVE_SYS_AUDIOIO_H
/* Define if you have the <netdb.h> header file. */
/* Define if you have the <sys/filio.h> header file. */ #undef HAVE_NETDB_H
#undef HAVE_SYS_FILIO_H
/* Define if you have the <netinet/in.h> header file. */
/* Define if you have the <sys/ioctl.h> header file. */ #undef HAVE_NETINET_IN_H
#undef HAVE_SYS_IOCTL_H
/* Define if you have the <sys/asoundlib.h> header file. */
/* Define if you have the <sys/mman.h> header file. */ #undef HAVE_SYS_ASOUNDLIB_H
#undef HAVE_SYS_MMAN_H
/* Define if you have the <sys/audioio.h> header file. */
/* Define if you have the <sys/socket.h> header file. */ #undef HAVE_SYS_AUDIOIO_H
#undef HAVE_SYS_SOCKET_H
/* Define if you have the <sys/filio.h> header file. */
/* Define if you have the <sys/soundcard.h> header file. */ #undef HAVE_SYS_FILIO_H
#undef HAVE_SYS_SOUNDCARD_H
/* Define if you have the <sys/ioctl.h> header file. */
/* Define if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_IOCTL_H
#undef HAVE_SYS_STAT_H
/* Define if you have the <sys/mman.h> header file. */
/* Define if you have the <sys/time.h> header file. */ #undef HAVE_SYS_MMAN_H
#undef HAVE_SYS_TIME_H
/* Define if you have the <sys/socket.h> header file. */
/* Define if you have the <sys/timeb.h> header file. */ #undef HAVE_SYS_SOCKET_H
#define HAVE_SYS_TIMEB_H
/* Define if you have the <sys/soundcard.h> header file. */
/* Define if you have the <unistd.h> header file. */ #undef HAVE_SYS_SOUNDCARD_H
#undef HAVE_UNISTD_H
/* Define if you have the <sys/stat.h> header file. */
/* Define if you have the <windows.h> header file. */ #undef HAVE_SYS_STAT_H
#define HAVE_WINDOWS_H
/* Define if you have the <sys/time.h> header file. */
/* Define if you have the Xxf86dga library (-lXxf86dga). */ #undef HAVE_SYS_TIME_H
#undef HAVE_LIBXXF86DGA
/* Define if you have the <sys/timeb.h> header file. */
/* Define if you have the Xxf86vm library (-lXxf86vm). */ #define HAVE_SYS_TIMEB_H
#undef HAVE_LIBXXF86VM
/* Define if you have the <unistd.h> header file. */
/* Define if you have the db library (-ldb). */ #undef HAVE_UNISTD_H
#undef HAVE_LIBDB
/* Define if you have the <windows.h> header file. */
/* Define if you have the m library (-lm). */ #define HAVE_WINDOWS_H
#undef HAVE_LIBM
/* Define if you have the Xxf86dga library (-lXxf86dga). */
#define VERSION "0.1.0-pre" #undef HAVE_LIBXXF86DGA
#define QF_VERSION "0.1.0-pre"
#define HAVE_FCNTL_H 1 /* Define if you have the Xxf86vm library (-lXxf86vm). */
#define HAVE_SYS_IOCTL_H 1 #undef HAVE_LIBXXF86VM
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_STAT_H 1 /* Define if you have the db library (-ldb). */
#define HAVE_SYS_SOCKET_H 1 #undef HAVE_LIBDB
#define HAVE_NETINET_IN_H 1
#define HAVE_NETDB_H 1 /* Define if you have the m library (-lm). */
#define HAVE_ARPA_INET_H 1 #undef HAVE_LIBM
#define TIME_WITH_SYS_TIME 1
#define HAVE_SYM_PREFIX_UNDERSCORE 1 #define snprintf _snprintf
#define HAVE_GETPAGESIZE 1
#define HAVE_VPRINTF 1
#define HAVE_GETWD 1
#define HAVE_MKDIR 1
#define HAVE_FCNTL 1
#define HAVE_STAT 1
#define HAVE_PUTENV 1
#define HAVE_STRERROR 1
#define HAVE_STRSTR 1
#define HAVE_LIBM 1
#define X_DISPLAY_MISSING 1
#define HAVE_GL_COLOR_INDEX8_EXT 1

View file

@ -45,7 +45,7 @@ RSC=rc.exe
# PROP Ignore_Export_Lib 0 # PROP Ignore_Export_Lib 0
# PROP Target_Dir "" # PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c
# ADD CPP /nologo /GX /O2 /I "../scitech/include" /I "../qw_common" /I "../common" /I "../qw_client" /I "../qw_server" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "QUAKEWORLD" /YX /FD /c # ADD CPP /nologo /GX /O2 /I "../scitech/include" /I "../qw_common" /I "../common" /I "../qw_client" /I "../qw_server" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "QUAKEWORLD" /D "id386" /YX /FD /c
# SUBTRACT CPP /Fr # SUBTRACT CPP /Fr
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
@ -889,58 +889,6 @@ SOURCE=..\common\zone.c
# Begin Group "Header Files" # Begin Group "Header Files"
# PROP Default_Filter "h;hpp;hxx;hm;inl" # PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File
SOURCE=..\qw_common\bothdefs.h
# End Source File
# Begin Source File
SOURCE=..\qw_common\bspfile.h
# End Source File
# Begin Source File
SOURCE=..\qw_common\client.h
# End Source File
# Begin Source File
SOURCE=..\qw_common\cmd.h
# End Source File
# Begin Source File
SOURCE=..\qw_common\common.h
# End Source File
# Begin Source File
SOURCE=..\qw_common\console.h
# End Source File
# Begin Source File
SOURCE=..\qw_common\cvar.h
# End Source File
# Begin Source File
SOURCE=..\qw_common\model.h
# End Source File
# Begin Source File
SOURCE=..\qw_common\net.h
# End Source File
# Begin Source File
SOURCE=..\qw_common\pmove.h
# End Source File
# Begin Source File
SOURCE=..\qw_common\protocol.h
# End Source File
# Begin Source File
SOURCE=..\qw_common\quakedef.h
# End Source File
# Begin Source File
SOURCE=..\qw_common\screen.h
# End Source File
# End Group # End Group
# Begin Group "Resource Files" # Begin Group "Resource Files"

View file

@ -42,7 +42,8 @@ RSC=rc.exe
# PROP Ignore_Export_Lib 0 # PROP Ignore_Export_Lib 0
# PROP Target_Dir "" # PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
# ADD CPP /nologo /GX /O2 /I "../common" /I "../qw_common" /I "../qw_server" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "QUAKEWORLD" /D "SERVERONLY" /FR /YX /FD /c # ADD CPP /nologo /GX /O2 /I "../common" /I "../qw_common" /I "../qw_server" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "QUAKEWORLD" /D "SERVERONLY" /YX /FD /c
# SUBTRACT CPP /Fr
# ADD BASE RSC /l 0x419 /d "NDEBUG" # ADD BASE RSC /l 0x419 /d "NDEBUG"
# ADD RSC /l 0x419 /d "NDEBUG" # ADD RSC /l 0x419 /d "NDEBUG"
BSC32=bscmake.exe BSC32=bscmake.exe
@ -65,7 +66,7 @@ LINK32=link.exe
# PROP Intermediate_Dir "qw_server___Win32_Debug" # PROP Intermediate_Dir "qw_server___Win32_Debug"
# PROP Target_Dir "" # PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
# ADD CPP /nologo /W2 /Gm /GX /ZI /Od /I "../common" /I "../qw_common" /I "../qw_server" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "QUAKEWOLRD" /D "SERVERONLY" /YX /FD /GZ /c # ADD CPP /nologo /W2 /Gm /GX /ZI /Od /I "../common" /I "../qw_common" /I "../qw_server" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "QUAKEWOLRD" /D "SERVERONLY" /FR /YX /FD /GZ /c
# ADD BASE RSC /l 0x419 /d "_DEBUG" # ADD BASE RSC /l 0x419 /d "_DEBUG"
# ADD RSC /l 0x419 /d "_DEBUG" # ADD RSC /l 0x419 /d "_DEBUG"
BSC32=bscmake.exe BSC32=bscmake.exe