Rgb2Hires/Rgb2Hires_PC/scripts/copy_im_rl_dlls.bat

11 lines
577 B
Batchfile
Raw Normal View History

2021-02-02 00:35:49 +01:00
copy %MAGICK_HOME%\VisualMagick\bin\CORE_RL_magick_.dll %1
copy "%MAGICK_HOME%\VisualMagick\bin\CORE_RL_Magick++_.dll" %1
copy %MAGICK_HOME%\VisualMagick\bin\CORE_RL_png_.dll %1
copy %MAGICK_HOME%\VisualMagick\bin\CORE_RL_wand_.dll %1
copy %MAGICK_HOME%\VisualMagick\bin\IM_MOD_RL_bmp_.dll %1
copy %MAGICK_HOME%\VisualMagick\bin\IM_MOD_RL_jpeg_.dll %1
copy %MAGICK_HOME%\VisualMagick\bin\IM_MOD_RL_png_.dll %1
copy %MAGICK_HOME%\VisualMagick\bin\IM_MOD_RL_tiff_.dll %1
copy %MAGICK_HOME%\VisualMagick\bin\IM_MOD_RL_webp_.dll %1
2021-02-09 22:16:35 +01:00
copy "%SDL2_HOME%\lib\x64\SDL2.dll" %1