home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 2001 June
/
VPR0106A.BIN
/
OLS
/
BZ2L003
/
bz2l003.lzh
/
COMPILE.TXT
< prev
next >
Wrap
Text File
|
1998-06-02
|
547b
|
22 lines
######################################################
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.