Open main menu

Difference between revisions of "HOWTO-Release"

523 bytes removed ,  12:51, 23 November 2011
→‎Preparing the source: -- new way for generating project files
(→‎Preparing the source: -- new way for generating project files)
Line 57: Line 57:
** dists/redhat/scummvm.spec
** dists/redhat/scummvm.spec
* Create MSVC project files in the release branch (for example branch-1-4-0, where the tarballs are created from)
* Create MSVC project files in the release branch (for example branch-1-4-0, where the tarballs are created from)
** First of all you need to build the create_project tool by using "make devtools"
** make ideprojects
** Run create_project with "../.. --msvc-version 8" from dists/msvc8
** git commit -m "DISTS: Generated Code::Blocks and MSVC project files"
** Add all the resulting files in dists/msvc8 via "git add *.vcproj *.sln *.vsprops"
** Run create_project with "../.. --msvc-version 9" from dists/msvc9
** Add all the resulting files in dists/msvc9 via "git add *.vcproj *.sln *.vsprops"
** Run create_project with "../.. --msvc-version 10" from dists/msvc10
** Add all the resulting files in dists/msvc10 via "git add *.sln *.vcxproj *.vcxproj.filters *.props"
** git commit -m "DISTS: Add MSVC project files."
** And last but not least don't forget to push the results to our github repo via "git push"
** And last but not least don't forget to push the results to our github repo via "git push"
* Make source tarballs, post them in the SF.net FRS.
* Make source tarballs, post them in the SF.net FRS.