From 14123d8051df5cbae0331c28f63a8ec3ef9a3852 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 17 Apr 2005 01:53:15 +0000 Subject: Development checking --- make.conf | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'make.conf') 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 -- cgit v1.2.3