view nt/installer/Wise/dirs.py @ 4111:ff446f61f88f

[xemacs-hg @ 2007-08-11 14:42:50 by michaels] 2007-08-09 Mike Sperber <mike@xemacs.org> * startup.el (migrate-user-init-file): Create backup of `user-init-file' before migrating. * startup.el (maybe-migrate-user-init-file): Print information about backup file. (maybe-create-compatibility-dot-emacs): Follow above change.
author michaels
date Sat, 11 Aug 2007 14:42:51 +0000
parents a268de273009
children
line wrap: on
line source

#Configuration variables

#where the source is:

source = r"X:\XEmacs-21"
#where the installed distribution is:
installed = r"C:\Program Files\XEmacs\xemacs-21.0-b62"

#where the (built and installed) packages are
packages = r"C:\Program Files\XEmacs\xemacs-packages"

#where the package source is
pkg_src = r"X:\xemacs-packages"

#Subdirs relative to the base installation directory
#Everything except packages goes here:
dst = "XEmacs-21.0-b62"
#packages go here:
pkg_dst = "xemacs-packages"