c++.announce - zlib-1.1.4 's makefile for dmc 3.36
- "nyra" <nyra sohu.com> Sep 28 2003
- "Walter" <walter digitalmars.com> Sep 28 2003
- nyra sohu.com Oct 04 2003
This is zlib-1.1.4 's makefile for dmc 3.36
to install, just unzip it to zlib-1.1.4's folder
and run;
smake -f dm.mak
you'll get dynamic lib(dll) 'zlib.dl'l and import lib 'zlib.lib'
also with static lib 'z.lib'
&& I know it's simple to compile zlib with dmc, but
more esaier more effective!
nyra
nyra sohu.com
Sep 28 2003
Cool! Could you also please submit it to the zlib folks so it becomes part of their standard distribution? "nyra" <nyra sohu.com> wrote in message news:bl8hdb$1g5f$1 digitaldaemon.com...This is zlib-1.1.4 's makefile for dmc 3.36 to install, just unzip it to zlib-1.1.4's folder and run; smake -f dm.mak you'll get dynamic lib(dll) 'zlib.dl'l and import lib 'zlib.lib' also with static lib 'z.lib' && I know it's simple to compile zlib with dmc, but more esaier more effective! nyra nyra sohu.com
Sep 28 2003
I have modified my makefile for most beta version zlib see attachment! to install simply unzip it to zlib-1.2.0.7 folder and excute: smake -f win32\makfile.dmc that's it! enjoy it! You can get the original beta release at: http://www.alumni.caltech.edu/~madler/zlib-1.2.0.7.tar.gz The released version of zlib will be 1.2.1, and maybe(most possibly) including my patch by official author!
Oct 04 2003









"Walter" <walter digitalmars.com> 