install \ |
install.mak
|
unpacks all files for hush (api, mshush, examples, sim) and calls
install procedure to put the right files into a hush directory
|
|
|
| |
install \ |
install.inf
|
defines the location of the installation files, the target drive
for installation and the location of several tools
|
| |
mshush \ |
install.mak
|
takes care of the installation of the include files and libraries from
several sources into the hush directory
|
|
|
| |
mshush \ |
general.mak
|
defines all the flags and procedures to build any hush program
for MS-Windows or MS-DOS
|
| |
mshush \ |
resource.mak
|
defines the locations of the tools and hush
|
| |
mshush \ | mswinsrc \ |
hushlib.mak
|
builds the mshush library
|
|
|
| |
mshush \ | mswinsrc \ |
resource.mak
|
refers to mshush\resource.mak and mshush\general.mak
|
|
|
| |
mshush \ | mswinsrc \ |
hush.mk
|
defines which object files should be included in the library
(general hush section)
|
| |
mshush \ | mswinsrc \ |
widgets.mk
|
defines which object files should be included in the library
(widgets section)
|
| |
mshush \ | mswinsrc \ |
src.mk
|
defines which object files should be included in the library
(tools section)
|
| |
mshush \ | mswinsrc \ |
mswin.mk
|
defines which object files should be included in the library
(MS-Windows section)
|
| |
mshush \ | sim \ |
sim.mak
|
builds and installs the Simulation library
|
|
|
| |
mshush \ | sim \ |
simgui.mak
|
builds and installs the GUI version of the Simulation library
|
|
|
| |
mshush \ | sim \ |
simascii.mak
|
builds and installs the ASCII version of the Simulation library
|
|
|
| |
mshush \ | sim \ |
resource.mak
|
refers to mshush\resource.mak and mshush\general.mak and defines the
source and target directory
|
|
|
| |
mshush \ | examples \ |
examples.mak
|
installs the examples files and their makefiles in \hush\examples
|
|
|
| |
mshush \ | examples \ |
resource.mak
|
refers to mshush\resource.mak and mshush\general.mak and defines the
source and target directory
|
|
|