diff options
author | Andre Heider | 2009-02-28 13:56:27 +0000 |
---|---|---|
committer | Andre Heider | 2009-02-28 13:56:27 +0000 |
commit | 0302aee44607333616c2a2583b4e15d236c4c486 (patch) | |
tree | 12943e2f9278fb989bb608d5ad1e9942cb66c133 /backends/platform | |
parent | fad05b5354f779740ca99f3214783e04e339c5b0 (diff) | |
download | scummvm-rg350-0302aee44607333616c2a2583b4e15d236c4c486.tar.gz scummvm-rg350-0302aee44607333616c2a2583b4e15d236c4c486.tar.bz2 scummvm-rg350-0302aee44607333616c2a2583b4e15d236c4c486.zip |
copy pred.dic for the dist target
svn-id: r38969
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/wii/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/wii/Makefile b/backends/platform/wii/Makefile index 3ea3119f04..a3b651023e 100644 --- a/backends/platform/wii/Makefile +++ b/backends/platform/wii/Makefile @@ -246,6 +246,7 @@ endif $(CP) $(srcdir)/COPYRIGHT dist/scummvm/ $(CP) $(srcdir)/NEWS dist/scummvm/ $(CP) $(srcdir)/README dist/scummvm/ + $(CP) $(srcdir)/dists/pred.dic dist/scummvm/ $(CP) $(DIST_FILES_THEMES) dist/scummvm/ ifneq ($(DIST_FILES_ENGINEDATA),) $(CP) $(DIST_FILES_ENGINEDATA) dist/scummvm/ |