###################################################### compilation of BZ2LIB for WIN32DLL/UNIX ###################################################### *UNIX* 1. please change all source filename to small charactor. 2. please change RETURN code from CR-LF to CR. 3. make by follow command. cd bz2lib make -f makefile.unx 4. If you want to make sample program, make -f makefile.unx minibz2 *WIN95* 1. Execute Visual C++ Ver5.x 2. open BZ2LIB.DSP 3. build! 4. If you want to make sample program,please build minibz2.dsp.