Return to zlib_win32_howto.txt CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / ext / zlib |
1.1 ! misho 1: Rules for building ZLIB ! 2: ----------------------- ! 3: ! 4: The zlib project requires the folowing files: ! 5: ! 6: php_build\zlib\include\zlib.h ! 7: php_build\zlib\include\zconf.h ! 8: php_build\zlib\lib\zlibstat.lib ! 9: ! 10: php_build is a directory at the same level as php5. ! 11: ! 12: Start Visual Studio, load php_modules.dsw, select the ZLIB projects, and build ! 13: it. ! 14: ! 15: ! 16: