\install\install.inf
Installation resource definitions
This file tells the installer where to find what and where to put what.
INSTALLSOURCE=d:\install # source location for installation
# don't put a:\ if you mean the root of a:,
# just say a:
# you can say d:\install though, if that's
# where you install from
# reason: I have to be able to concatenate
# filenames to this, like
# $(INSTALLSOURCE)\install.mak
TARGETDRIVE=d: # target location for installation,
# just the drive
BORLANDTOOLS=c:\bc45 # location of compile tools and include files
TCLTK=c:\tcl # location of tcl/tk files
#DELETE_SOURCES=1 # uncomment this to delete the
# \mshush \api-2.0 \sim-2.0 and
# \exampl-2.0 directories afterwards,
# you cannot rebuild the libraries if
# you do so
# put a '#' in front of the line
# (make it a comment) to keep the sources