ljbade / doom3.gpl

Doom 3 GPL source release
GNU General Public License v3.0
12 stars 2 forks source link

fix build #4

Closed ghost closed 12 years ago

ghost commented 12 years ago

This branch fixes a clean build by disabling precompiled headers for TypeInfo.cpp (it uses a terrible preprocessor hack that precompiled headers break) and removing a libc version check from glext.h (apparently TypeInfo can't handle #if defined(VARIABLE) && VARIABLE > 500 when VARIABLE isn't defined).