From 1a3bae4e40073e515daa625e4b1b9e0ecd03acf6 Mon Sep 17 00:00:00 2001 From: stephena Date: Wed, 2 Apr 2008 23:24:21 +0000 Subject: [PATCH] Some Win32 build fixes. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1457 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/stella/Makefile b/stella/Makefile index c79c9aff9..e915fa252 100644 --- a/stella/Makefile +++ b/stella/Makefile @@ -13,7 +13,7 @@ ## See the file "license" for information on usage and redistribution of ## this file, and for a DISCLAIMER OF ALL WARRANTIES. ## -## $Id: Makefile,v 1.35 2008-03-09 17:52:40 stephena Exp $ +## $Id: Makefile,v 1.36 2008-04-02 23:24:21 stephena Exp $ ## ## Based on code from ScummVM - Scumm Interpreter ## Copyright (C) 2002-2004 The ScummVM project @@ -197,11 +197,12 @@ win32dist: stella$(EXEEXT) rm -rf $(DISTNAME) mkdir -p $(DISTNAME)/docs/graphics $(STRIP) stella$(EXEEXT) -o $(DISTNAME)/Stella$(EXEEXT) + cp SDL.dll zlib1.dll $(DISTNAME) cp Announce.txt Changes.txt Copyright.txt License.txt README-SDL.txt Readme.txt Todo.txt $(DISTNAME)/docs cp -r docs/*.html $(DISTNAME)/docs cp -r docs/graphics/*.png $(DISTNAME)/docs/graphics - flip -m $(DISTNAME)/docs/*.txt - zip -r $(DISTNAME)-win32.zip $(DISTNAME) +# flip -m $(DISTNAME)/docs/*.txt +# zip -r $(DISTNAME)-win32.zip $(DISTNAME) # GP2X organize: groups necessary files into a gp2x folder for easy access. gp2x-organize: