X-Git-Url: https://melusine.eu.org/syracuse/G/git/?p=pst-anamorphosis.git;a=blobdiff_plain;f=opt%2Fpsftopst;h=e4e38da1aefc685e902694ea1b1fe7c387fc1367;hp=7cd5f5145493234c76233132ca645262f37836fd;hb=ea9a1c93cb0a20b5e2b1bf48ecf855ef08e57a63;hpb=3d50dcaf4523ae589de4270650d4a7b95bacd96d diff --git a/opt/psftopst b/opt/psftopst index 7cd5f51..e4e38da 100755 --- a/opt/psftopst +++ b/opt/psftopst @@ -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";