[Bug 3771] New Visual Studio 2005 project file

bugzilla-daemon at icculus.org bugzilla-daemon at icculus.org
Wed Dec 31 12:40:33 EST 2008


http://bugzilla.icculus.org/show_bug.cgi?id=3771





------- Comment #7 from AnthonyJ at planetquake.com  2008-12-31 12:40 EDT -------
(In reply to comment #6)
> I haven't looked into the project file he has, but the VS2005 project file in
> my patch has been tested to work with VS2005 and VS2008 on Win2K and WinXP
> coming from fresh OS install and compiler install to finished compile (hooray
> for VMs!)

That appears not to be the case (at least, with SVN rev 1489). That bug seems
to be trying to resolve the same build issues I have - ioq3 depends on a number
of 3rd party libs which are not included, ie:
- OpenAL
- libcurl
- SDL

The USE_LOCAL_HEADERS option pulls in the headers from the ioquake3 dir, but as
the .lib files are not in the SVN so you cannot link unless you independently
find the appropriate .lib's from the 3 above projects.

Note that the USE_LOCAL_HEADERS option is not currently used in the MSVC
project. It's also broken at the moment as it doesn't have the correct paths to
local files, so it defaults to searching system folders anyway (see patch).

As a final gotcha, the rename of jpeg-6 to jpeg-6b hasn't been updated in the
MSVC project (see patch).


-- 
Configure bugmail: http://bugzilla.icculus.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.



More information about the quake3-bugzilla mailing list