From 00c27a28f91cc2bbf512461e69c86be998462728 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Thu, 7 Nov 2013 12:58:34 +0100 Subject: BUILD: Split engines/plugins_table header down to a file per engine. This is the third and final commit enabling fully pluggable engines. Now providing an engine folder contains a configure.engine, engine.mk and engine-plugin.h file, it will be picked up automatically by the configure script. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0fe212098c..04b81ddb43 100644 --- a/.gitignore +++ b/.gitignore @@ -105,6 +105,8 @@ project.xcworkspace /plugins +/engines/plugins_table.h + /test/runner /test/runner.cpp /test/*.dSYM -- cgit v1.2.3 From ef85456859e466adc8913041e4f31809485c45ab Mon Sep 17 00:00:00 2001 From: D G Turner Date: Thu, 7 Nov 2013 12:58:34 +0100 Subject: BUILD: Remove need for engine.mk in each engine directory. Each engine now only has to provide a single configure.engine file adding the engine into the configure script, which then produces the required other files automatically. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 04b81ddb43..469f22d11c 100644 --- a/.gitignore +++ b/.gitignore @@ -106,6 +106,7 @@ project.xcworkspace /plugins /engines/plugins_table.h +/engines/engines.mk /test/runner /test/runner.cpp -- cgit v1.2.3