aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTravis Howell2004-03-21 00:26:23 +0000
committerTravis Howell2004-03-21 00:26:23 +0000
commit2cd3ba0f846277abefb65f930a086e9eab9fe515 (patch)
tree0985b2553ac2b7668d231e77de13e8e9342ddc45 /Makefile
parent472ca9c68976a99802ed44dfe7399a2b11b248a5 (diff)
downloadscummvm-rg350-2cd3ba0f846277abefb65f930a086e9eab9fe515.tar.gz
scummvm-rg350-2cd3ba0f846277abefb65f930a086e9eab9fe515.tar.bz2
scummvm-rg350-2cd3ba0f846277abefb65f930a086e9eab9fe515.zip
Add win32 dist
svn-id: r13349
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 93204a1d81..5bb27c8970 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@ RM := rm -f
RM_REC := $(RM) -r
ZIP := zip -q
CP := cp
+WIN32PATH=C:/scummvm
#######################################################################
# Default compilation parameters. Normally don't edit these #
@@ -107,4 +108,16 @@ scummvm-static: $(OBJS)
/sw/lib/libFLAC.a \
-lz
+# Special target to create a win32 snapshot binary
+win32dist: scummvm
+ mkdir -p $(WIN32PATH)
+ strip scummvm.exe -o $(WIN32PATH)/scummvm.exe
+ cp COPYING $(WIN32PATH)/copying.txt
+ cp README $(WIN32PATH)/readme.txt
+ cp NEWS $(WIN32PATH)/news.txt
+ cp SDL/README-SDL.txt $(WIN32PATH)
+ cp SDL/lib/SDL.dll $(WIN32PATH)
+ u2d $(WIN32PATH)/*.txt
+
+
.PHONY: deb bundle test