diff options
author | Max Horn | 2009-03-10 19:20:32 +0000 |
---|---|---|
committer | Max Horn | 2009-03-10 19:20:32 +0000 |
commit | d5d7bd73d5c9ae55647f12e7f44b3c2e631ba87f (patch) | |
tree | 2cbe16c7b07ae168ee34910517f480403ecbab88 | |
parent | ba0d4296949bc8164f14cc35fb178f7632f9dcd1 (diff) | |
download | scummvm-rg350-d5d7bd73d5c9ae55647f12e7f44b3c2e631ba87f.tar.gz scummvm-rg350-d5d7bd73d5c9ae55647f12e7f44b3c2e631ba87f.tar.bz2 scummvm-rg350-d5d7bd73d5c9ae55647f12e7f44b3c2e631ba87f.zip |
SCI: Moved cfsml.pl from tools/ to tools/sci/; also fixed circular dependency
svn-id: r39308
-rw-r--r-- | engines/sci/module.mk | 6 | ||||
-rw-r--r-- | tools/sci/cfsml.pl (renamed from tools/cfsml.pl) | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/engines/sci/module.mk b/engines/sci/module.mk index 490bcd15eb..62380f015b 100644 --- a/engines/sci/module.mk +++ b/engines/sci/module.mk @@ -83,10 +83,10 @@ MODULE_OBJS = \ sfx/softseq/softsequencers.o # Generate savegame.cpp -$(srcdir)/engines/sci/engine/savegame.cpp: $(srcdir)/engines/sci/engine/savegame.cfsml $(srcdir)/tools/cfsml.pl - cat $< | perl $(srcdir)/tools/cfsml.pl -f engines/sci/engine/savegame.cfsml > $@ +$(srcdir)/engines/sci/engine/savegame.cpp: $(srcdir)/engines/sci/engine/savegame.cfsml $(srcdir)/tools/sci/cfsml.pl + cat $< | perl $(srcdir)/tools/sci/cfsml.pl -f engines/sci/engine/savegame.cfsml > $@ -engines/sci/engine/savegame.cpp: engines/sci/engine/savegame.cpp \ +engines/sci/engine/savegame.cpp: \ common/stream.h common/scummsys.h config.h common/system.h \ common/noncopyable.h common/rect.h common/util.h common/str.h \ common/array.h common/algorithm.h common/debug.h common/list.h \ diff --git a/tools/cfsml.pl b/tools/sci/cfsml.pl index 0f014f3dcf..0f014f3dcf 100644 --- a/tools/cfsml.pl +++ b/tools/sci/cfsml.pl |