aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTravis Howell2006-03-08 11:44:13 +0000
committerTravis Howell2006-03-08 11:44:13 +0000
commit4f4d4de0180d5664f44477d7ca64d0f9edae2e8d (patch)
treece7043f31a4a5d8d66665e7f964f14a60cc72632 /Makefile
parentd9a9fac93761a06e78fe7e7091ae5a888c1260f2 (diff)
downloadscummvm-rg350-4f4d4de0180d5664f44477d7ca64d0f9edae2e8d.tar.gz
scummvm-rg350-4f4d4de0180d5664f44477d7ca64d0f9edae2e8d.tar.bz2
scummvm-rg350-4f4d4de0180d5664f44477d7ca64d0f9edae2e8d.zip
Update win32 dist
svn-id: r21142
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d61e45ce9d..e7733ea82d 100644
--- a/Makefile
+++ b/Makefile
@@ -146,6 +146,7 @@ osxsnap: bundle doc/readme.pdf
win32dist: scummvm$(EXEEXT)
mkdir -p $(WIN32PATH)
strip scummvm.exe -o $(WIN32PATH)/scummvm$(EXEEXT)
+ cp gui/themes/default-theme.ini $(WIN32PATH)
cp gui/themes/default-theme.zip $(WIN32PATH)
cp AUTHORS $(WIN32PATH)/AUTHORS.txt
cp COPYING $(WIN32PATH)/COPYING.txt