Home | History | Annotate | Download | only in Scripts

Lines Matching full:environment

506     # Use WEBKIT_SAFARI environment variable if present.
937 # Setting the environment variable 'CYGWIN' to 'tty' makes cygwin enable extra support (i.e., termios)
941 # Those environment variables must be set to be able to build inside Visual Studio.
946 print "Setting the Environment Variable '" . $variable . "' to '" . $variablesToSet{$variable} . "'\n\n";
947 system qw(regtool -s set), '\\HKEY_CURRENT_USER\\Environment\\' . $variable, $variablesToSet{$variable};
956 print "Warning: You must set the 'WebKitLibrariesDir' environment variable\n";
962 print "Warning: You must set the 'WebKitOutputDir' environment variable\n";
994 print "to setup the necessary environment variables.\n";
1042 print "Optionally, set the environment variable 'WebKitInspectorResourcesDir'\n";
1239 die "Failed to setup build environment using 'autotools'!\n";
1330 die "Failed to setup build environment using $qmakebin!\n";