dhewm3/neo
Daniel Gibson 07985cc5ea Fix MinGW build, #505
<intrin.h>, included by SDL_cpuinfo.h via SDL.h, defines strcmp.
If the idlib/Str.h `#define strcmp idStr::Cmp` hack is visible when
that file is parsed, there's a compiler error (because strcmp in
intrin.h is replaced with idStr::Cmp then).
So I reorderedd includes a bit until it compiled again..
2023-01-16 03:15:21 +01:00
..
cm Fix/work around other misc. compiler warnings 2023-01-05 09:06:34 +01:00
d3xp Fix/work around other misc. compiler warnings 2023-01-05 09:06:34 +01:00
framework Fix -Wformat-security warnings - thanks James Addison! 2023-01-05 04:45:34 +01:00
game Fix/work around other misc. compiler warnings 2023-01-05 09:06:34 +01:00
idlib Fix date/time handling in idParser::ExpandBuiltinDefine() 2023-01-05 09:07:04 +01:00
MayaImport s/LittleLong/LittleInt/ to match the return type 2012-06-28 13:02:47 +02:00
renderer Fix -Wmismatched-new-delete warnings 2023-01-05 07:56:16 +01:00
sound Fix GCC -W(maybe-)uninitialized warnings that at least kinda had a point 2023-01-05 07:51:59 +01:00
sys Fix build with Visual Studio's builtin CMake support 2022-12-31 02:01:52 +01:00
tools Fix MinGW build, #505 2023-01-16 03:15:21 +01:00
TypeInfo Get rid of Sys_FPU_StackIsEmpty() 2012-07-06 01:06:53 +02:00
ui Fix GCC -W(maybe-)uninitialized warnings that at least kinda had a point 2023-01-05 07:51:59 +01:00
CMakeLists.txt Fix -Wformat-security warnings - thanks James Addison! 2023-01-05 04:45:34 +01:00
config.h.in Introduce CMAKE_INSTALL_PREFIX relative paths 2012-07-04 02:18:42 +02:00
mmakefile.src # move the AROS specific folder icon and default.cfg mmakefile.src under neo/sys/aros/setup 2017-04-22 16:21:14 +02:00