Windows: Add support for MSLSA: cache type using a plug-in

This commit is contained in:
Asanka Herath
2010-08-26 16:10:32 -04:00
committed by Asanka C. Herath
parent d6cf7e78e9
commit 9db9b146fb
5 changed files with 107 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ while(<>) {
if ("$(HAVE_KCM)") { print "#define HAVE_KCM 1\n"; }
if ("$(HAVE_SCC)") { print "#define HAVE_SCC 1\n"; }
if ("$(DIR_hdbdir)") { print "#define HDB_DB_DIR \"".'$(DIR_hdbdir)'."\"\n"; }
if ("$(HAVE_MSLSA_CACHE)") { print "#define HAVE_MSLSA_CACHE 1\n"; }
} elsif (m/\@VERSION_OPTDEFS\@/) {