Commit febb68f5 authored by Bo Thorsen's avatar Bo Thorsen

Add a -nobuild argument to the script. Useful for building the zip file...

Add a -nobuild argument to the script. Useful for building the zip file release with Express Edition which doesn't have the devenv command
parent fa18c9a8
......@@ -16,12 +16,14 @@ fi
set -x
win/configure-mariadb.sh
if [ "x_$1" != "x_-nobuild" ]; then
win/configure-mariadb.sh
cmake -G "Visual Studio 9 2008"
cmake -G "Visual Studio 9 2008"
devenv.com MySQL.sln /build RelWithDebInfo
devenv.com MySQL.sln /build Debug
devenv.com MySQL.sln /build RelWithDebInfo
devenv.com MySQL.sln /build Debug
fi
# TODO extract version number
VER=`cat configure.in |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment