view nt/installer/Wise/dirs.py @ 1263:bada4b0bce3a

[xemacs-hg @ 2003-02-06 14:37:51 by stephent] nits <87fzr1o4s3.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Thu, 06 Feb 2003 14:37:56 +0000
parents 74fd4e045ea6
children a268de273009
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"