Index: build/web/kitcreator.vfs/index.rvt
==================================================================
--- build/web/kitcreator.vfs/index.rvt
+++ build/web/kitcreator.vfs/index.rvt
@@ -82,10 +82,17 @@
set build_options(threaded) 1
}
"option_kitdll" {
set build_options(kitdll) 1
}
+ "option_storage" {
+ switch -- $args($arg) {
+ "mk4" - "zip" - "cvfs" {
+ set build_options(storage) $args($arg)
+ }
+ }
+ }
}
}
set build_packages [lsort -dictionary $build_packages]
# Validate arguments
@@ -304,10 +311,21 @@
} ?>
Kit: Threaded
Kit: Build Library (KitDLL)
+