Description/dev/humancontroller
2007-12-06 16:04:43 EST
USE_LOCAL_HEADERS doesn't work where it should in some places. There are things like #include "SDL.h", which fails to use the local header, and should be #include "../SDL12/include/SDL.h". And so on...
Comment 1/dev/humancontroller
2007-12-06 16:11:59 EST
Created attachment 1605[details]
local headers fixup
Corrected the #ifdef USE_LOCAL_HEADERS branches (and added one, where missing). Local SDL includes will use SDL12/include. OpenAL and cURL are OK.
Created attachment 1605 [details] local headers fixup Corrected the #ifdef USE_LOCAL_HEADERS branches (and added one, where missing). Local SDL includes will use SDL12/include. OpenAL and cURL are OK.