Changes between Version 15 and Version 16 of BuildingCairoOnWindows
- Timestamp:
- Jan 19, 2011, 4:59:40 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingCairoOnWindows
v15 v16 8 8 In the ~/WebKit/Tools/Scripts folder, use 9 9 {{{ 10 ./build-webkit --wincairo 10 ./build-webkit --wincairo --release 11 11 }}} 12 to start the build. 12 to start the build. Don't forget to add --release (or --debug), otherwise the --wincairo switch will be ignored. 13 13 14 14