]> git.saurik.com Git - wxWidgets.git/blob - src/png/scripts/README.txt
Use wxString's empty() when checking if the string is (non-)empty throughout wx.
[wxWidgets.git] / src / png / scripts / README.txt
1
2 Makefiles for libpng version 1.4.4 - September 23, 2010
3
4 makefile.linux => Linux/ELF makefile
5 (gcc, creates libpng14.so.14.1.4.4)
6 makefile.gcc => Generic makefile (gcc, creates static libpng.a)
7 makefile.knr => Archaic UNIX Makefile that converts files with
8 ansi2knr (Requires ansi2knr.c from
9 ftp://ftp.cs.wisc.edu/ghost)
10 makefile.acorn => Acorn makefile
11 makefile.aix => AIX/gcc makefile
12 makefile.amiga => Amiga makefile
13 makefile.atari => Atari makefile
14 makefile.bc32 => 32-bit Borland C++ (all modules compiled in C mode)
15 makefile.beos => beos makefile
16 makefile.bor => Borland makefile (uses bcc)
17 makefile.cegcc => minge32ce for Windows CE makefile
18 makefile.cygwin => Cygwin/gcc makefile
19 makefile.darwin => Darwin makefile, can use on MacosX
20 makefile.dec => DEC Alpha UNIX makefile
21 makefile.dj2 => DJGPP 2 makefile
22 makefile.elf => Linux/ELF makefile symbol versioning,
23 (gcc, creates libpng14.so.14.1.4.4)
24 makefile.freebsd => FreeBSD makefile
25 makefile.gcc => Generic gcc makefile
26 makefile.hpgcc => HPUX makefile using gcc
27 makefile.hpux => HPUX (10.20 and 11.00) makefile
28 makefile.hp64 => HPUX (10.20 and 11.00) makefile, 64-bit
29 makefile.ibmc => IBM C/C++ version 3.x for Win32 and OS/2 (static)
30 makefile.intel => Intel C/C++ version 4.0 and later
31 makefile.mingw => Mingw makefile
32 makefile.mips => MIPS makefile
33 makefile.msc => Microsoft C makefile
34 makefile.netbsd => NetBSD/cc makefile, makes libpng.so.
35 makefile.openbsd => OpenBSD makefile
36 makefile.os2 => OS/2 Makefile (gcc and emx, requires pngos2.def)
37 makefile.sco => For SCO OSr5 ELF and Unixware 7 with Native cc
38 makefile.sggcc => Silicon Graphics (gcc,
39 creates libpng14.so.14.1.4.4)
40 makefile.sgi => Silicon Graphics IRIX makefile (cc, creates static lib)
41 makefile.solaris => Solaris 2.X makefile (gcc,
42 creates libpng14.so.14.1.4.4)
43 makefile.so9 => Solaris 9 makefile (gcc,
44 creates libpng14.so.14.1.4.4)
45 makefile.std => Generic UNIX makefile (cc, creates static libpng.a)
46 makefile.sunos => Sun makefile
47 makefile.32sunu => Sun Ultra 32-bit makefile
48 makefile.64sunu => Sun Ultra 64-bit makefile
49 makefile.tc3 => Turbo C 3.0 makefile
50 makefile.vcwin32 => makefile for Microsoft Visual C++ 4.0 and later
51 makefile.watcom => Watcom 10a+ Makefile, 32-bit flat memory model
52 makevms.com => VMS build script
53 smakefile.ppc => AMIGA smakefile for SAS C V6.58/7.00 PPC compiler
54 (Requires SCOPTIONS, copied from scripts/SCOPTIONS.ppc)
55
56 Other supporting scripts:
57 descrip.mms => VMS makefile for MMS or MMK
58 libpng-config-body.in => used by several makefiles to create libpng-config
59 libpng-config-head.in => used by several makefiles to create libpng-config
60 libpng.pc.in => Used by several makefiles to create libpng.pc
61 pngos2.def => OS/2 module definition file used by makefile.os2
62 pngwin.def => Module definitions for makefile.cygwin and mingw
63 png32ce.def => Module definition file used by makefile.cegcc
64 pngwin.rc => Used by the visualc6 and visualc71 projects.
65 SCOPTIONS.ppc => Used with smakefile.ppc
66
67 Further information can be found in comments in the individual makefiles.