mirror of https://github.com/stella-emu/stella.git
Added document gathering to gp2x-organize. Updated readme.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1013 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
8ce3e592c1
commit
e1995ea8b3
|
@ -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.19 2006-02-15 03:12:12 azaballa Exp $
|
||||
## $Id: Makefile,v 1.20 2006-03-02 04:55:55 azaballa Exp $
|
||||
##
|
||||
## Based on code from ScummVM - Scumm Interpreter
|
||||
## Copyright (C) 2002-2004 The ScummVM project
|
||||
|
@ -247,8 +247,11 @@ gp2x-strip: $(EXECUTABLE)
|
|||
# GP2X organize: groups necessary files into a gp2x folder for easy access.
|
||||
gp2x-organize:
|
||||
mkdir -p "$(srcdir)/gp2x"
|
||||
mkdir -p "$(srcdir)/gp2x/docs"
|
||||
cp -v $(srcdir)/stella $(srcdir)/gp2x
|
||||
cp -v $(srcdir)/src/gp2x/stella.gpe $(srcdir)/gp2x
|
||||
cp -v $(srcdir)/src/emucore/stella.pro $(srcdir)/gp2x
|
||||
cp -v $(srcdir)/README-GP2X.txt $(srcdir)/gp2x
|
||||
cp -v -r $(srcdir)/docs/* $(srcdir)/gp2x/docs
|
||||
|
||||
.PHONY: deb bundle test win32dist install uninstall
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---------------------------------------
|
||||
Stella 2.1 (revision 1):
|
||||
Stella 2.1 (revision 3):
|
||||
Ported to GP2X by Alex Zaballa
|
||||
Contact: azaballa@users.sourceforge.net
|
||||
Homepage: http://stella.sourceforge.net
|
||||
|
@ -8,6 +8,8 @@ Homepage: http://stella.sourceforge.net
|
|||
--------
|
||||
Changes:
|
||||
--------
|
||||
>From 2.1-rv2
|
||||
Scroll bug fixed (finally)
|
||||
>From 2.1-rv1
|
||||
Warlords graphics bug fixed
|
||||
>From 2.1
|
||||
|
@ -100,4 +102,5 @@ Special Thanks:
|
|||
... to Eckhard Stolberg for making me known to the Stella Team.
|
||||
... to the Stella Team for the excellent emulator and the hospitality.
|
||||
... to theoddbot for the excellent Open2X toolchain libs.
|
||||
... to TelcoLou for his hardwork, playtesting ad infinitum.
|
||||
... to the community for all of the interest.
|
||||
|
|
Loading…
Reference in New Issue