diff options
author | Neeraj Kumar | 2010-05-25 03:35:08 +0000 |
---|---|---|
committer | Neeraj Kumar | 2010-05-25 03:35:08 +0000 |
commit | 3c629571b2212c3efca52e3fa8d742e368ba9352 (patch) | |
tree | e397e44a016fb31a28926f6c36b00f07314e4082 | |
parent | cbf491a7b847ba337c0e7d777d917b82b5a5e7b5 (diff) | |
download | scummvm-rg350-3c629571b2212c3efca52e3fa8d742e368ba9352.tar.gz scummvm-rg350-3c629571b2212c3efca52e3fa8d742e368ba9352.tar.bz2 scummvm-rg350-3c629571b2212c3efca52e3fa8d742e368ba9352.zip |
removed .deps, modified properties, reverted TODO
svn-id: r49207
-rw-r--r-- | TODO | 5 | ||||
-rw-r--r-- | engines/testbed/.deps/detection.d | 65 |
2 files changed, 0 insertions, 70 deletions
@@ -1,8 +1,3 @@ We moved TODO list to our Wiki. You may find it at the following link: http://wiki.scummvm.org/index.php/TODO - - My Personal TODO List: - - 1. Make the Quux engine compilable with recent changes in Osystem and update on wiki. - (will commit this as a test for my commit access ;)) diff --git a/engines/testbed/.deps/detection.d b/engines/testbed/.deps/detection.d deleted file mode 100644 index cf70bb91d1..0000000000 --- a/engines/testbed/.deps/detection.d +++ /dev/null @@ -1,65 +0,0 @@ -engines/testbed/detection.o: engines/testbed/detection.cpp \ - engines/testbed/testbed.h common/random.h common/scummsys.h config.h \ - engines/engine.h common/error.h common/str.h gui/debugger.h \ - common/func.h common/ptr.h common/noncopyable.h common/hashmap.h \ - common/util.h common/textconsole.h common/memorypool.h common/array.h \ - common/algorithm.h common/hash-str.h common/config-manager.h \ - common/singleton.h common/fs.h common/archive.h common/list.h \ - common/list_intern.h engines/metaengine.h engines/game.h \ - engines/savestate.h base/plugins.h - -engines/testbed/testbed.h: - -common/random.h: - -common/scummsys.h: - -config.h: - -engines/engine.h: - -common/error.h: - -common/str.h: - -gui/debugger.h: - -common/func.h: - -common/ptr.h: - -common/noncopyable.h: - -common/hashmap.h: - -common/util.h: - -common/textconsole.h: - -common/memorypool.h: - -common/array.h: - -common/algorithm.h: - -common/hash-str.h: - -common/config-manager.h: - -common/singleton.h: - -common/fs.h: - -common/archive.h: - -common/list.h: - -common/list_intern.h: - -engines/metaengine.h: - -engines/game.h: - -engines/savestate.h: - -base/plugins.h: |