Searched refs:perl (Results 1 - 2 of 2) sorted by relevance

/inkscape/cxxtest/sample/msvc/
H A DFixFiles.bat4 perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
7 perl -x -S %0 %*
13 #!/usr/bin/perl -w
210 rem compile-command: "perl FixFiles.bat"
/inkscape/src/
H A Dmain.cpp551 gchar *perl = g_build_filename(exe, "python", NULL); local
566 new_path = g_strdup_printf("%s;%s;%s;%s;%s", exe, python, scripts, perl, path);
568 new_path = g_strdup_printf("%s;%s;%s;%s", exe, python, scripts, perl);
602 g_free(perl);

Completed in 1629 milliseconds