From 2cd3ba0f846277abefb65f930a086e9eab9fe515 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 21 Mar 2004 00:26:23 +0000 Subject: Add win32 dist svn-id: r13349 --- Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3