diff --git a/Makefile b/Makefile index 3416c9fc..b22e23d7 100644 --- a/Makefile +++ b/Makefile @@ -146,8 +146,8 @@ release : $(BIN) $(CFGBIN) # A release zip archive ziprelease: version $(BIN) $(BINCFG) release - tar cvzf src-svn`svnversion | sed 's/:/-/'`.tgz *.c *.h Makefile Makefile.dep - zip grafx2-svn`svnversion | sed 's/:/-/'`$(TTFLABEL)-win32.zip $(BIN) $(CFGBIN) gfx2.dat gfx2.gif gfx2cfg.gif doc/gpl-2.0.txt SDL.dll fonts/8pxfont.png SDL_image.dll zlib1.dll libpng13.dll $(TTFLIBS) fonts/Tuffy.ttf src-svn`svnversion | sed 's/:/-/'`.tgz + tar cvzf src-svn`svnversion | sed 's/:/-/'`.tgz *.c *.h Makefile Makefile.dep gfx2.ico gfx2cfg.ico + zip grafx2-svn`svnversion | sed 's/:/-/'`$(TTFLABEL)-win32.zip $(BIN) $(CFGBIN) gfx2.dat gfx2.gif gfx2cfg.gif doc/gpl-2.0.txt SDL.dll fonts/8pxfont.png SDL_image.dll zlib1.dll libpng13.dll $(TTFLIBS) doc/README-zlib1.txt doc/README-SDL.txt doc/README-SDL_image.txt doc/README-SDL_ttf.txt fonts/Tuffy.ttf src-svn`svnversion | sed 's/:/-/'`.tgz $(DELCOMMAND) src-svn`svnversion | sed 's/:/-/'`.tgz tar cvzf grafx2-svn`svnversion | sed 's/:/-/'`$(TTFLABEL)-src.tgz *.c *.h Makefile Makefile.dep gfx2.dat gfx2.ico gfx2.gif gfx2cfg.gif doc/gpl-2.0.txt fonts/8pxfont.png fonts/Tuffy.ttf diff --git a/SDL.dll b/SDL.dll new file mode 100644 index 00000000..3ce97a59 Binary files /dev/null and b/SDL.dll differ diff --git a/SDL_image.dll b/SDL_image.dll new file mode 100644 index 00000000..a8fbdcfa Binary files /dev/null and b/SDL_image.dll differ diff --git a/SDL_ttf.dll b/SDL_ttf.dll new file mode 100644 index 00000000..d860530c Binary files /dev/null and b/SDL_ttf.dll differ diff --git a/doc/README-SDL.txt b/doc/README-SDL.txt new file mode 100644 index 00000000..c4831361 --- /dev/null +++ b/doc/README-SDL.txt @@ -0,0 +1,16 @@ +The following file: + + SDL_ttf.dll + +is the runtime environment for the SDL library. + +The Simple DirectMedia Layer (SDL for short) is a cross-platfrom library +designed to make it easy to write multi-media software, such as games and +emulators. + +The Simple DirectMedia Layer library source code is available from: +http://www.libsdl.org/ + +This library is distributed under the terms of the GNU LGPL license: +http://www.gnu.org/copyleft/lesser.html + diff --git a/doc/README-SDL_image.txt b/doc/README-SDL_image.txt new file mode 100644 index 00000000..9a3b5a53 --- /dev/null +++ b/doc/README-SDL_image.txt @@ -0,0 +1,11 @@ +The following file: + + SDL_image.dll + +is the runtime environment for the library SDL_image 1.2.70 by Sam Lantiga and Mattias Engdegård. + +This library is distributed under the terms of the GNU LGPL license: +http://www.gnu.org/copyleft/lesser.html + +The source is available from the libraries page at the SDL website: +http://www.libsdl.org/ diff --git a/doc/README-SDL_ttf.txt b/doc/README-SDL_ttf.txt new file mode 100644 index 00000000..c59d613b --- /dev/null +++ b/doc/README-SDL_ttf.txt @@ -0,0 +1,12 @@ +The following files: + + SDL_ttf.dll + libfreetype-6.dll + +are the runtime environment for the library SDL_ttf 2.0 by Sam Lantiga. + +This library is distributed under the terms of the GNU LGPL license: +http://www.gnu.org/copyleft/lesser.html + +The source is available from the libraries page at the SDL website: +http://www.libsdl.org/ diff --git a/doc/README-zlib1.txt b/doc/README-zlib1.txt new file mode 100644 index 00000000..5c1ac22e --- /dev/null +++ b/doc/README-zlib1.txt @@ -0,0 +1,53 @@ + +What's here +=========== + The official ZLIB1.DLL + + +Source +====== + zlib version 1.2.3 + available at http://www.gzip.org/zlib/ + + +Specification and rationale +=========================== + See the accompanying DLL_FAQ.txt + + +Usage +===== + See the accompanying USAGE.txt + + +Build info +========== + Contributed by Gilles Vollant + + Compiler: Microsoft Visual C++ Toolkit 2003 + Library: Microsoft Visual C++ 6.0 (to link with MSVCRT.DLL) + + +Copyright notice +================ + (C) 1995-2005 Jean-loup Gailly and Mark Adler + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution. + + Jean-loup Gailly Mark Adler + jloup@gzip.org madler@alumni.caltech.edu + diff --git a/gfx2cfg.ico b/gfx2cfg.ico new file mode 100644 index 00000000..695053a4 Binary files /dev/null and b/gfx2cfg.ico differ diff --git a/libfreetype-6.dll b/libfreetype-6.dll new file mode 100644 index 00000000..fed8bca1 Binary files /dev/null and b/libfreetype-6.dll differ diff --git a/libpng13.dll b/libpng13.dll new file mode 100644 index 00000000..e328d395 Binary files /dev/null and b/libpng13.dll differ diff --git a/zlib1.dll b/zlib1.dll new file mode 100644 index 00000000..1cf8a476 Binary files /dev/null and b/zlib1.dll differ