| | 1 | == Building OpenLibraries for release on Windows XP == |
| | 2 | |
| | 3 | * The local repositories are in c:\src : |
| | 4 | * openlibraries (CVS) |
| | 5 | |
| | 6 | * Update the repositories using tortoiseCVS/SVN update |
| | 7 | * Sync openlibraries to the tag point stable-0-4-1 |
| | 8 | |
| | 9 | * Building openlibraries |
| | 10 | * For each of open{plugin,image,asset,object,media,effects(optional)}_vc8.sln (in this order) in c:\src\openlibraries |
| | 11 | * open it with visual studio (e.g. dnd it on the visual studio icon) |
| | 12 | * set the solution configuration (in the toolbar, near 'win32') to 'Multi-threaded Release DLL' |
| | 13 | * rebuild everything with Ctrl+Alt+F7 |
| | 14 | * build again with F7 |
| | 15 | * check that the only things failing to compile are tests |
| | 16 | * if something else doesn't compile fix it or get someone else to fix it |
| | 17 | |
| | 18 | |
| | 19 | |