summaryrefslogtreecommitdiff
path: root/os2/MySQL-All.icc
blob: 1bd8a1dd89f032b5c9845078ad47e2c4e7168e90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

// create directories
for dir in "..\\bin", "..\\lib", "..\\obj", "..\\obj\\zlib", "..\\obj\\readline" {
   run "if not exist "dir" mkdir "dir
}

// build sequence
run "vacbld MySQL-Lib.icc -showprogress=10 -showwarning"
run "vacbld MySQL-Client.icc -showprogress=10 -showwarning"
run "vacbld MySQL-Sql.icc -showprogress=10 -showwarning"

// need only for utilities and test applications
run "vacbld MySQL-Util.icc -showprogress=10 -showwarning"