Extra bloaty junk to modernise stuff a bit. https://fte.triptohell.info/moodles/qss/
Go to file
sezero 5ad7537be2 * Makefile, Makefile.darwin, Makefile.w32, Makefile.w64: Build changes:
The SDL_net driver is now disabled by default and platform-specific network
drivers will be used. To compile for SDL_net, a command like "make SDLNET=1"
must be used, in which case a new preprocessor macro _USE_SDLNET will be
defined in the CFLAGS. For windows targets when not using SDL_net, WINSOCK2
is added as another option: A command line like "make WINSOCK2=1" will enable
WinSock2 api and a new preprocessor macro _USE_WINSOCK2 will be defined in
the CFLAGS. Or, a command line like "make WINSOCK2=0" will disable WinSock2
api and the old WinSock 1.1 api will be used instead. For Win64, WinSock2 is
enabled by default. For Win32, WinSock 1.1 is the default api.
* net_bsd.c, net_dgrm.c, net_loop.c, net_main.c, net_sdl.c, net_sdlnet.c,
net_udp.c, net_win.c, net_wins.c, net_wipx.c: Use the newly added net_sys.h
header. The sys_socket_t type is not in use, yet.


git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@215 af15c1b1-3010-417e-b628-4374ebc0bcbd
2010-06-21 11:10:38 +00:00
Linux renamed main.c to main_sdl.c. 2010-04-24 15:21:59 +00:00
MacOSX MacOSX/QuakeSpasm.xcodeproj/ 2010-05-21 19:03:17 +00:00
Misc added fitzquake085.txt as a reference doc. split fitzquake080.txt into 2010-04-24 13:32:50 +00:00
Quake * Makefile, Makefile.darwin, Makefile.w32, Makefile.w64: Build changes: 2010-06-21 11:10:38 +00:00
Windows renamed main.c to main_sdl.c. 2010-04-24 15:21:59 +00:00
gnu.txt updated the copyleft file from ftp://ftp.gnu.org/gnu/Licenses/COPYING-2.0 2010-02-19 12:40:45 +00:00