X-Git-Url: https://melusine.eu.org/syracuse/G/git/?p=pst-anamorphosis.git;a=blobdiff_plain;f=opt%2Fepsnorm.pl;h=f9dd841120e917203c011c2ef55ab0a093c379a4;hp=f9f34b0fe796b35a7d4d05c4728f0cbd04b33e84;hb=ea9a1c93cb0a20b5e2b1bf48ecf855ef08e57a63;hpb=3d50dcaf4523ae589de4270650d4a7b95bacd96d diff --git a/opt/epsnorm.pl b/opt/epsnorm.pl index f9f34b0..f9dd841 100755 --- a/opt/epsnorm.pl +++ b/opt/epsnorm.pl @@ -9,7 +9,7 @@ use strict; # http://melusine.eu.org/syracuse/G/git/?p=pst-anamorphosis.git git # ============================================================================== -our $windows_pstoedit = ''; +our $windows_pstoedit = 'chemin vers pstoedit.exe'; our $on_windows = $^O =~ /^MSWin/; our $GS = $on_windows ? "gswin32c" : "gs";