aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2004-04-09 01:43:51 +0000
committerTravis Howell2004-04-09 01:43:51 +0000
commit00d844ff194b5cd66db336fbb7562768cf9344a4 (patch)
treed0f92e3be1aa7bdb622b510f067c0e4b8a1c42e3
parent333a2aaea8010317fb4588dcf5e5b172f0c4dc23 (diff)
downloadscummvm-rg350-00d844ff194b5cd66db336fbb7562768cf9344a4.tar.gz
scummvm-rg350-00d844ff194b5cd66db336fbb7562768cf9344a4.tar.bz2
scummvm-rg350-00d844ff194b5cd66db336fbb7562768cf9344a4.zip
Update
svn-id: r13509
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 64296372ae..8552594ab3 100644
--- a/Makefile
+++ b/Makefile
@@ -125,9 +125,9 @@ osxsnap: bundle
rm -rf ScummVM-snapshot
# Special target to create a win32 snapshot binary
-win32dist: scummvm
+win32dist: scummvm$(EXEEXT)
mkdir -p $(WIN32PATH)
- strip scummvm.exe -o $(WIN32PATH)/scummvm.exe
+ strip scummvm.exe -o $(WIN32PATH)/scummvm$(EXEEXT)
cp COPYING $(WIN32PATH)/copying.txt
cp README $(WIN32PATH)/readme.txt
cp NEWS $(WIN32PATH)/news.txt