Home | History | Annotate | Download | only in Scripts

Lines Matching refs:Build

32 # Build script wrapper for the WebKit Open Source Project.
346 Usage: $programName [options] [options to pass to build system]
348 --clean Cleanup the build directory
353 --chromium Build the Chromium port on Mac/Win/Linux
354 --efl Build the EFL port
355 --gtk Build the GTK+ port
356 --qt Build the Qt port
357 --wincairo Build using Cairo (rather than CoreGraphics) on Windows
358 --wince Build the WinCE port
360 --inspector-frontend Copy changes to the inspector front-end files to the build directory
365 -2 build WebKit2 (Qt only)
369 build WebKit2)
388 # Build usage text and options list from features
419 print "0 byte sized file removed from build directory: $file\n";
556 # Chromium doesn't build by project directories.
563 # By default we build using all of the available CPUs.
572 # Build, and abort if the build fails.
600 # Various build* calls above may change the CWD.
606 # Visual Studio Express is so lame it can't stdout build failures.
611 print "\n\n===== BUILD FAILED ======\n\n";
614 print "You can view build errors by checking the BuildLog.htm files located at:\n$baseProductDir/obj/<project>/<config>.\n";
647 print "\nCan't find required $jniHeader, build will fail.\n\n";
648 print "After installing \"Java for Mac OS X 10.6 Update 3\", the Java Developer Package is required to build WebKit.\n";