From ed1d215cea840048cd023d9640c4bcc94db2eaa7 Mon Sep 17 00:00:00 2001 From: Mitchell Stokes Date: Sun, 24 Feb 2013 07:09:39 +0000 Subject: BGE: Removing the source files for the PHY interfaces since they just contained virtual destructors. This means we had license and doc blocks for 3 lines of code, which seemed silly. This also means that ge_phys_common no longer needs to be built as a library. I tested this with CMake and SCons using GCC; hopefully this doesn't break other systems. --- source/creator/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'source/creator') diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index 69bad2b8cce..7409e23a1f4 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -884,7 +884,6 @@ endif() extern_colamd ge_logic_ketsji extern_recastnavigation - ge_phys_common ge_logic ge_rasterizer ge_oglrasterizer -- cgit v1.2.3 From 646b947cc3e51270c689a21336ddf7fbb3ae1859 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 28 Feb 2013 00:45:07 +0000 Subject: fix for linking with recent armature refactor, was also missing file from CMakeLists.txt. --- source/creator/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/creator') diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index 7409e23a1f4..24c5ccceea3 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -830,12 +830,12 @@ endif() bf_editor_util bf_editor_uvedit bf_editor_curve - bf_editor_armature bf_editor_gpencil bf_editor_interface bf_editor_mesh bf_editor_metaball bf_editor_object + bf_editor_armature bf_editor_physics bf_editor_render bf_editor_screen -- cgit v1.2.3