aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTravis Howell2006-01-27 23:39:36 +0000
committerTravis Howell2006-01-27 23:39:36 +0000
commitcbebaf4ba08896e96ff00b4483669631c0e64066 (patch)
treefcd59636e1fa4cc6e8ea617a83bdf8b486fa6ad2 /Makefile
parent7dfffd99300d85737f0a353e2d533db1003a0ab6 (diff)
downloadscummvm-rg350-cbebaf4ba08896e96ff00b4483669631c0e64066.tar.gz
scummvm-rg350-cbebaf4ba08896e96ff00b4483669631c0e64066.tar.bz2
scummvm-rg350-cbebaf4ba08896e96ff00b4483669631c0e64066.zip
Add themes zip to win32 dist.
svn-id: r20258
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 87a44ee701..4ee3cd1108 100644
--- a/Makefile
+++ b/Makefile
@@ -149,6 +149,7 @@ osxsnap: bundle doc/readme.pdf
win32dist: scummvm$(EXEEXT)
mkdir -p $(WIN32PATH)
strip scummvm.exe -o $(WIN32PATH)/scummvm$(EXEEXT)
+ cp gui/themes/default-theme.zip $(WIN32PATH)
cp AUTHORS $(WIN32PATH)/AUTHORS.txt
cp COPYING $(WIN32PATH)/COPYING.txt
cp NEWS $(WIN32PATH)/NEWS.txt