At file:///home/psergey/bzr-new/maria-5.1-build1/ ------------------------------------------------------------ revno: 2781 revision-id: [email protected] parent: [email protected] committer: Sergey Petrunya <[email protected]> branch nick: maria-5.1-build1 timestamp: Sun 2009-10-11 23:27:24 +0400 message: Make devenv print the build log to stdout (otherwise buildbot times out while waiting for output) === modified file 'win/make_mariadb_win_dist' --- a/win/make_mariadb_win_dist 2009-10-11 10:21:49 +0000 +++ b/win/make_mariadb_win_dist 2009-10-11 19:27:24 +0000 @@ -19,8 +19,8 @@ cmake -G "Visual Studio 9 2008" -devenv MySQL.sln /build RelWithDebInfo -devenv MySQL.sln /build Debug +devenv MySQL.sln /build RelWithDebInfo /out con +devenv MySQL.sln /build Debug /out con # 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

