aboutsummaryrefslogtreecommitdiffstats
path: root/misc/msvc
Commit message (Collapse)AuthorAgeFilesLines
* - Tested and updated MSVC project file to really make it work with new zlibthilo2009-10-191-4/+4
| | | | | | | - Removed unnecessary zconf.in.h - Fixed include dirs for several MSVC targets git-svn-id: svn://svn.icculus.org/quake3/trunk@1683 edf5b092-35ff-0310-97b2-ce42778d08ea
* Last revision (1681) was described incorrectly. It uses parts of Amanieu's ↵thilo2009-10-191-0/+71
| | | | | | | | | patch to add the most recent version of zlib to ioquake3. This commit now adds zlib c-file dependencies to the MSVC project file, not tested yet, thought. git-svn-id: svn://svn.icculus.org/quake3/trunk@1682 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Update MSVC project files for latest revisionjuz2009-05-116-99/+66
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1553 edf5b092-35ff-0310-97b2-ce42778d08ea
* fix msvc build (#3857, #3771)ludwig2009-02-101-58/+219
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1497 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Change quake3.vcproj to use ws2_32.lib, for ipv6 support (r1290).juz2008-04-061-4/+4
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1303 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Add the new tr_image_*.c files to the quake3 MSVC projectjuz2008-02-141-0/+24
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1263 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Add con_log.c and con_passive.c from r1222 to quake3.vcproj.juz2007-12-021-0/+8
| | | | | | | * Rename 'write' and 'read' variables in con_log.c, as these are already defined in io.h in the MSVC environment. git-svn-id: svn://svn.icculus.org/quake3/trunk@1224 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Remove MINSDL_ values from vc project for debug, debug TA and releasejuz2007-11-271-2953/+2953
| | | | | | | | configurations (previous commit only removed them from release TA configuration) git-svn-id: svn://svn.icculus.org/quake3/trunk@1220 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Move MINSDL_ values to sys_local.h from Makefile/VC projecttma2007-11-261-1/+1
| | | | | | | | * Merge *BSD platform definitions in q_platform.h * IRIX support (Patrick Baggett <baggett.patrick@figglesoftware.com>) git-svn-id: svn://svn.icculus.org/quake3/trunk@1218 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Enable incremental linking for debug configurations in the MSVC projectsjuz2007-11-124-8/+8
| | | | | | | | | files. This allows edit and continue to be used, and prevents a build warning about inconsistencies in the project files. * Convert line endings back to DOS in the MSVC project files, as MSVC silently replaces UNIX endings for project files. git-svn-id: svn://svn.icculus.org/quake3/trunk@1210 edf5b092-35ff-0310-97b2-ce42778d08ea
* * (bug 3393) Blank user names still possible (Michael Jard <kfaust@gmail.com>)tma2007-11-0211-72/+9942
| | | | | | | | | * (bug 3363) Download percentage overflow (Martin Doucha <next_ghost@quick.cz>) * (bug 3390) MSVC project (Julian Priestley <juzley@gmail.com>) * For OS X and MinGW ports, don't -I code/SDL when USE_LOCAL_HEADERS is 0 git-svn-id: svn://svn.icculus.org/quake3/trunk@1204 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Simple MSVC Express project that passes through to the make build systemtma2007-09-152-0/+86
git-svn-id: svn://svn.icculus.org/quake3/trunk@1183 edf5b092-35ff-0310-97b2-ce42778d08ea