Add ambuild 2.2 support

This commit is contained in:
maxime1907
2021-08-26 17:35:39 +02:00
parent ae3e25c547
commit 1548f94a0c
7 changed files with 424 additions and 127 deletions
@@ -0,0 +1,26 @@
#if defined _a2sqcache_included
#endinput
#endif
#define _a2sqcache_included
public Extension __ext_a2sqcache =
{
name = "a2sqcache",
file = "a2sqcache.ext",
#if defined AUTOLOAD_EXTENSIONS
autoload = 1,
#else
autoload = 0,
#endif
#if defined REQUIRE_EXTENSIONS
required = 1,
#else
required = 0,
#endif
};
#if !defined REQUIRE_EXTENSIONS
public __ext_a2sqcache_SetNTVOptional()
{
}
#endif