view nt/installer/Wise/dirs.py @ 2624:8174a45f637c

[xemacs-hg @ 2005-03-01 00:21:18 by aidan] Were I not a total newbie at using Patcher, I would suspect a bug in it. The change described in 16931.35825.340535.36815@parhasard.net to xemacs-patches@ includes an update to lisp/select.el; the corresponding CVS commit, done, AFAIR, from Patcher, doesn't.
author aidan
date Tue, 01 Mar 2005 00:21:18 +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"