Upload of the Win32 icons and DLLs
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@366 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
ff27c5dcf9
commit
6413bdc474
4
Makefile
4
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
|
||||
|
||||
|
||||
BIN
SDL_image.dll
Normal file
BIN
SDL_image.dll
Normal file
Binary file not shown.
BIN
SDL_ttf.dll
Normal file
BIN
SDL_ttf.dll
Normal file
Binary file not shown.
16
doc/README-SDL.txt
Normal file
16
doc/README-SDL.txt
Normal file
@ -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
|
||||
|
||||
11
doc/README-SDL_image.txt
Normal file
11
doc/README-SDL_image.txt
Normal file
@ -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/
|
||||
12
doc/README-SDL_ttf.txt
Normal file
12
doc/README-SDL_ttf.txt
Normal file
@ -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/
|
||||
53
doc/README-zlib1.txt
Normal file
53
doc/README-zlib1.txt
Normal file
@ -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 <info@winimage.com>
|
||||
|
||||
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
|
||||
|
||||
BIN
gfx2cfg.ico
Normal file
BIN
gfx2cfg.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
BIN
libfreetype-6.dll
Normal file
BIN
libfreetype-6.dll
Normal file
Binary file not shown.
BIN
libpng13.dll
Normal file
BIN
libpng13.dll
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user