maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #03122
Re: Windows zip file
Bo Thorsen <bo@xxxxxxxxxxxx> writes:
> At one of the first runs I did, I modified the script to do this:
>
> if [ "x_$1" != "x_-nobuild" ]; then
> win/configure-mariadb.sh
>
> cmake -G "Visual Studio 9 2008"
>
> devenv.com MySQL.sln /build RelWithDebInfo
> devenv.com MySQL.sln /build Debug
> fi
>
> The only modification here from the checked in script, is the if statement.
>
> When I run "sh win/make_mariadb_win_dist -nobuild", I just have to run
> the build lines manually before the script.
>
> Perhaps I should check this if into the lp:maria?
Feel free to do this.
- Kristian.
References