In PerlMagick/Makefile.nt there is the line,
Code: Select all
'LIBS' => ['-L..\VisualMagick\lib -L..\VisualMagick\bin -lCORE_RL_magick_.lib'],
Code: Select all
'LIBS' => ['-L..\VisualMagick\lib -L..\VisualMagick\bin -lCORE_DB_magick_.lib -lCORE_RL_magick_.lib'],
Note (probably harmless): No library found for -lCORE_RL_magick_.lib
There is probably a more elegant solution, but in any case, can something like this be added?