mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
733f865f54
Fix bug in isamlog Add argument types to function declarations.
11 lines
353 B
Batchfile
11 lines
353 B
Batchfile
|
|
mkdir ..\bin
|
|
mkdir ..\bin\test
|
|
mkdir ..\lib
|
|
mkdir ..\obj
|
|
mkdir ..\obj\zlib
|
|
|
|
vacbld MySQL-Lib.icc -showprogress=10 -showwarning >> build-all.log
|
|
vacbld MySQL-Client.icc -showprogress=10 -showwarning >> build-all.log
|
|
vacbld MySQL-Sql.icc -showprogress=10 -showwarning >> build-all.log
|
|
vacbld MySQL-Util.icc -showprogress=10 -showwarning >> build-all.log
|