VC6 project files uptodate, mingl, gl, ded server & sdl targets working (both debug and release), various fixes and hacks to provide VC6 support again. VC6 static libs provided (/libs/vc6-libs), including SDL for the debug SDL target (all old versions though as the updated versions of the libraries have stopped providing VC6 project files to compile them with).

git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3711 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Lance 2010-12-23 08:53:23 +00:00
parent 5ba7b6b41c
commit 714e1f7456
19 changed files with 8779 additions and 84 deletions

View file

@ -2,7 +2,7 @@
#include "winquake.h"
#include <SDL.h>
#pragma comment(lib, "sdl.lib")
#pragma comment(lib, MSVCLIBSPATH "sdl.lib")
//SDL calls a callback each time it needs to repaint the 'hardware' buffers
//This results in extra latency.