From ce4927244cd509d4327dfd7858ba338287306ad1 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 14 Apr 2006 22:03:44 +0000 Subject: Update win32 dist svn-id: r21891 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 57fe9a7a17..be40f3bd24 100644 --- a/Makefile +++ b/Makefile @@ -131,8 +131,8 @@ 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 gui/themes/modern.ini $(WIN32PATH) + cp gui/themes/modern.zip $(WIN32PATH) cp AUTHORS $(WIN32PATH)/AUTHORS.txt cp COPYING $(WIN32PATH)/COPYING.txt cp NEWS $(WIN32PATH)/NEWS.txt -- cgit v1.2.3