Home | History | Annotate | Download | only in Scripts

Lines Matching refs:WEBKITLIBRARIESDIR

1133         $variablesToSet{WEBKITLIBRARIESDIR} = windowsLibrariesDir() unless $ENV{WEBKITLIBRARIESDIR};
1139 $restartNeeded ||= $variable eq "WEBKITLIBRARIESDIR" || $variable eq "WEBKITOUTPUTDIR";
1146 if (!$ENV{'WEBKITLIBRARIESDIR'}) {
1147 print "Warning: You must set the 'WebKitLibrariesDir' environment variable\n";
1149 print " Make sure that 'WebKitLibrariesDir' points to the\n";
1202 unless ($ENV{WEBKITLIBRARIESDIR}) {
1203 $ENV{'WEBKITLIBRARIESDIR'} = File::Spec->catdir($sourceDir, "WebKitLibraries", "win");
1204 chomp($ENV{WEBKITLIBRARIESDIR} = `cygpath -wa $ENV{WEBKITLIBRARIESDIR}`) if isCygwin();
1209 print "WEBKITLIBRARIESDIR is set to: ", $ENV{"WEBKITLIBRARIESDIR"}, "\n";