Source Compilation on Windows w/ VC6
Brought to you by:
soepy
Compiling the sources in either debug or release mode results in a linker error saying that _wildmat was not found. The issue occurs because the file wildmat.c is excluded from the debug and release builds. Would appreciate sources update to remove wildmat.c exclusion in release and debug builds -- that fixes the linker error.