Only in bzip2/1.0.5/bzip2-1.0.5/: blocksort.o Only in bzip2/1.0.5/bzip2-1.0.5/: bzip2.def Only in bzip2/1.0.5/bzip2-1.0.5/: bzip2.dll Only in bzip2/1.0.5/bzip2-1.0.5/: bzip2.exe Only in bzip2/1.0.5/bzip2-1.0.5/: bzip2.exe.manifest Only in bzip2/1.0.5/bzip2-1.0.5/: bzip2.o Only in bzip2/1.0.5/bzip2-1.0.5/: bzip2recover.exe Only in bzip2/1.0.5/bzip2-1.0.5/: bzip2recover.o Only in bzip2/1.0.5/bzip2-1.0.5/: bzip2recover-res.o Only in bzip2/1.0.5/bzip2-1.0.5/: bzip2-res.o Only in bzip2/1.0.5/bzip2-1.0.5/: bzip-dllversion.o diff -ru src/bzip2/1.0.5/bzip2-1.0.5/bzlib.h bzip2/1.0.5/bzip2-1.0.5/bzlib.h --- src/bzip2/1.0.5/bzip2-1.0.5/bzlib.h 2008-03-20 19:05:47.000000000 +0000 +++ bzip2/1.0.5/bzip2-1.0.5/bzlib.h 2009-01-22 13:24:03.000000000 +0000 @@ -125,7 +125,7 @@ # define BZIP2_DLL_IMPEXP #endif -#define BZ_API(func) func +#define BZ_API(func) __stdcall func #define BZ_EXTERN BZIP2_DLL_IMPEXP Only in bzip2/1.0.5/bzip2-1.0.5/: bzlib.o Only in bzip2/1.0.5/bzip2-1.0.5/: compress.o Only in bzip2/1.0.5/bzip2-1.0.5/: crctable.o Only in bzip2/1.0.5/bzip2-1.0.5/: decompress.o Only in bzip2/1.0.5/bzip2-1.0.5/: f Only in bzip2/1.0.5/bzip2-1.0.5/: huffman.o Only in bzip2/1.0.5/bzip2-1.0.5/: libbz2.a Only in bzip2/1.0.5/bzip2-1.0.5/: libbz2.dll.a Only in bzip2/1.0.5/bzip2-1.0.5/: libbz2.so.1.0.4 diff -ru src/bzip2/1.0.5/bzip2-1.0.5/Makefile bzip2/1.0.5/bzip2-1.0.5/Makefile --- src/bzip2/1.0.5/bzip2-1.0.5/Makefile 2008-03-20 19:05:47.000000000 +0000 +++ bzip2/1.0.5/bzip2-1.0.5/Makefile 2009-01-27 17:13:16.000000000 +0000 @@ -79,7 +79,14 @@ bzip2$(DLL_EXT): $(DLLOBJS) -rm -f bzip2.def - o2dll -o $@ -l libbz2 $(DLLOBJS) -version-info 0:0:0 + #o2dll -o $@ -l libbz2 $(DLLOBJS) -version-info 0:0:0 + gcc -shared -Wl,--enable-auto-image-base \ + -o bzip2$(DLL_EXT) $(DLLOBJS) + echo EXPORTS > bzip2.def + nm bzip2$(DLL_EXT) | grep ' T _' | sed 's/.* T _//g' | grep "^BZ2" >> bzip2.def + dlltool --def bzip2.def --dllname bzip2$(DLL_EXT) --output-lib libbz2.dll.a + + check: test test: bzip2 Only in bzip2/1.0.5/bzip2-1.0.5/: manifest Only in bzip2/1.0.5/bzip2-1.0.5/: randtable.o Only in bzip2/1.0.5/bzip2-1.0.5/: sample1.rb2 Only in bzip2/1.0.5/bzip2-1.0.5/: sample1.tst Only in bzip2/1.0.5/bzip2-1.0.5/: sample2.rb2 Only in bzip2/1.0.5/bzip2-1.0.5/: sample2.tst Only in bzip2/1.0.5/bzip2-1.0.5/: sample3.rb2 Only in bzip2/1.0.5/bzip2-1.0.5/: sample3.tst Only in bzip2/1.0.5/bzip2-1.0.5/: tags Only in bzip2/1.0.5/bzip2-1.0.5/: tst