Lines Matching full:project
1 This directory contains the V8 GYP files used to generate actual project files
8 the V8 project do the following:
34 To generate Xcode project files on Mac OS:
39 This will make an Xcode project for the ia32 architecture. To build and run do:
41 $ xcodebuild -project build/all.xcodeproj
43 $ xcodebuild -project build/all.xcodeproj -configuration Release
47 To generate Visual Studio solution and project files on Windows:
51 the same version as is used by the Chromium project. This can be checked out
52 from the Chromium repository. From the root of the V8 project do the following:
57 is used by the Chromium project. This can also be checked out from the Chromium
58 repository. From the root of the V8 project do the following:
62 Now generate Visual Studio solution and project files for the ia32 architecture: