Compiling q3map2 standalone
I used Visual Studio Express 2008, but the project files are for 2005 so that should work also.
From SVN
[ul]
[LIST]
[li]https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/1.5/include/stream_version.h > \GtkRadiant\branches\1.5\include\stream_version.h[/li][li]http://www.qeradiant.com/cgi-bin/trac.cgi/browser/GtkRadiant/trunk/include/version.h > \GtkRadiant\branches\1.5\include\version.h[/li][/ul]
[li]From https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/1.5/tools/quake3/common/ :[/li]
[ul]
[li]cmdlib.c[/li][li]cmdlib.h[/li][li]imagelib.c[/li][li]imagelib.h[/li][li]inout.c[/li][li]inout.h[/li][li]mutex.c[/li][li]mutex.h[/li][li]polylib.c[/li][li]polylib.h[/li][li]qfiles.h[/li][li]qthreads.h[/li][li]scriplib.c[/li][li]scriplib.h[/li][li]threads.c[/li][li]unzip.c[/li][li]unzip.h[/li][li]vfs.c[/li][li]vfs.h[/li][/ul]
> [I]\GtkRadiant\branches\1.5 ools\quake3\common[/I]
[li]From https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/1.5/libs/ :[/li]
[ul]
[li]ddslib/[/li][li]jpeg6/[/li][li]l_net/[/li][li]mathlib/[/li][li]picomodel/[/li]
[li]bytebool.h[/li][li]ddslib.h[/li][li]mathlib.h[/li][li]picomodel.h[/li][li]radiant_jpeglib.h[/li][/ul]
> [I]\GtkRadiant\branches\1.5\libs[/I]
[li]https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/1.5/tools/quake3/q3map2 > \GtkRadiant\branches\1.5 ools\quake3\q3map2[/li][/LIST]
Dependencies
[ul]
[li]From gtkradiant-1.5-dependencies-1.0.zip :[/li]
- [li]gtk2-2.10/[/li][li]libxml2-2.6/[/li][li]mhash-0.9/[/li][/ul]
> [I]\GtkRadiant\branches[/I]
Building
[ul]
[li]Build each library in [I]\GtkRadiant\branches\1.5\libs[/I][/li][li]Copy the resulting .lib files from the build directory > \GtkRadiant\branches\1.5 ools\quake3\q3map2[/li][li]Go to q3map2 project properties > Configuration properties > Linker > Input > Additional dependencies, and add each of the library files built previously to the string.[/li][li]Build solution and pray.[/li][/ul]
Here’s an archive of the SVN files required. Follow the instructions above from the dependencies step.