At file:///home/psergey/bzr-new/maria-5.1-build1/ ------------------------------------------------------------ revno: 2782 revision-id: [email protected] parent: [email protected] committer: Sergey Petrunya <[email protected]> branch nick: maria-5.1-build1 timestamp: Mon 2009-10-12 00:25:08 +0400 message: Make devenv print the build log to stdout (otherwise buildbot times out while waiting for output): attempt 2 === modified file 'win/make_mariadb_win_dist' --- a/win/make_mariadb_win_dist 2009-10-11 19:27:24 +0000 +++ b/win/make_mariadb_win_dist 2009-10-11 20:25:08 +0000 @@ -19,8 +19,8 @@ cmake -G "Visual Studio 9 2008" -devenv MySQL.sln /build RelWithDebInfo /out con -devenv MySQL.sln /build Debug /out con +devenv.com MySQL.sln /build RelWithDebInfo +devenv.com MySQL.sln /build Debug # TODO extract version number VER=`cat configure.in |
_______________________________________________ Mailing list: https://launchpad.net/~maria-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~maria-developers More help : https://help.launchpad.net/ListHelp

