summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/3rdparty/libmng/README.examples
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-04-21 23:28:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-04-21 23:28:33 +0900
commit1df632a0e6e550a5a100247c6b4713078e78f413 (patch)
treee8577c3d310285ebb4c8beea37998f408286bda3 /tqtinterface/qt4/src/3rdparty/libmng/README.examples
parent012b00740f33c01949c88d7ea97e2dee81fabb41 (diff)
downloadexperimental-r14.0.7.tar.gz
experimental-r14.0.7.zip
Removed unnecessary and/or TDE-unrelated code.r14.0.7
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'tqtinterface/qt4/src/3rdparty/libmng/README.examples')
-rw-r--r--tqtinterface/qt4/src/3rdparty/libmng/README.examples43
1 files changed, 0 insertions, 43 deletions
diff --git a/tqtinterface/qt4/src/3rdparty/libmng/README.examples b/tqtinterface/qt4/src/3rdparty/libmng/README.examples
deleted file mode 100644
index 66dc5cb..0000000
--- a/tqtinterface/qt4/src/3rdparty/libmng/README.examples
+++ /dev/null
@@ -1,43 +0,0 @@
-The samples are in platform-specific directories.
-
-!!! contributions are very welcome !!!
-
-
-bcb - Borland C++ Builder (3.0)
--------------------------------
-
-win32dll - sample project to create a Windows dll. Requires zlib1.1.3,
- IJG jpgsrc6b and lcms1.0.6. The directories containing these
- libraries must be at the same level as the libmng directory.
- So if you're in the directory with this file and the libmng
- sources, they should be in ..\zlib , ..\jpgsrc6b and ..\lcms
- respectively.
-
-!!! To run the other Win32 samples you need to copy the libmng.dll
- file from here into the sample's directory !!!
-
-mngtree - sample project to create a little command-line tool that dumps
- the chunk-structure of a given file onto stdout.
-
-bogus - a completely bogus example on how to create a perfectly valid
- (though slightly biased) MNG.
-
-mngview - port of the Delphi mngview sample. contributed by Andy Protano.
- see also README.contrib
-
-
-delphi - Borland Delphi (3.0+)
-------------------------------
-
-mngview - sample project for a simple mng-viewer. The general unit in
- the delphi directory was translated from libmng.h It can be
- used in other projects to access libmng.dll created with the
- win32dll example above.
-
-
-unix - Unix
------------
-
-mngtree - basically a copy of the BCB sample. It includes a makefile for
- Linux and it's been tested on RedHat6.2
-