Exclude Compress/Raw/Bzip2 from ALL_STATIC extensions for MinGW for now
authorSteve Hay <steve.m.hay@googlemail.com>
Thu, 6 Jun 2013 22:43:33 +0000 (23:43 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Thu, 6 Jun 2013 22:43:33 +0000 (23:43 +0100)
commita6c3746408c2badd5e2cc1a5be0adae06317533c
treefbb787c6f407594625bddb476c66111f602660f9
parentaafd2430436dddf90c1453e446b7e8b7a773ffad
Exclude Compress/Raw/Bzip2 from ALL_STATIC extensions for MinGW for now

The ALL_STATIC=define build succeeds with VC++, but with MinGW it gives an
error about _BZ2_compressBlock (referenced from bzlib.o) being undefined.
I do not know why, so just exclude this extension from the list for now,
and add a note about it.
win32/makefile.mk