libmng.cpp 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. /* ************************************************************************** */
  2. /* * * */
  3. /* * COPYRIGHT NOTICE: * */
  4. /* * * */
  5. /* * Copyright (c) 2000-2007 Gerard Juyn ([email protected]) * */
  6. /* * [You may insert additional notices after this sentence if you modify * */
  7. /* * this source] * */
  8. /* * * */
  9. /* * For the purposes of this copyright and license, "Contributing Authors" * */
  10. /* * is defined as the following set of individuals: * */
  11. /* * * */
  12. /* * Gerard Juyn * */
  13. /* * (hopefully some more to come...) * */
  14. /* * * */
  15. /* * The MNG Library is supplied "AS IS". The Contributing Authors * */
  16. /* * disclaim all warranties, expressed or implied, including, without * */
  17. /* * limitation, the warranties of merchantability and of fitness for any * */
  18. /* * purpose. The Contributing Authors assume no liability for direct, * */
  19. /* * indirect, incidental, special, exemplary, or consequential damages, * */
  20. /* * which may result from the use of the MNG Library, even if advised of * */
  21. /* * the possibility of such damage. * */
  22. /* * * */
  23. /* * Permission is hereby granted to use, copy, modify, and distribute this * */
  24. /* * source code, or portions hereof, for any purpose, without fee, subject * */
  25. /* * to the following restrictions: * */
  26. /* * * */
  27. /* * 1. The origin of this source code must not be misrepresented; * */
  28. /* * you must not claim that you wrote the original software. * */
  29. /* * * */
  30. /* * 2. Altered versions must be plainly marked as such and must not be * */
  31. /* * misrepresented as being the original source. * */
  32. /* * * */
  33. /* * 3. This Copyright notice may not be removed or altered from any source * */
  34. /* * or altered source distribution. * */
  35. /* * * */
  36. /* * The Contributing Authors specifically permit, without fee, and * */
  37. /* * encourage the use of this source code as a component to supporting * */
  38. /* * the MNG and JNG file format in commercial products. If you use this * */
  39. /* * source code in a product, acknowledgment would be highly appreciated. * */
  40. /* * * */
  41. /* ************************************************************************** */
  42. /* * * */
  43. /* * project : libmng * */
  44. /* * file : libmng.cpp copyright (c) 2000-2002 G.Juyn * */
  45. /* * version : 1.0.5 * */
  46. /* * * */
  47. /* * purpose : generic dll project assembly file * */
  48. /* * * */
  49. /* * author : G.Juyn * */
  50. /* * web : http://www.3-t.com * */
  51. /* * email : mailto:[email protected] * */
  52. /* * * */
  53. /* * comment : Autogenerated file with the libmng.dll BCB project * */
  54. /* * * */
  55. /* * changes : 0.5.1 - 05/14/2000 - G.Juyn * */
  56. /* * - added this block * */
  57. /* * * */
  58. /* * 1.0.5 - 08/20/2000 - G.Juyn * */
  59. /* * - version-number & copyright * */
  60. /* * * */
  61. /* ************************************************************************** */
  62. #include <windows.h>
  63. #pragma hdrstop
  64. #include <condefs.h>
  65. /* ************************************************************************** */
  66. USERES("libmng.res");
  67. USEUNIT("..\..\libmng_hlapi.c");
  68. USEUNIT("..\..\libmng_callback_xs.c");
  69. USEUNIT("..\..\libmng_prop_xs.c");
  70. USEUNIT("..\..\libmng_chunk_xs.c");
  71. USEUNIT("..\..\libmng_object_prc.c");
  72. USEUNIT("..\..\libmng_chunk_descr.c");
  73. USEUNIT("..\..\libmng_chunk_prc.c");
  74. USEUNIT("..\..\libmng_chunk_io.c");
  75. USEUNIT("..\..\libmng_read.c");
  76. USEUNIT("..\..\libmng_write.c");
  77. USEUNIT("..\..\libmng_display.c");
  78. USEUNIT("..\..\libmng_dither.c");
  79. USEUNIT("..\..\libmng_pixels.c");
  80. USEUNIT("..\..\libmng_filter.c");
  81. USEUNIT("..\..\libmng_error.c");
  82. USEUNIT("..\..\libmng_trace.c");
  83. USEUNIT("..\..\libmng_cms.c");
  84. USEUNIT("..\..\libmng_zlib.c");
  85. USEUNIT("..\..\libmng_jpeg.c");
  86. USEUNIT("..\..\..\zlib\adler32.c");
  87. USEUNIT("..\..\..\zlib\compress.c");
  88. USEUNIT("..\..\..\zlib\crc32.c");
  89. USEUNIT("..\..\..\zlib\deflate.c");
  90. USEUNIT("..\..\..\zlib\inffast.c");
  91. USEUNIT("..\..\..\zlib\inflate.c");
  92. USEUNIT("..\..\..\zlib\inftrees.c");
  93. USEUNIT("..\..\..\zlib\trees.c");
  94. USEUNIT("..\..\..\zlib\uncompr.c");
  95. USEUNIT("..\..\..\zlib\zutil.c");
  96. USEUNIT("..\..\..\jpgsrc6b\jquant2.c");
  97. USEUNIT("..\..\..\jpgsrc6b\jcapistd.c");
  98. USEUNIT("..\..\..\jpgsrc6b\jccoefct.c");
  99. USEUNIT("..\..\..\jpgsrc6b\jccolor.c");
  100. USEUNIT("..\..\..\jpgsrc6b\jcdctmgr.c");
  101. USEUNIT("..\..\..\jpgsrc6b\jchuff.c");
  102. USEUNIT("..\..\..\jpgsrc6b\jcinit.c");
  103. USEUNIT("..\..\..\jpgsrc6b\jcmainct.c");
  104. USEUNIT("..\..\..\jpgsrc6b\jcmarker.c");
  105. USEUNIT("..\..\..\jpgsrc6b\jcmaster.c");
  106. USEUNIT("..\..\..\jpgsrc6b\jcomapi.c");
  107. USEUNIT("..\..\..\jpgsrc6b\jcparam.c");
  108. USEUNIT("..\..\..\jpgsrc6b\jcphuff.c");
  109. USEUNIT("..\..\..\jpgsrc6b\jcprepct.c");
  110. USEUNIT("..\..\..\jpgsrc6b\jcsample.c");
  111. USEUNIT("..\..\..\jpgsrc6b\jctrans.c");
  112. USEUNIT("..\..\..\jpgsrc6b\jdapistd.c");
  113. USEUNIT("..\..\..\jpgsrc6b\jdatadst.c");
  114. USEUNIT("..\..\..\jpgsrc6b\jdatasrc.c");
  115. USEUNIT("..\..\..\jpgsrc6b\jdcoefct.c");
  116. USEUNIT("..\..\..\jpgsrc6b\jdcolor.c");
  117. USEUNIT("..\..\..\jpgsrc6b\jddctmgr.c");
  118. USEUNIT("..\..\..\jpgsrc6b\jdhuff.c");
  119. USEUNIT("..\..\..\jpgsrc6b\jdinput.c");
  120. USEUNIT("..\..\..\jpgsrc6b\jdmainct.c");
  121. USEUNIT("..\..\..\jpgsrc6b\jdmarker.c");
  122. USEUNIT("..\..\..\jpgsrc6b\jdmaster.c");
  123. USEUNIT("..\..\..\jpgsrc6b\jdmerge.c");
  124. USEUNIT("..\..\..\jpgsrc6b\jdphuff.c");
  125. USEUNIT("..\..\..\jpgsrc6b\jdpostct.c");
  126. USEUNIT("..\..\..\jpgsrc6b\jdsample.c");
  127. USEUNIT("..\..\..\jpgsrc6b\jdtrans.c");
  128. USEUNIT("..\..\..\jpgsrc6b\jerror.c");
  129. USEUNIT("..\..\..\jpgsrc6b\jfdctflt.c");
  130. USEUNIT("..\..\..\jpgsrc6b\jfdctfst.c");
  131. USEUNIT("..\..\..\jpgsrc6b\jfdctint.c");
  132. USEUNIT("..\..\..\jpgsrc6b\jidctflt.c");
  133. USEUNIT("..\..\..\jpgsrc6b\jidctfst.c");
  134. USEUNIT("..\..\..\jpgsrc6b\jidctint.c");
  135. USEUNIT("..\..\..\jpgsrc6b\jidctred.c");
  136. USEUNIT("..\..\..\jpgsrc6b\jmemmgr.c");
  137. USEUNIT("..\..\..\jpgsrc6b\jmemnobs.c");
  138. USEUNIT("..\..\..\jpgsrc6b\jquant1.c");
  139. USEUNIT("..\..\..\jpgsrc6b\jcapimin.c");
  140. USEUNIT("..\..\..\jpgsrc6b\jutils.c");
  141. USEUNIT("..\..\..\jpgsrc6b\jdapimin.c");
  142. USELIB("..\..\..\lcms\Projects\Bcc-5.5-static\lcmsstat.lib");
  143. //---------------------------------------------------------------------------
  144. #pragma argsused
  145. int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
  146. {
  147. return 1;
  148. }
  149. /* ************************************************************************** */