diff options
author | D G Turner | 2013-11-07 12:58:34 +0100 |
---|---|---|
committer | D G Turner | 2013-11-24 00:48:01 +0000 |
commit | ef85456859e466adc8913041e4f31809485c45ab (patch) | |
tree | 359b1686396e12621f659429c857f11cdfbbf3c6 /.gitignore | |
parent | 1ac01d2333af11d403ef84dd5192abb18814e5b3 (diff) | |
download | scummvm-rg350-ef85456859e466adc8913041e4f31809485c45ab.tar.gz scummvm-rg350-ef85456859e466adc8913041e4f31809485c45ab.tar.bz2 scummvm-rg350-ef85456859e466adc8913041e4f31809485c45ab.zip |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |