summaryrefslogtreecommitdiff
path: root/make.conf
diff options
context:
space:
mode:
Diffstat (limited to 'make.conf')
-rw-r--r--make.conf19
1 files changed, 17 insertions, 2 deletions
diff --git a/make.conf b/make.conf
index 28e6e68..5660f52 100644
--- a/make.conf
+++ b/make.conf
@@ -18,13 +18,28 @@
#
# -------------------------------------------------------------------------
#
-# $Id: make.conf,v 1.1 2005-04-15 00:53:56 ianc Exp $
+# $Id: make.conf,v 1.2 2005-04-17 01:53:15 ianc Exp $
#
-# 1. Set this to the location of your Milkshape SDK directory
+# Set this to the location of your Milkshape SDK directory
#
MILKSHAPE = E:/SDK/ms3dsdk174/msLib
+# Set to how you wish the plugins to store state information stored in
+# the registry (if applicable). Allowed values are:
+#
+# 0 - Don't store any state in the Registry.
+# 1 - Store value temporally (settings will be lost on log off).
+# 2 - Store value permanently.
+#
+# In the case of 1 or 2, then all state information is stored under the root
+# HKEY_CURRENT_USER/Software/Noddybox/MSPluginState/
+#
+# NOTE: If using Win9X then 1 has the same effect as 2.
+#
+REGISTRY_USAGE = 2
+
+
# END OF FILE