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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user