gosu 0.7.10.3 → 0.7.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (545) hide show
  1. data/Gosu/AutoLink.hpp +0 -0
  2. data/Gosu/ButtonsMac.hpp +26 -0
  3. data/Gosu/ButtonsWin.hpp +26 -0
  4. data/Gosu/ButtonsX.hpp +26 -0
  5. data/Gosu/Gosu.hpp +1 -0
  6. data/Gosu/Graphics.hpp +1 -1
  7. data/Gosu/Input.hpp +4 -5
  8. data/Gosu/Math.hpp +11 -0
  9. data/Gosu/Text.hpp +59 -47
  10. data/Gosu/Utility.hpp +6 -5
  11. data/GosuImpl/Graphics/DrawOp.hpp +0 -0
  12. data/GosuImpl/Graphics/Font.cpp +45 -4
  13. data/GosuImpl/Graphics/Graphics.cpp +25 -0
  14. data/GosuImpl/Graphics/TexChunk.cpp +0 -0
  15. data/GosuImpl/Graphics/TexChunk.hpp +0 -0
  16. data/GosuImpl/Graphics/Text.cpp +26 -2
  17. data/GosuImpl/Graphics/TextMac.cpp +8 -2
  18. data/GosuImpl/Graphics/TextPangoFT.cpp +0 -0
  19. data/GosuImpl/Graphics/Texture.cpp +0 -0
  20. data/GosuImpl/Graphics/Texture.hpp +0 -0
  21. data/GosuImpl/Iconv.hpp +62 -0
  22. data/GosuImpl/InputMac.mm +3 -0
  23. data/GosuImpl/InputWin.cpp +5 -1
  24. data/GosuImpl/InputX.cpp +50 -8
  25. data/GosuImpl/Math.cpp +1 -1
  26. data/GosuImpl/RubyGosu.swg +24 -5
  27. data/GosuImpl/RubyGosu_wrap.cxx +181 -10
  28. data/GosuImpl/Utility.cpp +32 -75
  29. data/GosuImpl/Utility.cpp~RF6c566.TMP +95 -0
  30. data/GosuImpl/WindowX.cpp +2 -2
  31. data/Rakefile +57 -10
  32. data/examples/Tutorial.cpp +0 -0
  33. data/examples/media/Beep.wav +0 -0
  34. data/examples/media/CptnRuby Map.txt b/data/examples/media/CptnRuby → Map.txt +0 -0
  35. data/examples/media/Explosion.wav +0 -0
  36. data/examples/media/Space.png +0 -0
  37. data/examples/media/Star.png +0 -0
  38. data/examples/media/Starfighter.bmp +0 -0
  39. data/linux/Makefile.in +0 -0
  40. data/linux/configure +0 -0
  41. data/linux/configure.ac +0 -0
  42. data/mac/Gosu.xcodeproj/jlnr.mode1v3 +1421 -0
  43. data/mac/Gosu.xcodeproj/jlnr.mode2v3 +1464 -0
  44. data/mac/Gosu.xcodeproj/jlnr.pbxuser +733 -0
  45. data/mac/Gosu.xcodeproj/project.pbxproj +4 -2
  46. data/reference/Async_8hpp-source.html +1 -1
  47. data/reference/Audio_8hpp-source.html +1 -1
  48. data/reference/Audio_8hpp.html +1 -1
  49. data/reference/AutoLink_8hpp-source.html +1 -1
  50. data/reference/AutoLink_8hpp.html +1 -1
  51. data/reference/Bitmap_8hpp-source.html +1 -1
  52. data/reference/Bitmap_8hpp.html +1 -1
  53. data/reference/ButtonsMac_8hpp-source.html +107 -81
  54. data/reference/ButtonsWin_8hpp-source.html +84 -58
  55. data/reference/ButtonsX_8hpp-source.html +131 -105
  56. data/reference/Color_8hpp-source.html +1 -1
  57. data/reference/Color_8hpp.html +1 -1
  58. data/reference/Directories_8hpp-source.html +1 -1
  59. data/reference/Directories_8hpp.html +1 -1
  60. data/reference/Font_8hpp-source.html +1 -1
  61. data/reference/Font_8hpp.html +1 -1
  62. data/reference/Fwd_8hpp-source.html +1 -1
  63. data/reference/Fwd_8hpp.html +1 -1
  64. data/reference/Gosu_8hpp-source.html +5 -4
  65. data/reference/Gosu_8hpp.html +1 -1
  66. data/reference/GraphicsBase_8hpp-source.html +1 -1
  67. data/reference/GraphicsBase_8hpp.html +1 -1
  68. data/reference/Graphics_8hpp-source.html +2 -2
  69. data/reference/Graphics_8hpp.html +1 -1
  70. data/reference/IO_8hpp-source.html +1 -1
  71. data/reference/IO_8hpp.html +1 -1
  72. data/reference/ImageData_8hpp-source.html +1 -1
  73. data/reference/ImageData_8hpp.html +1 -1
  74. data/reference/Image_8hpp-source.html +1 -1
  75. data/reference/Image_8hpp.html +1 -1
  76. data/reference/Input_8hpp-source.html +43 -43
  77. data/reference/Input_8hpp.html +2 -2
  78. data/reference/Math_8hpp-source.html +51 -42
  79. data/reference/Math_8hpp.html +5 -1
  80. data/reference/Platform_8hpp-source.html +1 -1
  81. data/reference/Platform_8hpp.html +1 -1
  82. data/reference/RotFlip_8hpp-source.html +1 -1
  83. data/reference/RotFlip_8hpp.html +1 -1
  84. data/reference/Sockets_8hpp-source.html +1 -1
  85. data/reference/Sockets_8hpp.html +1 -1
  86. data/reference/TextInput_8hpp-source.html +1 -1
  87. data/reference/TextInput_8hpp.html +1 -1
  88. data/reference/Text_8hpp-source.html +12 -8
  89. data/reference/Text_8hpp.html +3 -1
  90. data/reference/Timing_8hpp-source.html +1 -1
  91. data/reference/Timing_8hpp.html +1 -1
  92. data/reference/Utility_8hpp-source.html +9 -10
  93. data/reference/Utility_8hpp.html +5 -7
  94. data/reference/WinUtility_8hpp-source.html +1 -1
  95. data/reference/WinUtility_8hpp.html +1 -1
  96. data/reference/Window_8hpp-source.html +3 -3
  97. data/reference/Window_8hpp.html +1 -1
  98. data/reference/annotated.html +2 -2
  99. data/reference/classGosu_1_1Audio-members.html +1 -1
  100. data/reference/classGosu_1_1Audio.html +1 -1
  101. data/reference/classGosu_1_1Bitmap-members.html +1 -1
  102. data/reference/classGosu_1_1Bitmap.html +1 -1
  103. data/reference/classGosu_1_1Buffer-members.html +1 -1
  104. data/reference/classGosu_1_1Buffer.html +1 -1
  105. data/reference/classGosu_1_1Button-members.html +1 -1
  106. data/reference/classGosu_1_1Button.html +1 -1
  107. data/reference/classGosu_1_1Color-members.html +1 -1
  108. data/reference/classGosu_1_1Color.html +1 -1
  109. data/reference/classGosu_1_1File-members.html +1 -1
  110. data/reference/classGosu_1_1File.html +1 -1
  111. data/reference/classGosu_1_1Font-members.html +1 -1
  112. data/reference/classGosu_1_1Font.html +1 -1
  113. data/reference/classGosu_1_1Graphics-members.html +1 -1
  114. data/reference/classGosu_1_1Graphics.html +1 -1
  115. data/reference/classGosu_1_1Image-members.html +1 -1
  116. data/reference/classGosu_1_1Image.html +1 -1
  117. data/reference/classGosu_1_1ImageData-members.html +1 -1
  118. data/reference/classGosu_1_1ImageData.html +1 -1
  119. data/reference/classGosu_1_1Input-members.html +1 -1
  120. data/reference/classGosu_1_1Input.html +4 -4
  121. data/reference/classGosu_1_1MessageSocket-members.html +1 -1
  122. data/reference/classGosu_1_1MessageSocket.html +1 -1
  123. data/reference/classGosu_1_1Resource-members.html +1 -1
  124. data/reference/classGosu_1_1Resource.html +1 -1
  125. data/reference/classGosu_1_1Sample-members.html +1 -1
  126. data/reference/classGosu_1_1Sample.html +1 -1
  127. data/reference/classGosu_1_1SampleInstance-members.html +1 -1
  128. data/reference/classGosu_1_1SampleInstance.html +1 -1
  129. data/reference/classGosu_1_1Song-members.html +1 -1
  130. data/reference/classGosu_1_1Song.html +1 -1
  131. data/reference/classGosu_1_1TextInput-members.html +1 -1
  132. data/reference/classGosu_1_1TextInput.html +1 -1
  133. data/reference/classGosu_1_1Window-members.html +1 -1
  134. data/reference/classGosu_1_1Window.html +1 -1
  135. data/reference/files.html +1 -1
  136. data/reference/functions.html +1 -1
  137. data/reference/functions_enum.html +1 -1
  138. data/reference/functions_func.html +1 -1
  139. data/reference/functions_vars.html +1 -1
  140. data/reference/hierarchy.html +1 -1
  141. data/reference/index.html +1 -1
  142. data/reference/namespaceGosu.html +935 -492
  143. data/reference/namespaceGosu_1_1Colors.html +1 -1
  144. data/reference/namespaceGosu_1_1Win.html +1 -1
  145. data/reference/namespacemembers.html +13 -2
  146. data/reference/namespacemembers_enum.html +1 -1
  147. data/reference/namespacemembers_eval.html +1 -1
  148. data/reference/namespacemembers_func.html +13 -2
  149. data/reference/namespacemembers_type.html +1 -1
  150. data/reference/namespacemembers_vars.html +1 -1
  151. data/reference/namespaces.html +1 -1
  152. data/windows/Gosu.vcproj +4 -4
  153. data/windows/RubyGosu.vcproj +2 -1
  154. data/windows/zlib, libpng/libpng/ANNOUNCE +61 -0
  155. data/windows/zlib, libpng/libpng/CHANGES +2173 -0
  156. data/windows/zlib, libpng/libpng/INSTALL +199 -0
  157. data/windows/zlib, libpng/libpng/KNOWNBUG +22 -0
  158. data/windows/zlib, libpng/libpng/LICENSE +109 -0
  159. data/windows/zlib, libpng/libpng/README +264 -0
  160. data/windows/zlib, libpng/libpng/TODO +24 -0
  161. data/windows/zlib, libpng/libpng/Y2KINFO +55 -0
  162. data/windows/zlib, libpng/libpng/configure +13 -0
  163. data/windows/zlib, libpng/libpng/contrib/gregbook/COPYING +340 -0
  164. data/windows/zlib, libpng/libpng/contrib/gregbook/LICENSE +50 -0
  165. data/windows/zlib, libpng/libpng/contrib/gregbook/Makefile.mingw32 +130 -0
  166. data/windows/zlib, libpng/libpng/contrib/gregbook/Makefile.sgi +104 -0
  167. data/windows/zlib, libpng/libpng/contrib/gregbook/Makefile.unx +132 -0
  168. data/windows/zlib, libpng/libpng/contrib/gregbook/Makefile.w32 +113 -0
  169. data/windows/zlib, libpng/libpng/contrib/gregbook/README +186 -0
  170. data/windows/zlib, libpng/libpng/contrib/gregbook/makevms.com +132 -0
  171. data/windows/zlib, libpng/libpng/contrib/gregbook/readpng.c +304 -0
  172. data/windows/zlib, libpng/libpng/contrib/gregbook/readpng.h +88 -0
  173. data/windows/zlib, libpng/libpng/contrib/gregbook/readpng2.c +645 -0
  174. data/windows/zlib, libpng/libpng/contrib/gregbook/readpng2.h +121 -0
  175. data/windows/zlib, libpng/libpng/contrib/gregbook/readppm.c +179 -0
  176. data/windows/zlib, libpng/libpng/contrib/gregbook/rpng-win.c +684 -0
  177. data/windows/zlib, libpng/libpng/contrib/gregbook/rpng-x.c +904 -0
  178. data/windows/zlib, libpng/libpng/contrib/gregbook/rpng2-win.c +1225 -0
  179. data/windows/zlib, libpng/libpng/contrib/gregbook/rpng2-x.c +2127 -0
  180. data/windows/zlib, libpng/libpng/contrib/gregbook/toucan.png +0 -0
  181. data/windows/zlib, libpng/libpng/contrib/gregbook/wpng.c +853 -0
  182. data/windows/zlib, libpng/libpng/contrib/gregbook/writepng.c +392 -0
  183. data/windows/zlib, libpng/libpng/contrib/gregbook/writepng.h +133 -0
  184. data/windows/zlib, libpng/libpng/contrib/pngminim/decoder/README +6 -0
  185. data/windows/zlib, libpng/libpng/contrib/pngminim/decoder/gather.sh +8 -0
  186. data/windows/zlib, libpng/libpng/contrib/pngminim/decoder/makefile.std +44 -0
  187. data/windows/zlib, libpng/libpng/contrib/pngminim/decoder/pngusr.h +67 -0
  188. data/windows/zlib, libpng/libpng/contrib/pngminim/encoder/README +6 -0
  189. data/windows/zlib, libpng/libpng/contrib/pngminim/encoder/dummy_inflate.c +27 -0
  190. data/windows/zlib, libpng/libpng/contrib/pngminim/encoder/gather.sh +9 -0
  191. data/windows/zlib, libpng/libpng/contrib/pngminim/encoder/makefile.std +43 -0
  192. data/windows/zlib, libpng/libpng/contrib/pngminim/encoder/pngusr.h +66 -0
  193. data/windows/zlib, libpng/libpng/contrib/pngminus/README +153 -0
  194. data/windows/zlib, libpng/libpng/contrib/pngminus/makefile.std +65 -0
  195. data/windows/zlib, libpng/libpng/contrib/pngminus/makefile.tc3 +38 -0
  196. data/windows/zlib, libpng/libpng/contrib/pngminus/makevms.com +92 -0
  197. data/windows/zlib, libpng/libpng/contrib/pngminus/png2pnm.bat +41 -0
  198. data/windows/zlib, libpng/libpng/contrib/pngminus/png2pnm.c +430 -0
  199. data/windows/zlib, libpng/libpng/contrib/pngminus/png2pnm.sh +42 -0
  200. data/windows/zlib, libpng/libpng/contrib/pngminus/pngminus.bat +4 -0
  201. data/windows/zlib, libpng/libpng/contrib/pngminus/pngminus.sh +5 -0
  202. data/windows/zlib, libpng/libpng/contrib/pngminus/pnm2png.bat +41 -0
  203. data/windows/zlib, libpng/libpng/contrib/pngminus/pnm2png.c +533 -0
  204. data/windows/zlib, libpng/libpng/contrib/pngminus/pnm2png.sh +42 -0
  205. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn0g01.png +0 -0
  206. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn0g02.png +0 -0
  207. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn0g04.png +0 -0
  208. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn0g08.png +0 -0
  209. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn0g16.png +0 -0
  210. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn2c08.png +0 -0
  211. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn2c16.png +0 -0
  212. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn3p01.png +0 -0
  213. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn3p02.png +0 -0
  214. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn3p04.png +0 -0
  215. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn3p08.png +0 -0
  216. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn4a08.png +0 -0
  217. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn4a16.png +0 -0
  218. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn6a08.png +0 -0
  219. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn6a16.png +0 -0
  220. data/windows/zlib, libpng/libpng/contrib/visupng/PngFile.c +439 -0
  221. data/windows/zlib, libpng/libpng/contrib/visupng/PngFile.h +27 -0
  222. data/windows/zlib, libpng/libpng/contrib/visupng/README.txt +58 -0
  223. data/windows/zlib, libpng/libpng/contrib/visupng/VisualPng.c +961 -0
  224. data/windows/zlib, libpng/libpng/contrib/visupng/VisualPng.dsp +147 -0
  225. data/windows/zlib, libpng/libpng/contrib/visupng/VisualPng.dsw +29 -0
  226. data/windows/zlib, libpng/libpng/contrib/visupng/VisualPng.ico +0 -0
  227. data/windows/zlib, libpng/libpng/contrib/visupng/VisualPng.png +0 -0
  228. data/windows/zlib, libpng/libpng/contrib/visupng/VisualPng.rc +152 -0
  229. data/windows/zlib, libpng/libpng/contrib/visupng/cexcept.h +243 -0
  230. data/windows/zlib, libpng/libpng/contrib/visupng/resource.h +23 -0
  231. data/windows/zlib, libpng/libpng/example.c +814 -0
  232. data/windows/zlib, libpng/libpng/libpng-1.2.29.txt +2906 -0
  233. data/windows/zlib, libpng/libpng/libpng.3 +3680 -0
  234. data/windows/zlib, libpng/libpng/libpngpf.3 +274 -0
  235. data/windows/zlib, libpng/libpng/png.5 +74 -0
  236. data/windows/zlib, libpng/libpng/png.c +798 -0
  237. data/windows/zlib, libpng/libpng/png.h +3569 -0
  238. data/windows/zlib, libpng/libpng/pngbar.jpg +0 -0
  239. data/windows/zlib, libpng/libpng/pngbar.png +0 -0
  240. data/windows/zlib, libpng/libpng/pngconf.h +1481 -0
  241. data/windows/zlib, libpng/libpng/pngerror.c +343 -0
  242. data/windows/zlib, libpng/libpng/pnggccrd.c +103 -0
  243. data/windows/zlib, libpng/libpng/pngget.c +901 -0
  244. data/windows/zlib, libpng/libpng/pngmem.c +608 -0
  245. data/windows/zlib, libpng/libpng/pngnow.png +0 -0
  246. data/windows/zlib, libpng/libpng/pngpread.c +1598 -0
  247. data/windows/zlib, libpng/libpng/pngread.c +1479 -0
  248. data/windows/zlib, libpng/libpng/pngrio.c +167 -0
  249. data/windows/zlib, libpng/libpng/pngrtran.c +4292 -0
  250. data/windows/zlib, libpng/libpng/pngrutil.c +3183 -0
  251. data/windows/zlib, libpng/libpng/pngset.c +1268 -0
  252. data/windows/zlib, libpng/libpng/pngtest.c +1563 -0
  253. data/windows/zlib, libpng/libpng/pngtest.png +0 -0
  254. data/windows/zlib, libpng/libpng/pngtrans.c +662 -0
  255. data/windows/zlib, libpng/libpng/pngvcrd.c +1 -0
  256. data/windows/zlib, libpng/libpng/pngwio.c +234 -0
  257. data/windows/zlib, libpng/libpng/pngwrite.c +1532 -0
  258. data/windows/zlib, libpng/libpng/pngwtran.c +572 -0
  259. data/windows/zlib, libpng/libpng/pngwutil.c +2802 -0
  260. data/windows/zlib, libpng/libpng/projects/beos/x86-shared.proj +0 -0
  261. data/windows/zlib, libpng/libpng/projects/beos/x86-shared.txt +22 -0
  262. data/windows/zlib, libpng/libpng/projects/beos/x86-static.proj +0 -0
  263. data/windows/zlib, libpng/libpng/projects/beos/x86-static.txt +22 -0
  264. data/windows/zlib, libpng/libpng/projects/cbuilder5/libpng.bpf +22 -0
  265. data/windows/zlib, libpng/libpng/projects/cbuilder5/libpng.bpg +25 -0
  266. data/windows/zlib, libpng/libpng/projects/cbuilder5/libpng.bpr +157 -0
  267. data/windows/zlib, libpng/libpng/projects/cbuilder5/libpng.cpp +29 -0
  268. data/windows/zlib, libpng/libpng/projects/cbuilder5/libpng.readme.txt +25 -0
  269. data/windows/zlib, libpng/libpng/projects/cbuilder5/libpngstat.bpf +22 -0
  270. data/windows/zlib, libpng/libpng/projects/cbuilder5/libpngstat.bpr +109 -0
  271. data/windows/zlib, libpng/libpng/projects/cbuilder5/zlib.readme.txt +14 -0
  272. data/windows/zlib, libpng/libpng/projects/netware.txt +6 -0
  273. data/windows/zlib, libpng/libpng/projects/visualc6/README.txt +57 -0
  274. data/windows/zlib, libpng/libpng/projects/visualc6/libpng.dsp +472 -0
  275. data/windows/zlib, libpng/libpng/projects/visualc6/libpng.dsw +59 -0
  276. data/windows/zlib, libpng/libpng/projects/visualc6/pngtest.dsp +314 -0
  277. data/windows/zlib, libpng/libpng/projects/visualc71/PRJ0041.mak +21 -0
  278. data/windows/zlib, libpng/libpng/projects/visualc71/README.txt +57 -0
  279. data/windows/zlib, libpng/libpng/projects/visualc71/README_zlib.txt +44 -0
  280. data/windows/zlib, libpng/libpng/projects/visualc71/libpng.sln +88 -0
  281. data/windows/zlib, libpng/libpng/projects/visualc71/libpng.vcproj +702 -0
  282. data/windows/zlib, libpng/libpng/projects/visualc71/pngtest.vcproj +459 -0
  283. data/windows/zlib, libpng/libpng/projects/visualc71/zlib.vcproj +670 -0
  284. data/windows/zlib, libpng/libpng/projects/wince.txt +6 -0
  285. data/windows/zlib, libpng/libpng/scripts/CMakeLists.txt +210 -0
  286. data/windows/zlib, libpng/libpng/scripts/SCOPTIONS.ppc +7 -0
  287. data/windows/zlib, libpng/libpng/scripts/descrip.mms +52 -0
  288. data/windows/zlib, libpng/libpng/scripts/libpng-config-body.in +96 -0
  289. data/windows/zlib, libpng/libpng/scripts/libpng-config-head.in +21 -0
  290. data/windows/zlib, libpng/libpng/scripts/libpng-config.in +124 -0
  291. data/windows/zlib, libpng/libpng/scripts/libpng.icc +44 -0
  292. data/windows/zlib, libpng/libpng/scripts/libpng.pc-configure.in +10 -0
  293. data/windows/zlib, libpng/libpng/scripts/libpng.pc.in +10 -0
  294. data/windows/zlib, libpng/libpng/scripts/makefile.32sunu +254 -0
  295. data/windows/zlib, libpng/libpng/scripts/makefile.64sunu +254 -0
  296. data/windows/zlib, libpng/libpng/scripts/makefile.acorn +51 -0
  297. data/windows/zlib, libpng/libpng/scripts/makefile.aix +113 -0
  298. data/windows/zlib, libpng/libpng/scripts/makefile.amiga +48 -0
  299. data/windows/zlib, libpng/libpng/scripts/makefile.atari +51 -0
  300. data/windows/zlib, libpng/libpng/scripts/makefile.bc32 +152 -0
  301. data/windows/zlib, libpng/libpng/scripts/makefile.beos +226 -0
  302. data/windows/zlib, libpng/libpng/scripts/makefile.bor +162 -0
  303. data/windows/zlib, libpng/libpng/scripts/makefile.cygwin +299 -0
  304. data/windows/zlib, libpng/libpng/scripts/makefile.darwin +234 -0
  305. data/windows/zlib, libpng/libpng/scripts/makefile.dec +214 -0
  306. data/windows/zlib, libpng/libpng/scripts/makefile.dj2 +55 -0
  307. data/windows/zlib, libpng/libpng/scripts/makefile.elf +275 -0
  308. data/windows/zlib, libpng/libpng/scripts/makefile.freebsd +48 -0
  309. data/windows/zlib, libpng/libpng/scripts/makefile.gcc +79 -0
  310. data/windows/zlib, libpng/libpng/scripts/makefile.gcmmx +271 -0
  311. data/windows/zlib, libpng/libpng/scripts/makefile.hp64 +235 -0
  312. data/windows/zlib, libpng/libpng/scripts/makefile.hpgcc +245 -0
  313. data/windows/zlib, libpng/libpng/scripts/makefile.hpux +232 -0
  314. data/windows/zlib, libpng/libpng/scripts/makefile.ibmc +71 -0
  315. data/windows/zlib, libpng/libpng/scripts/makefile.intel +102 -0
  316. data/windows/zlib, libpng/libpng/scripts/makefile.knr +99 -0
  317. data/windows/zlib, libpng/libpng/scripts/makefile.linux +249 -0
  318. data/windows/zlib, libpng/libpng/scripts/makefile.mingw +289 -0
  319. data/windows/zlib, libpng/libpng/scripts/makefile.mips +83 -0
  320. data/windows/zlib, libpng/libpng/scripts/makefile.msc +86 -0
  321. data/windows/zlib, libpng/libpng/scripts/makefile.ne12bsd +45 -0
  322. data/windows/zlib, libpng/libpng/scripts/makefile.netbsd +45 -0
  323. data/windows/zlib, libpng/libpng/scripts/makefile.nommx +252 -0
  324. data/windows/zlib, libpng/libpng/scripts/makefile.openbsd +73 -0
  325. data/windows/zlib, libpng/libpng/scripts/makefile.os2 +69 -0
  326. data/windows/zlib, libpng/libpng/scripts/makefile.sco +229 -0
  327. data/windows/zlib, libpng/libpng/scripts/makefile.sggcc +242 -0
  328. data/windows/zlib, libpng/libpng/scripts/makefile.sgi +245 -0
  329. data/windows/zlib, libpng/libpng/scripts/makefile.so9 +251 -0
  330. data/windows/zlib, libpng/libpng/scripts/makefile.solaris +249 -0
  331. data/windows/zlib, libpng/libpng/scripts/makefile.solaris-x86 +248 -0
  332. data/windows/zlib, libpng/libpng/scripts/makefile.std +92 -0
  333. data/windows/zlib, libpng/libpng/scripts/makefile.sunos +97 -0
  334. data/windows/zlib, libpng/libpng/scripts/makefile.tc3 +89 -0
  335. data/windows/zlib, libpng/libpng/scripts/makefile.vcawin32 +99 -0
  336. data/windows/zlib, libpng/libpng/scripts/makefile.vcwin32 +99 -0
  337. data/windows/zlib, libpng/libpng/scripts/makefile.watcom +109 -0
  338. data/windows/zlib, libpng/libpng/scripts/makevms.com +144 -0
  339. data/windows/zlib, libpng/libpng/scripts/pngos2.def +257 -0
  340. data/windows/zlib, libpng/libpng/scripts/pngw32.def +238 -0
  341. data/windows/zlib, libpng/libpng/scripts/pngw32.rc +112 -0
  342. data/windows/zlib, libpng/libpng/scripts/smakefile.ppc +30 -0
  343. data/windows/zlib, libpng/zlib/ChangeLog +855 -0
  344. data/windows/zlib, libpng/zlib/FAQ +339 -0
  345. data/windows/zlib, libpng/zlib/INDEX +51 -0
  346. data/windows/zlib, libpng/zlib/Makefile +154 -0
  347. data/windows/zlib, libpng/zlib/Makefile.in +154 -0
  348. data/windows/zlib, libpng/zlib/README +125 -0
  349. data/windows/zlib, libpng/zlib/adler32.c +149 -0
  350. data/windows/zlib, libpng/zlib/algorithm.txt +209 -0
  351. data/windows/zlib, libpng/zlib/amiga/Makefile.pup +66 -0
  352. data/windows/zlib, libpng/zlib/amiga/Makefile.sas +65 -0
  353. data/windows/zlib, libpng/zlib/as400/bndsrc +132 -0
  354. data/windows/zlib, libpng/zlib/as400/compile.clp +123 -0
  355. data/windows/zlib, libpng/zlib/as400/readme.txt +111 -0
  356. data/windows/zlib, libpng/zlib/as400/zlib.inc +331 -0
  357. data/windows/zlib, libpng/zlib/compress.c +79 -0
  358. data/windows/zlib, libpng/zlib/configure +459 -0
  359. data/windows/zlib, libpng/zlib/contrib/README.contrib +71 -0
  360. data/windows/zlib, libpng/zlib/contrib/ada/buffer_demo.adb +106 -0
  361. data/windows/zlib, libpng/zlib/contrib/ada/mtest.adb +156 -0
  362. data/windows/zlib, libpng/zlib/contrib/ada/read.adb +156 -0
  363. data/windows/zlib, libpng/zlib/contrib/ada/readme.txt +65 -0
  364. data/windows/zlib, libpng/zlib/contrib/ada/test.adb +463 -0
  365. data/windows/zlib, libpng/zlib/contrib/ada/zlib-streams.adb +225 -0
  366. data/windows/zlib, libpng/zlib/contrib/ada/zlib-streams.ads +114 -0
  367. data/windows/zlib, libpng/zlib/contrib/ada/zlib-thin.adb +141 -0
  368. data/windows/zlib, libpng/zlib/contrib/ada/zlib-thin.ads +450 -0
  369. data/windows/zlib, libpng/zlib/contrib/ada/zlib.adb +701 -0
  370. data/windows/zlib, libpng/zlib/contrib/ada/zlib.ads +328 -0
  371. data/windows/zlib, libpng/zlib/contrib/ada/zlib.gpr +20 -0
  372. data/windows/zlib, libpng/zlib/contrib/asm586/README.586 +43 -0
  373. data/windows/zlib, libpng/zlib/contrib/asm586/match.S +364 -0
  374. data/windows/zlib, libpng/zlib/contrib/asm686/README.686 +34 -0
  375. data/windows/zlib, libpng/zlib/contrib/asm686/match.S +329 -0
  376. data/windows/zlib, libpng/zlib/contrib/blast/Makefile +8 -0
  377. data/windows/zlib, libpng/zlib/contrib/blast/README +4 -0
  378. data/windows/zlib, libpng/zlib/contrib/blast/blast.c +444 -0
  379. data/windows/zlib, libpng/zlib/contrib/blast/blast.h +71 -0
  380. data/windows/zlib, libpng/zlib/contrib/blast/test.pk +0 -0
  381. data/windows/zlib, libpng/zlib/contrib/blast/test.txt +1 -0
  382. data/windows/zlib, libpng/zlib/contrib/delphi/ZLib.pas +557 -0
  383. data/windows/zlib, libpng/zlib/contrib/delphi/ZLibConst.pas +11 -0
  384. data/windows/zlib, libpng/zlib/contrib/delphi/readme.txt +76 -0
  385. data/windows/zlib, libpng/zlib/contrib/delphi/zlibd32.mak +93 -0
  386. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib.build +33 -0
  387. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib.chm +0 -0
  388. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib.sln +21 -0
  389. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib/AssemblyInfo.cs +58 -0
  390. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib/ChecksumImpl.cs +202 -0
  391. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib/CircularBuffer.cs +83 -0
  392. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib/CodecBase.cs +198 -0
  393. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib/Deflater.cs +106 -0
  394. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib/DotZLib.cs +288 -0
  395. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib/DotZLib.csproj +141 -0
  396. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib/GZipStream.cs +301 -0
  397. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib/Inflater.cs +105 -0
  398. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib/UnitTests.cs +274 -0
  399. data/windows/zlib, libpng/zlib/contrib/dotzlib/LICENSE_1_0.txt +23 -0
  400. data/windows/zlib, libpng/zlib/contrib/dotzlib/readme.txt +58 -0
  401. data/windows/zlib, libpng/zlib/contrib/infback9/README +1 -0
  402. data/windows/zlib, libpng/zlib/contrib/infback9/infback9.c +608 -0
  403. data/windows/zlib, libpng/zlib/contrib/infback9/infback9.h +37 -0
  404. data/windows/zlib, libpng/zlib/contrib/infback9/inffix9.h +107 -0
  405. data/windows/zlib, libpng/zlib/contrib/infback9/inflate9.h +47 -0
  406. data/windows/zlib, libpng/zlib/contrib/infback9/inftree9.c +323 -0
  407. data/windows/zlib, libpng/zlib/contrib/infback9/inftree9.h +55 -0
  408. data/windows/zlib, libpng/zlib/contrib/inflate86/inffas86.c +1157 -0
  409. data/windows/zlib, libpng/zlib/contrib/inflate86/inffast.S +1368 -0
  410. data/windows/zlib, libpng/zlib/contrib/iostream/test.cpp +24 -0
  411. data/windows/zlib, libpng/zlib/contrib/iostream/zfstream.cpp +329 -0
  412. data/windows/zlib, libpng/zlib/contrib/iostream/zfstream.h +128 -0
  413. data/windows/zlib, libpng/zlib/contrib/iostream2/zstream.h +307 -0
  414. data/windows/zlib, libpng/zlib/contrib/iostream2/zstream_test.cpp +25 -0
  415. data/windows/zlib, libpng/zlib/contrib/iostream3/README +35 -0
  416. data/windows/zlib, libpng/zlib/contrib/iostream3/TODO +17 -0
  417. data/windows/zlib, libpng/zlib/contrib/iostream3/test.cc +50 -0
  418. data/windows/zlib, libpng/zlib/contrib/iostream3/zfstream.cc +479 -0
  419. data/windows/zlib, libpng/zlib/contrib/iostream3/zfstream.h +466 -0
  420. data/windows/zlib, libpng/zlib/contrib/masm686/match.asm +413 -0
  421. data/windows/zlib, libpng/zlib/contrib/masmx64/bld_ml64.bat +2 -0
  422. data/windows/zlib, libpng/zlib/contrib/masmx64/gvmat64.asm +513 -0
  423. data/windows/zlib, libpng/zlib/contrib/masmx64/gvmat64.obj +0 -0
  424. data/windows/zlib, libpng/zlib/contrib/masmx64/inffas8664.c +186 -0
  425. data/windows/zlib, libpng/zlib/contrib/masmx64/inffasx64.asm +392 -0
  426. data/windows/zlib, libpng/zlib/contrib/masmx64/inffasx64.obj +0 -0
  427. data/windows/zlib, libpng/zlib/contrib/masmx64/readme.txt +28 -0
  428. data/windows/zlib, libpng/zlib/contrib/masmx86/bld_ml32.bat +2 -0
  429. data/windows/zlib, libpng/zlib/contrib/masmx86/gvmat32.asm +972 -0
  430. data/windows/zlib, libpng/zlib/contrib/masmx86/gvmat32.obj +0 -0
  431. data/windows/zlib, libpng/zlib/contrib/masmx86/gvmat32c.c +62 -0
  432. data/windows/zlib, libpng/zlib/contrib/masmx86/inffas32.asm +1083 -0
  433. data/windows/zlib, libpng/zlib/contrib/masmx86/inffas32.obj +0 -0
  434. data/windows/zlib, libpng/zlib/contrib/masmx86/mkasm.bat +3 -0
  435. data/windows/zlib, libpng/zlib/contrib/masmx86/readme.txt +21 -0
  436. data/windows/zlib, libpng/zlib/contrib/minizip/ChangeLogUnzip +67 -0
  437. data/windows/zlib, libpng/zlib/contrib/minizip/Makefile +25 -0
  438. data/windows/zlib, libpng/zlib/contrib/minizip/crypt.h +132 -0
  439. data/windows/zlib, libpng/zlib/contrib/minizip/ioapi.c +177 -0
  440. data/windows/zlib, libpng/zlib/contrib/minizip/ioapi.h +75 -0
  441. data/windows/zlib, libpng/zlib/contrib/minizip/iowin32.c +270 -0
  442. data/windows/zlib, libpng/zlib/contrib/minizip/iowin32.h +21 -0
  443. data/windows/zlib, libpng/zlib/contrib/minizip/miniunz.c +585 -0
  444. data/windows/zlib, libpng/zlib/contrib/minizip/minizip.c +420 -0
  445. data/windows/zlib, libpng/zlib/contrib/minizip/mztools.c +281 -0
  446. data/windows/zlib, libpng/zlib/contrib/minizip/mztools.h +31 -0
  447. data/windows/zlib, libpng/zlib/contrib/minizip/unzip.c +1598 -0
  448. data/windows/zlib, libpng/zlib/contrib/minizip/unzip.h +354 -0
  449. data/windows/zlib, libpng/zlib/contrib/minizip/zip.c +1219 -0
  450. data/windows/zlib, libpng/zlib/contrib/minizip/zip.h +235 -0
  451. data/windows/zlib, libpng/zlib/contrib/pascal/example.pas +599 -0
  452. data/windows/zlib, libpng/zlib/contrib/pascal/readme.txt +76 -0
  453. data/windows/zlib, libpng/zlib/contrib/pascal/zlibd32.mak +93 -0
  454. data/windows/zlib, libpng/zlib/contrib/pascal/zlibpas.pas +236 -0
  455. data/windows/zlib, libpng/zlib/contrib/puff/Makefile +8 -0
  456. data/windows/zlib, libpng/zlib/contrib/puff/README +63 -0
  457. data/windows/zlib, libpng/zlib/contrib/puff/puff.c +837 -0
  458. data/windows/zlib, libpng/zlib/contrib/puff/puff.h +31 -0
  459. data/windows/zlib, libpng/zlib/contrib/puff/zeros.raw +0 -0
  460. data/windows/zlib, libpng/zlib/contrib/testzlib/testzlib.c +275 -0
  461. data/windows/zlib, libpng/zlib/contrib/testzlib/testzlib.txt +10 -0
  462. data/windows/zlib, libpng/zlib/contrib/untgz/Makefile +14 -0
  463. data/windows/zlib, libpng/zlib/contrib/untgz/Makefile.msc +17 -0
  464. data/windows/zlib, libpng/zlib/contrib/untgz/untgz.c +674 -0
  465. data/windows/zlib, libpng/zlib/contrib/vstudio/readme.txt +73 -0
  466. data/windows/zlib, libpng/zlib/contrib/vstudio/vc7/miniunz.vcproj +126 -0
  467. data/windows/zlib, libpng/zlib/contrib/vstudio/vc7/minizip.vcproj +126 -0
  468. data/windows/zlib, libpng/zlib/contrib/vstudio/vc7/testzlib.vcproj +126 -0
  469. data/windows/zlib, libpng/zlib/contrib/vstudio/vc7/zlib.rc +32 -0
  470. data/windows/zlib, libpng/zlib/contrib/vstudio/vc7/zlibstat.vcproj +246 -0
  471. data/windows/zlib, libpng/zlib/contrib/vstudio/vc7/zlibvc.def +92 -0
  472. data/windows/zlib, libpng/zlib/contrib/vstudio/vc7/zlibvc.sln +78 -0
  473. data/windows/zlib, libpng/zlib/contrib/vstudio/vc7/zlibvc.vcproj +445 -0
  474. data/windows/zlib, libpng/zlib/contrib/vstudio/vc8/miniunz.vcproj +566 -0
  475. data/windows/zlib, libpng/zlib/contrib/vstudio/vc8/minizip.vcproj +563 -0
  476. data/windows/zlib, libpng/zlib/contrib/vstudio/vc8/testzlib.vcproj +948 -0
  477. data/windows/zlib, libpng/zlib/contrib/vstudio/vc8/testzlibdll.vcproj +567 -0
  478. data/windows/zlib, libpng/zlib/contrib/vstudio/vc8/zlib.rc +32 -0
  479. data/windows/zlib, libpng/zlib/contrib/vstudio/vc8/zlibstat.vcproj +870 -0
  480. data/windows/zlib, libpng/zlib/contrib/vstudio/vc8/zlibvc.def +92 -0
  481. data/windows/zlib, libpng/zlib/contrib/vstudio/vc8/zlibvc.sln +144 -0
  482. data/windows/zlib, libpng/zlib/contrib/vstudio/vc8/zlibvc.vcproj +1219 -0
  483. data/windows/zlib, libpng/zlib/crc32.c +423 -0
  484. data/windows/zlib, libpng/zlib/crc32.h +441 -0
  485. data/windows/zlib, libpng/zlib/deflate.c +1736 -0
  486. data/windows/zlib, libpng/zlib/deflate.h +331 -0
  487. data/windows/zlib, libpng/zlib/example.c +565 -0
  488. data/windows/zlib, libpng/zlib/examples/README.examples +42 -0
  489. data/windows/zlib, libpng/zlib/examples/fitblk.c +233 -0
  490. data/windows/zlib, libpng/zlib/examples/gun.c +693 -0
  491. data/windows/zlib, libpng/zlib/examples/gzappend.c +500 -0
  492. data/windows/zlib, libpng/zlib/examples/gzjoin.c +448 -0
  493. data/windows/zlib, libpng/zlib/examples/gzlog.c +413 -0
  494. data/windows/zlib, libpng/zlib/examples/gzlog.h +58 -0
  495. data/windows/zlib, libpng/zlib/examples/zlib_how.html +523 -0
  496. data/windows/zlib, libpng/zlib/examples/zpipe.c +191 -0
  497. data/windows/zlib, libpng/zlib/examples/zran.c +404 -0
  498. data/windows/zlib, libpng/zlib/gzio.c +1026 -0
  499. data/windows/zlib, libpng/zlib/infback.c +623 -0
  500. data/windows/zlib, libpng/zlib/inffast.c +318 -0
  501. data/windows/zlib, libpng/zlib/inffast.h +11 -0
  502. data/windows/zlib, libpng/zlib/inffixed.h +94 -0
  503. data/windows/zlib, libpng/zlib/inflate.c +1368 -0
  504. data/windows/zlib, libpng/zlib/inflate.h +115 -0
  505. data/windows/zlib, libpng/zlib/inftrees.c +329 -0
  506. data/windows/zlib, libpng/zlib/inftrees.h +55 -0
  507. data/windows/zlib, libpng/zlib/make_vms.com +461 -0
  508. data/windows/zlib, libpng/zlib/minigzip.c +322 -0
  509. data/windows/zlib, libpng/zlib/msdos/Makefile.bor +109 -0
  510. data/windows/zlib, libpng/zlib/msdos/Makefile.dj2 +104 -0
  511. data/windows/zlib, libpng/zlib/msdos/Makefile.emx +69 -0
  512. data/windows/zlib, libpng/zlib/msdos/Makefile.msc +106 -0
  513. data/windows/zlib, libpng/zlib/msdos/Makefile.tc +94 -0
  514. data/windows/zlib, libpng/zlib/old/Makefile.riscos +151 -0
  515. data/windows/zlib, libpng/zlib/old/README +3 -0
  516. data/windows/zlib, libpng/zlib/old/descrip.mms +48 -0
  517. data/windows/zlib, libpng/zlib/old/os2/Makefile.os2 +136 -0
  518. data/windows/zlib, libpng/zlib/old/os2/zlib.def +51 -0
  519. data/windows/zlib, libpng/zlib/old/visual-basic.txt +160 -0
  520. data/windows/zlib, libpng/zlib/old/zlib.html +971 -0
  521. data/windows/zlib, libpng/zlib/projects/README.projects +41 -0
  522. data/windows/zlib, libpng/zlib/projects/visualc6/README.txt +73 -0
  523. data/windows/zlib, libpng/zlib/projects/visualc6/example.dsp +278 -0
  524. data/windows/zlib, libpng/zlib/projects/visualc6/minigzip.dsp +278 -0
  525. data/windows/zlib, libpng/zlib/projects/visualc6/zlib.dsp +609 -0
  526. data/windows/zlib, libpng/zlib/projects/visualc6/zlib.dsw +59 -0
  527. data/windows/zlib, libpng/zlib/qnx/package.qpg +141 -0
  528. data/windows/zlib, libpng/zlib/trees.c +1219 -0
  529. data/windows/zlib, libpng/zlib/trees.h +128 -0
  530. data/windows/zlib, libpng/zlib/uncompr.c +61 -0
  531. data/windows/zlib, libpng/zlib/win32/DLL_FAQ.txt +397 -0
  532. data/windows/zlib, libpng/zlib/win32/Makefile.bor +107 -0
  533. data/windows/zlib, libpng/zlib/win32/Makefile.emx +69 -0
  534. data/windows/zlib, libpng/zlib/win32/Makefile.gcc +141 -0
  535. data/windows/zlib, libpng/zlib/win32/Makefile.msc +126 -0
  536. data/windows/zlib, libpng/zlib/win32/VisualC.txt +3 -0
  537. data/windows/zlib, libpng/zlib/win32/zlib.def +60 -0
  538. data/windows/zlib, libpng/zlib/win32/zlib1.rc +39 -0
  539. data/windows/zlib, libpng/zlib/zconf.h +332 -0
  540. data/windows/zlib, libpng/zlib/zconf.in.h +332 -0
  541. data/windows/zlib, libpng/zlib/zlib.3 +159 -0
  542. data/windows/zlib, libpng/zlib/zlib.h +1357 -0
  543. data/windows/zlib, libpng/zlib/zutil.c +318 -0
  544. data/windows/zlib, libpng/zlib/zutil.h +269 -0
  545. metadata +669 -216
@@ -0,0 +1,199 @@
1
+
2
+ Installing libpng version 1.2.29 - May 8, 2008
3
+
4
+ On Unix/Linux and similar systems, you can simply type
5
+
6
+ ./configure [--prefix=/path]
7
+ make check
8
+ make install
9
+
10
+ and ignore the rest of this document.
11
+
12
+ If configure does not work on your system and you have a reasonably
13
+ up-to-date set of tools, running ./autogen.sh before running ./configure
14
+ may fix the problem. You can also run the individual commands in
15
+ autogen.sh with the --force option, if supported by your version of
16
+ the tools. If you run 'libtoolize --force', though, this will replace
17
+ the distributed, patched, version of ltmain.sh with an unpatched version
18
+ and your shared library builds may fail to produce libraries with the
19
+ correct version numbers.
20
+
21
+ Instead, you can use one of the custom-built makefiles in the
22
+ "scripts" directory
23
+
24
+ cp scripts/makefile.system makefile
25
+ make test
26
+ make install
27
+
28
+ Or you can use one of the "projects" in the "projects" directory.
29
+
30
+ If you want to use "cmake" (see www.cmake.org), copy CMakeLists.txt
31
+ from the "scripts" directory to this directory and type
32
+
33
+ cmake . [-DPNG_MMX=YES] -DCMAKE_INSTALL_PREFIX=/path
34
+ make
35
+ make install
36
+
37
+ Before installing libpng, you must first install zlib, if it
38
+ is not already on your system. zlib can usually be found
39
+ wherever you got libpng. zlib can be placed in another directory,
40
+ at the same level as libpng.
41
+
42
+ If your system already has a preinstalled zlib you will still need
43
+ to have access to the zlib.h and zconf.h include files that
44
+ correspond to the version of zlib that's installed.
45
+
46
+ You can rename the directories that you downloaded (they
47
+ might be called "libpng-1.2.29" or "lpng109" and "zlib-1.2.1"
48
+ or "zlib121") so that you have directories called "zlib" and "libpng".
49
+
50
+ Your directory structure should look like this:
51
+
52
+ .. (the parent directory)
53
+ libpng (this directory)
54
+ INSTALL (this file)
55
+ README
56
+ *.h
57
+ *.c
58
+ contrib
59
+ gregbook
60
+ pngminus
61
+ pngsuite
62
+ visupng
63
+ projects
64
+ beos
65
+ c5builder (Borland)
66
+ visualc6 (msvc)
67
+ netware.txt
68
+ wince.txt
69
+ scripts
70
+ makefile.*
71
+ pngtest.png
72
+ etc.
73
+ zlib
74
+ README
75
+ *.h
76
+ *.c
77
+ contrib
78
+ etc.
79
+
80
+ If the line endings in the files look funny, you may wish to get the other
81
+ distribution of libpng. It is available in both tar.gz (UNIX style line
82
+ endings) and zip (DOS style line endings) formats.
83
+
84
+ If you are building libpng with MSVC, you can enter the
85
+ libpng projects\visualc6 directory and follow the instructions in
86
+ projects\visualc6\README.txt.
87
+
88
+ You can build libpng for WindowsCE by downloading and installing
89
+ the projects\wince directory as instructed in the projects\wince.txt file, and
90
+ then following the instructions in the README* files. Similarly, you can
91
+ build libpng for Netware or Beos as instructed in projects\netware.txt
92
+ or projects\beos.
93
+
94
+ Else enter the zlib directory and follow the instructions in zlib/README,
95
+ then come back here and run "configure" or choose the appropriate
96
+ makefile.sys in the scripts directory.
97
+
98
+ The files that are presently available in the scripts directory
99
+ include
100
+
101
+ CMakeLists.txt => "cmake" script
102
+ makefile.std => Generic UNIX makefile (cc, creates static libpng.a)
103
+ makefile.elf => Linux/ELF makefile symbol versioning,
104
+ gcc, creates libpng12.so.0.1.2.29)
105
+ makefile.linux => Linux/ELF makefile
106
+ (gcc, creates libpng12.so.0.1.2.29)
107
+ makefile.gcc => Generic makefile (gcc, creates static libpng.a)
108
+ makefile.knr => Archaic UNIX Makefile that converts files with
109
+ ansi2knr (Requires ansi2knr.c from
110
+ ftp://ftp.cs.wisc.edu/ghost)
111
+ makefile.aix => AIX/gcc makefile
112
+ makefile.cygwin => Cygwin/gcc makefile
113
+ makefile.darwin => Darwin makefile, can use on MacosX
114
+ makefile.dec => DEC Alpha UNIX makefile
115
+ makefile.freebsd => FreeBSD makefile
116
+ makefile.hpgcc => HPUX makefile using gcc
117
+ makefile.hpux => HPUX (10.20 and 11.00) makefile
118
+ makefile.hp64 => HPUX (10.20 and 11.00) makefile, 64-bit
119
+ makefile.ibmc => IBM C/C++ version 3.x for Win32 and OS/2 (static)
120
+ makefile.intel => Intel C/C++ version 4.0 and later
121
+ libpng.icc => Project file for IBM VisualAge/C++ version 4.0 or later
122
+ makefile.netbsd => NetBSD/cc makefile, uses PNGGCCRD, makes libpng.so.
123
+ makefile.ne12bsd => NetBSD/cc makefile, uses PNGGCCRD,
124
+ makes libpng12.so
125
+ makefile.openbsd => OpenBSD makefile
126
+ makefile.sgi => Silicon Graphics IRIX makefile (cc, creates static lib)
127
+ makefile.sggcc => Silicon Graphics (gcc,
128
+ creates libpng12.so.0.1.2.29)
129
+ makefile.sunos => Sun makefile
130
+ makefile.solaris => Solaris 2.X makefile (gcc,
131
+ creates libpng12.so.0.1.2.29)
132
+ makefile.solaris-x86 => Solaris/intelMMX 2.X makefile (gcc,
133
+ creates libpng12.so.0.1.2.29)
134
+ makefile.so9 => Solaris 9 makefile (gcc,
135
+ creates libpng12.so.0.1.2.29)
136
+ makefile.32sunu => Sun Ultra 32-bit makefile
137
+ makefile.64sunu => Sun Ultra 64-bit makefile
138
+ makefile.sco => For SCO OSr5 ELF and Unixware 7 with Native cc
139
+ makefile.mips => MIPS makefile
140
+ makefile.acorn => Acorn makefile
141
+ makefile.amiga => Amiga makefile
142
+ smakefile.ppc => AMIGA smakefile for SAS C V6.58/7.00 PPC compiler
143
+ (Requires SCOPTIONS, copied from scripts/SCOPTIONS.ppc)
144
+ makefile.atari => Atari makefile
145
+ makefile.beos => BEOS makefile for X86
146
+ makefile.bor => Borland makefile (uses bcc)
147
+ makefile.bc32 => 32-bit Borland C++ (all modules compiled in C mode)
148
+ makefile.tc3 => Turbo C 3.0 makefile
149
+ makefile.dj2 => DJGPP 2 makefile
150
+ makefile.msc => Microsoft C makefile
151
+ makefile.vcwin32 => makefile for Microsoft Visual C++ 4.0 and later
152
+ makefile.os2 => OS/2 Makefile (gcc and emx, requires pngos2.def)
153
+ pngos2.def => OS/2 module definition file used by makefile.os2
154
+ makefile.watcom => Watcom 10a+ Makefile, 32-bit flat memory model
155
+ makevms.com => VMS build script
156
+ descrip.mms => VMS makefile for MMS or MMK
157
+ SCOPTIONS.ppc => Used with smakefile.ppc
158
+
159
+ Copy the file (or files) that you need from the
160
+ scripts directory into this directory, for example
161
+
162
+ MSDOS example: copy scripts\makefile.msc makefile
163
+ UNIX example: cp scripts/makefile.std makefile
164
+
165
+ Read the makefile to see if you need to change any source or
166
+ target directories to match your preferences.
167
+
168
+ Then read pngconf.h to see if you want to make any configuration
169
+ changes.
170
+
171
+ Then just run "make" which will create the libpng library in
172
+ this directory and "make test" which will run a quick test that reads
173
+ the "pngtest.png" file and writes a "pngout.png" file that should be
174
+ identical to it. Look for "9782 zero samples" in the output of the
175
+ test. For more confidence, you can run another test by typing
176
+ "pngtest pngnow.png" and looking for "289 zero samples" in the output.
177
+ Also, you can run "pngtest -m contrib/pngsuite/*.png" and compare
178
+ your output with the result shown in contrib/pngsuite/README.
179
+
180
+ Most of the makefiles will allow you to run "make install" to
181
+ put the library in its final resting place (if you want to
182
+ do that, run "make install" in the zlib directory first if necessary).
183
+ Some also allow you to run "make test-installed" after you have
184
+ run "make install".
185
+
186
+ If you encounter a compiler error message complaining about the
187
+ lines
188
+ __png.h__ already includes setjmp.h;
189
+ __dont__ include it again.;
190
+ This means you have compiled another module that includes setjmp.h,
191
+ which is hazardous because the two modules might not include exactly
192
+ the same setjmp.h. If you are sure that you know what you are doing
193
+ and that they are exactly the same, then you can comment out or
194
+ delete the two lines. Better yet, use the cexcept interface
195
+ instead, as demonstrated in contrib/visupng of the libpng distribution.
196
+
197
+ Further information can be found in the README and libpng.txt
198
+ files, in the individual makefiles, in png.h, and the manual pages
199
+ libpng.3 and png.5.
@@ -0,0 +1,22 @@
1
+
2
+ Known bugs in libpng version 1.2.29
3
+
4
+ 1. February 23, 2006: The custom makefiles don't build libpng with -lz.
5
+
6
+ STATUS: This is a subject of debate. The change will probably be made
7
+ as a part of a major overhaul of the makefiles in libpng version 1.4.0.
8
+
9
+ 2. February 24, 2006: The Makefile generated by the "configure" script
10
+ fails to install symbolic links
11
+ libpng12.so => libpng12.so.0.1.2.9betaN
12
+ that are generated by the custom makefiles.
13
+
14
+ 3. September 4, 2007: There is a report that pngtest crashes on MacOS 10.
15
+
16
+ STATUS: workarounds are
17
+ 1) Compile without optimization (crashes are observed with
18
+ -arch i386 and -O2 or -O3, using gcc-4.0.1).
19
+ 2) Compile pngtest.c with PNG_DEBUG defined (the bug goes away if
20
+ you try to look at it).
21
+ 3) Ignore the crash. The library itself seems to be OK.
22
+
@@ -0,0 +1,109 @@
1
+
2
+ This copy of the libpng notices is provided for your convenience. In case of
3
+ any discrepancy between this copy and the notices in the file png.h that is
4
+ included in the libpng distribution, the latter shall prevail.
5
+
6
+ COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
7
+
8
+ If you modify libpng you may insert additional notices immediately following
9
+ this sentence.
10
+
11
+ libpng versions 1.2.6, August 15, 2004, through 1.2.29, May 8, 2008, are
12
+ Copyright (c) 2004, 2006-2008 Glenn Randers-Pehrson, and are
13
+ distributed according to the same disclaimer and license as libpng-1.2.5
14
+ with the following individual added to the list of Contributing Authors
15
+
16
+ Cosmin Truta
17
+
18
+ libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are
19
+ Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
20
+ distributed according to the same disclaimer and license as libpng-1.0.6
21
+ with the following individuals added to the list of Contributing Authors
22
+
23
+ Simon-Pierre Cadieux
24
+ Eric S. Raymond
25
+ Gilles Vollant
26
+
27
+ and with the following additions to the disclaimer:
28
+
29
+ There is no warranty against interference with your enjoyment of the
30
+ library or against infringement. There is no warranty that our
31
+ efforts or the library will fulfill any of your particular purposes
32
+ or needs. This library is provided with all faults, and the entire
33
+ risk of satisfactory quality, performance, accuracy, and effort is with
34
+ the user.
35
+
36
+ libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
37
+ Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are
38
+ distributed according to the same disclaimer and license as libpng-0.96,
39
+ with the following individuals added to the list of Contributing Authors:
40
+
41
+ Tom Lane
42
+ Glenn Randers-Pehrson
43
+ Willem van Schaik
44
+
45
+ libpng versions 0.89, June 1996, through 0.96, May 1997, are
46
+ Copyright (c) 1996, 1997 Andreas Dilger
47
+ Distributed according to the same disclaimer and license as libpng-0.88,
48
+ with the following individuals added to the list of Contributing Authors:
49
+
50
+ John Bowler
51
+ Kevin Bracey
52
+ Sam Bushell
53
+ Magnus Holmgren
54
+ Greg Roelofs
55
+ Tom Tanner
56
+
57
+ libpng versions 0.5, May 1995, through 0.88, January 1996, are
58
+ Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
59
+
60
+ For the purposes of this copyright and license, "Contributing Authors"
61
+ is defined as the following set of individuals:
62
+
63
+ Andreas Dilger
64
+ Dave Martindale
65
+ Guy Eric Schalnat
66
+ Paul Schmidt
67
+ Tim Wegner
68
+
69
+ The PNG Reference Library is supplied "AS IS". The Contributing Authors
70
+ and Group 42, Inc. disclaim all warranties, expressed or implied,
71
+ including, without limitation, the warranties of merchantability and of
72
+ fitness for any purpose. The Contributing Authors and Group 42, Inc.
73
+ assume no liability for direct, indirect, incidental, special, exemplary,
74
+ or consequential damages, which may result from the use of the PNG
75
+ Reference Library, even if advised of the possibility of such damage.
76
+
77
+ Permission is hereby granted to use, copy, modify, and distribute this
78
+ source code, or portions hereof, for any purpose, without fee, subject
79
+ to the following restrictions:
80
+
81
+ 1. The origin of this source code must not be misrepresented.
82
+
83
+ 2. Altered versions must be plainly marked as such and must not
84
+ be misrepresented as being the original source.
85
+
86
+ 3. This Copyright notice may not be removed or altered from any
87
+ source or altered source distribution.
88
+
89
+ The Contributing Authors and Group 42, Inc. specifically permit, without
90
+ fee, and encourage the use of this source code as a component to
91
+ supporting the PNG file format in commercial products. If you use this
92
+ source code in a product, acknowledgment is not required but would be
93
+ appreciated.
94
+
95
+
96
+ A "png_get_copyright" function is available, for convenient use in "about"
97
+ boxes and the like:
98
+
99
+ printf("%s",png_get_copyright(NULL));
100
+
101
+ Also, the PNG logo (in PNG format, of course) is supplied in the
102
+ files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
103
+
104
+ Libpng is OSI Certified Open Source Software. OSI Certified Open Source is a
105
+ certification mark of the Open Source Initiative.
106
+
107
+ Glenn Randers-Pehrson
108
+ glennrp at users.sourceforge.net
109
+ May 8, 2008
@@ -0,0 +1,264 @@
1
+ README for libpng version 1.2.29 - May 8, 2008 (shared library 12.0)
2
+ See the note about version numbers near the top of png.h
3
+
4
+ See INSTALL for instructions on how to install libpng.
5
+
6
+ Libpng comes in several distribution formats. Get libpng-*.tar.gz,
7
+ libpng-*.tar.lzma, or libpng-*.tar.bz2 if you want UNIX-style line
8
+ endings in the text files, or lpng*.7z or lpng*.zip if you want DOS-style
9
+ line endings.
10
+
11
+ Version 0.89 was the first official release of libpng. Don't let the
12
+ fact that it's the first release fool you. The libpng library has been in
13
+ extensive use and testing since mid-1995. By late 1997 it had
14
+ finally gotten to the stage where there hadn't been significant
15
+ changes to the API in some time, and people have a bad feeling about
16
+ libraries with versions < 1.0. Version 1.0.0 was released in
17
+ March 1998.
18
+
19
+ ****
20
+ Note that some of the changes to the png_info structure render this
21
+ version of the library binary incompatible with libpng-0.89 or
22
+ earlier versions if you are using a shared library. The type of the
23
+ "filler" parameter for png_set_filler() has changed from png_byte to
24
+ png_uint_32, which will affect shared-library applications that use
25
+ this function.
26
+
27
+ To avoid problems with changes to the internals of png_info_struct,
28
+ new APIs have been made available in 0.95 to avoid direct application
29
+ access to info_ptr. These functions are the png_set_<chunk> and
30
+ png_get_<chunk> functions. These functions should be used when
31
+ accessing/storing the info_struct data, rather than manipulating it
32
+ directly, to avoid such problems in the future.
33
+
34
+ It is important to note that the APIs do not make current programs
35
+ that access the info struct directly incompatible with the new
36
+ library. However, it is strongly suggested that new programs use
37
+ the new APIs (as shown in example.c and pngtest.c), and older programs
38
+ be converted to the new format, to facilitate upgrades in the future.
39
+ ****
40
+
41
+ Additions since 0.90 include the ability to compile libpng as a
42
+ Windows DLL, and new APIs for accessing data in the info struct.
43
+ Experimental functions include the ability to set weighting and cost
44
+ factors for row filter selection, direct reads of integers from buffers
45
+ on big-endian processors that support misaligned data access, faster
46
+ methods of doing alpha composition, and more accurate 16->8 bit color
47
+ conversion.
48
+
49
+ The additions since 0.89 include the ability to read from a PNG stream
50
+ which has had some (or all) of the signature bytes read by the calling
51
+ application. This also allows the reading of embedded PNG streams that
52
+ do not have the PNG file signature. As well, it is now possible to set
53
+ the library action on the detection of chunk CRC errors. It is possible
54
+ to set different actions based on whether the CRC error occurred in a
55
+ critical or an ancillary chunk.
56
+
57
+ The changes made to the library, and bugs fixed are based on discussions
58
+ on the PNG-implement mailing list
59
+ and not on material submitted privately to Guy, Andreas, or Glenn. They will
60
+ forward any good suggestions to the list.
61
+
62
+ For a detailed description on using libpng, read libpng.txt. For
63
+ examples of libpng in a program, see example.c and pngtest.c. For usage
64
+ information and restrictions (what little they are) on libpng, see
65
+ png.h. For a description on using zlib (the compression library used by
66
+ libpng) and zlib's restrictions, see zlib.h
67
+
68
+ I have included a general makefile, as well as several machine and
69
+ compiler specific ones, but you may have to modify one for your own needs.
70
+
71
+ You should use zlib 1.0.4 or later to run this, but it MAY work with
72
+ versions as old as zlib 0.95. Even so, there are bugs in older zlib
73
+ versions which can cause the output of invalid compression streams for
74
+ some images. You will definitely need zlib 1.0.4 or later if you are
75
+ taking advantage of the MS-DOS "far" structure allocation for the small
76
+ and medium memory models. You should also note that zlib is a
77
+ compression library that is useful for more things than just PNG files.
78
+ You can use zlib as a drop-in replacement for fread() and fwrite() if
79
+ you are so inclined.
80
+
81
+ zlib should be available at the same place that libpng is, or at
82
+ ftp://ftp.simplesystems.org/pub/png/src/
83
+
84
+ You may also want a copy of the PNG specification. It is available
85
+ as an RFC, a W3C Recommendation, and an ISO/IEC Standard. You can find
86
+ these at http://www.libpng.org/pub/png/pngdocs.html
87
+
88
+ This code is currently being archived at libpng.sf.net in the
89
+ [DOWNLOAD] area, and on CompuServe, Lib 20 (PNG SUPPORT)
90
+ at GO GRAPHSUP. If you can't find it in any of those places,
91
+ e-mail me, and I'll help you find it.
92
+
93
+ If you have any code changes, requests, problems, etc., please e-mail
94
+ them to me. Also, I'd appreciate any make files or project files,
95
+ and any modifications you needed to make to get libpng to compile,
96
+ along with a #define variable to tell what compiler/system you are on.
97
+ If you needed to add transformations to libpng, or wish libpng would
98
+ provide the image in a different way, drop me a note (and code, if
99
+ possible), so I can consider supporting the transformation.
100
+ Finally, if you get any warning messages when compiling libpng
101
+ (note: not zlib), and they are easy to fix, I'd appreciate the
102
+ fix. Please mention "libpng" somewhere in the subject line. Thanks.
103
+
104
+ This release was created and will be supported by myself (of course
105
+ based in a large way on Guy's and Andreas' earlier work), and the PNG group.
106
+
107
+ Send comments/corrections/commendations to png-mng-implement at lists.sf.net
108
+ (subscription required; visit
109
+ https://lists.sourceforge.net/lists/listinfo/png-mng-implement
110
+ to subscribe) or to glennrp at users.sourceforge.net
111
+
112
+ You can't reach Guy, the original libpng author, at the addresses
113
+ given in previous versions of this document. He and Andreas will read mail
114
+ addressed to the png-implement list, however.
115
+
116
+ Please do not send general questions about PNG. Send them to
117
+ the (png-mng-misc at lists.sourceforge.net, subscription required, visit
118
+ https://lists.sourceforge.net/lists/listinfo/png-mng-implement to subscribe)
119
+ On the other hand,
120
+ please do not send libpng questions to that address, send them to me
121
+ or to the png-implement list. I'll
122
+ get them in the end anyway. If you have a question about something
123
+ in the PNG specification that is related to using libpng, send it
124
+ to me. Send me any questions that start with "I was using libpng,
125
+ and ...". If in doubt, send questions to me. I'll bounce them
126
+ to others, if necessary.
127
+
128
+ Please do not send suggestions on how to change PNG. We have
129
+ been discussing PNG for twelve years now, and it is official and
130
+ finished. If you have suggestions for libpng, however, I'll
131
+ gladly listen. Even if your suggestion is not used immediately,
132
+ it may be used later.
133
+
134
+ Files in this distribution:
135
+
136
+ ANNOUNCE => Announcement of this version, with recent changes
137
+ CHANGES => Description of changes between libpng versions
138
+ KNOWNBUG => List of known bugs and deficiencies
139
+ LICENSE => License to use and redistribute libpng
140
+ README => This file
141
+ TODO => Things not implemented in the current library
142
+ Y2KINFO => Statement of Y2K compliance
143
+ example.c => Example code for using libpng functions
144
+ libpng-*-*-diff.txt => Diff from previous release
145
+ libpng.3 => manual page for libpng (includes libpng.txt)
146
+ libpng.txt => Description of libpng and its functions
147
+ libpngpf.3 => manual page for libpng's private functions
148
+ png.5 => manual page for the PNG format
149
+ png.c => Basic interface functions common to library
150
+ png.h => Library function and interface declarations
151
+ pngconf.h => System specific library configuration
152
+ pngerror.c => Error/warning message I/O functions
153
+ pngget.c => Functions for retrieving info from struct
154
+ pngmem.c => Memory handling functions
155
+ pngbar.png => PNG logo, 88x31
156
+ pngnow.png => PNG logo, 98x31
157
+ pngpread.c => Progressive reading functions
158
+ pngread.c => Read data/helper high-level functions
159
+ pngrio.c => Lowest-level data read I/O functions
160
+ pngrtran.c => Read data transformation functions
161
+ pngrutil.c => Read data utility functions
162
+ pngset.c => Functions for storing data into the info_struct
163
+ pngtest.c => Library test program
164
+ pngtest.png => Library test sample image
165
+ pngtrans.c => Common data transformation functions
166
+ pngwio.c => Lowest-level write I/O functions
167
+ pngwrite.c => High-level write functions
168
+ pngwtran.c => Write data transformations
169
+ pngwutil.c => Write utility functions
170
+ contrib => Contributions
171
+ gregbook => source code for PNG reading and writing, from
172
+ Greg Roelofs' "PNG: The Definitive Guide",
173
+ O'Reilly, 1999
174
+ msvctest => Builds and runs pngtest using a MSVC workspace
175
+ pngminus => Simple pnm2png and png2pnm programs
176
+ pngsuite => Test images
177
+ visupng => Contains a MSVC workspace for VisualPng
178
+ projects => Contains project files and workspaces for building DLL
179
+ beos => Contains a Beos workspace for building libpng
180
+ c5builder => Contains a Borland workspace for building libpng
181
+ and zlib
182
+ visualc6 => Contains a Microsoft Visual C++ (MSVC) workspace
183
+ for building libpng and zlib
184
+ netware.txt => Contains instructions for downloading a set of
185
+ project files for building libpng and zlib on
186
+ Netware.
187
+ wince.txt => Contains instructions for downloading a Microsoft
188
+ Visual C++ (Windows CD Toolkit) workspace for
189
+ building libpng and zlib on WindowsCE
190
+ scripts => Directory containing scripts for building libpng:
191
+ descrip.mms => VMS makefile for MMS or MMK
192
+ makefile.std => Generic UNIX makefile (cc, creates static libpng.a)
193
+ makefile.elf => Linux/ELF makefile symbol versioning,
194
+ gcc, creates libpng12.so.0.1.2.29)
195
+ makefile.linux => Linux/ELF makefile
196
+ (gcc, creates libpng12.so.0.1.2.29)
197
+ makefile.gcmmx => Linux/ELF makefile
198
+ (gcc, creates libpng12.so.0.1.2.29,
199
+ uses assembler code tuned for Intel MMX platform)
200
+ makefile.gcc => Generic makefile (gcc, creates static libpng.a)
201
+ makefile.knr => Archaic UNIX Makefile that converts files with
202
+ ansi2knr (Requires ansi2knr.c from
203
+ ftp://ftp.cs.wisc.edu/ghost)
204
+ makefile.aix => AIX makefile
205
+ makefile.cygwin => Cygwin/gcc makefile
206
+ makefile.darwin => Darwin makefile
207
+ makefile.dec => DEC Alpha UNIX makefile
208
+ makefile.freebsd => FreeBSD makefile
209
+ makefile.hpgcc => HPUX makefile using gcc
210
+ makefile.hpux => HPUX (10.20 and 11.00) makefile
211
+ makefile.hp64 => HPUX (10.20 and 11.00) makefile, 64 bit
212
+ makefile.ibmc => IBM C/C++ version 3.x for Win32 and OS/2 (static)
213
+ makefile.intel => Intel C/C++ version 4.0 and later
214
+ libpng.icc => Project file, IBM VisualAge/C++ 4.0 or later
215
+ makefile.netbsd => NetBSD/cc makefile, PNGGCCRD, makes libpng.so.
216
+ makefile.ne12bsd => NetBSD/cc makefile, PNGGCCRD, makes libpng12.so
217
+ makefile.openbsd => OpenBSD makefile
218
+ makefile.sgi => Silicon Graphics IRIX (cc, creates static lib)
219
+ makefile.sggcc => Silicon Graphics
220
+ (gcc, creates libpng12.so.0.1.2.29)
221
+ makefile.sunos => Sun makefile
222
+ makefile.solaris => Solaris 2.X makefile
223
+ (gcc, creates libpng12.so.0.1.2.29)
224
+ makefile.so9 => Solaris 9 makefile
225
+ (gcc, creates libpng12.so.0.1.2.29)
226
+ makefile.32sunu => Sun Ultra 32-bit makefile
227
+ makefile.64sunu => Sun Ultra 64-bit makefile
228
+ makefile.sco => For SCO OSr5 ELF and Unixware 7 with Native cc
229
+ makefile.mips => MIPS makefile
230
+ makefile.acorn => Acorn makefile
231
+ makefile.amiga => Amiga makefile
232
+ smakefile.ppc => AMIGA smakefile for SAS C V6.58/7.00 PPC
233
+ compiler (Requires SCOPTIONS, copied from
234
+ scripts/SCOPTIONS.ppc)
235
+ makefile.atari => Atari makefile
236
+ makefile.beos => BEOS makefile for X86
237
+ makefile.bor => Borland makefile (uses bcc)
238
+ makefile.bc32 => 32-bit Borland C++ (all modules compiled in C mode)
239
+ makefile.tc3 => Turbo C 3.0 makefile
240
+ makefile.dj2 => DJGPP 2 makefile
241
+ makefile.msc => Microsoft C makefile
242
+ makefile.vcawin32=> makefile for Microsoft Visual C++ 5.0 and
243
+ later (uses assembler code tuned for Intel MMX
244
+ platform)
245
+ makefile.vcwin32 => makefile for Microsoft Visual C++ 4.0 and
246
+ later (does not use assembler code)
247
+ makefile.os2 => OS/2 Makefile (gcc and emx, requires pngos2.def)
248
+ pngos2.def => OS/2 module definition file used by makefile.os2
249
+ makefile.watcom => Watcom 10a+ Makefile, 32-bit flat memory model
250
+ makevms.com => VMS build script
251
+ SCOPTIONS.ppc => Used with smakefile.ppc
252
+
253
+ Good luck, and happy coding.
254
+
255
+ -Glenn Randers-Pehrson (current maintainer)
256
+ Internet: glennrp at users.sourceforge.net
257
+
258
+ -Andreas Eric Dilger (former maintainer, 1996-1997)
259
+ Internet: adilger at enel.ucalgary.ca
260
+ Web: http://members.shaw.ca/adilger/
261
+
262
+ -Guy Eric Schalnat (original author and former maintainer, 1995-1996)
263
+ (formerly of Group 42, Inc)
264
+ Internet: gschal at infinet.com