some recent changes have left dynclasses unbuildable on MSWin32 due to
an undefined external linker error.
the attached patch fixes that problem by adding
../src/parrot_config.obj to the list of linked libraries. the same
number of tests fail on win32--msvc-7.1--perl-5.8.6 as before the
patch was applied :)
~jerry
> some recent changes have left dynclasses unbuildable on MSWin32 due to
> an undefined external linker error.
Thanks, applied.
leo