This is a major change that updates the 3rd party libs on Windows builds.

A couple of things are broken right now:
- OpenGL font in Windows not appearing (expected to be broken, will fix)
- Linux build broken because it loads some .vcproj files that are removed
- 3rd party libs are downloaded from porky.nerius.com, not id Software


git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@473 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
rambetter
2011-02-21 14:37:49 +00:00
parent 53af03faff
commit 561e062c87
71 changed files with 2851 additions and 10200 deletions

View File

@@ -34,6 +34,11 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// Leonardo Zide (leo@lokigames.com)
//
#ifdef _WIN32
// Ugly hack so that INT32 is defined before jmorecfg.h is parsed.
#include <basetsd.h>
#endif
#include <stdio.h>
#include <setjmp.h>
#include <stdlib.h>