]> git.saurik.com Git - wxWidgets.git/blame - src/png/scripts/README.txt
Don't auto-link with 3rd party libraries in DLL build using MSVC.
[wxWidgets.git] / src / png / scripts / README.txt
CommitLineData
b61cc19c 1
9c0d9ce3 2Makefiles for libpng version 1.5.6 - November 3, 2011
b61cc19c 3
9c0d9ce3 4pnglibconf.h.prebuilt => Stores configuration settings
b61cc19c 5 makefile.linux => Linux/ELF makefile
9c0d9ce3 6 (gcc, creates libpng15.so.15.1.5.6)
b61cc19c
PC
7 makefile.gcc => Generic makefile (gcc, creates static libpng.a)
8 makefile.knr => Archaic UNIX Makefile that converts files with
9 ansi2knr (Requires ansi2knr.c from
10 ftp://ftp.cs.wisc.edu/ghost)
11 makefile.acorn => Acorn makefile
12 makefile.aix => AIX/gcc makefile
13 makefile.amiga => Amiga makefile
14 makefile.atari => Atari makefile
15 makefile.bc32 => 32-bit Borland C++ (all modules compiled in C mode)
16 makefile.beos => beos makefile
17 makefile.bor => Borland makefile (uses bcc)
18 makefile.cegcc => minge32ce for Windows CE makefile
b61cc19c
PC
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,
9c0d9ce3 23 (gcc, creates libpng15.so.15.1.5.6)
b61cc19c
PC
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
b61cc19c
PC
31 makefile.mips => MIPS makefile
32 makefile.msc => Microsoft C makefile
33 makefile.netbsd => NetBSD/cc makefile, makes libpng.so.
34 makefile.openbsd => OpenBSD makefile
9c0d9ce3 35 makefile.os2 => OS/2 Makefile (gcc and emx, requires libpng.def)
b61cc19c
PC
36 makefile.sco => For SCO OSr5 ELF and Unixware 7 with Native cc
37 makefile.sggcc => Silicon Graphics (gcc,
9c0d9ce3 38 creates libpng15.so.15.1.5.6)
b61cc19c
PC
39 makefile.sgi => Silicon Graphics IRIX makefile (cc, creates static lib)
40 makefile.solaris => Solaris 2.X makefile (gcc,
9c0d9ce3 41 creates libpng15.so.15.1.5.6)
b61cc19c 42 makefile.so9 => Solaris 9 makefile (gcc,
9c0d9ce3 43 creates libpng15.so.15.1.5.6)
b61cc19c
PC
44 makefile.std => Generic UNIX makefile (cc, creates static libpng.a)
45 makefile.sunos => Sun makefile
46 makefile.32sunu => Sun Ultra 32-bit makefile
47 makefile.64sunu => Sun Ultra 64-bit makefile
48 makefile.tc3 => Turbo C 3.0 makefile
49 makefile.vcwin32 => makefile for Microsoft Visual C++ 4.0 and later
b61cc19c
PC
50 makevms.com => VMS build script
51 smakefile.ppc => AMIGA smakefile for SAS C V6.58/7.00 PPC compiler
52 (Requires SCOPTIONS, copied from scripts/SCOPTIONS.ppc)
53
54Other supporting scripts:
9c0d9ce3 55 README.txt => This file
b61cc19c
PC
56 descrip.mms => VMS makefile for MMS or MMK
57 libpng-config-body.in => used by several makefiles to create libpng-config
58 libpng-config-head.in => used by several makefiles to create libpng-config
59 libpng.pc.in => Used by several makefiles to create libpng.pc
9c0d9ce3
DS
60 pngwin.rc => Used by the visualc71 project.
61 pngwin.def => Used by makefile.os2
62 pngwin.dfn => Used to maintain pngwin.def
b61cc19c
PC
63 SCOPTIONS.ppc => Used with smakefile.ppc
64
9c0d9ce3
DS
65checksym.awk => Used for maintaining pnglibconf.h
66def.dfn => Used for maintaining pnglibconf.h
67options.awk => Used for maintaining pnglibconf.h
68pnglibconf.dfa => Used for maintaining pnglibconf.h
69pnglibconf.mak => Used for maintaining pnglibconf.h
70sym.dfn => Used for symbol versioning
71symbols.def => Used for symbol versioning
72symbols.dfn => Used for symbol versioning
73vers.dfn => Used for symbol versioning
74
75
b61cc19c 76Further information can be found in comments in the individual makefiles.