From 9d1b4b63b33b77505f4399a4db4f462f5b1fd1eb Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 20 Sep 2011 17:06:17 +0000 Subject: Fix for recent commit: - Some declarations after statement left. - Do not use static inline functions in MOD_navmesh. It produces errors with msvc and not sure it's actually helps -- optimizer should make it inlined itself. --- extern/recastnavigation/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'extern/recastnavigation') diff --git a/extern/recastnavigation/SConscript b/extern/recastnavigation/SConscript index be10c33c327..2c15e518eb1 100644 --- a/extern/recastnavigation/SConscript +++ b/extern/recastnavigation/SConscript @@ -3,6 +3,7 @@ Import('env') sources = env.Glob('Recast/Source/*.cpp') + env.Glob('Detour/Source/*.cpp') +sources += ['recast-capi.cpp'] incs = 'Recast/Include Detour/Include' -- cgit v1.2.3