1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

Add support for Atomic instructions for Windows

Enables Google patch support on Windows
This commit is contained in:
Mikael Ronstrom
2009-03-06 19:25:38 +01:00
parent d2aab12760
commit d1d11d6baf
8 changed files with 112 additions and 2 deletions

View File

@@ -50,6 +50,7 @@ try
case "EMBED_MANIFESTS":
case "EXTRA_DEBUG":
case "WITH_EMBEDDED_SERVER":
case "WITHOUT_ATOMICS":
configfile.WriteLine("SET (" + args.Item(i) + " TRUE)");
break;
case "MYSQL_SERVER_SUFFIX":