rc.d/README
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 14 Jan 2020 22:47:55 +0000
branchjv
changeset 1625 2425cb5d073e
parent 1375 a11d38d6c14a
child 1580 5cf54ba972dd
permissions -rw-r--r--
Add support out-of-tree builds. This commit adds a support for out-of-tree builds, i.e, object files, executables and so on are writen to `$(OUTDIR)` (which defaults to `build/<BUILD_TARGET>` directory. This allows building Smalltalk/X from single source tree for multiple targets.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1247
92421cd53801 Initial commit
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     1
During Smalltalk/X IDE startup, all .rc files in this directory
92421cd53801 Initial commit
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     2
are filed-in (in lexicographic order). This directory is meant
1331
c1a5652c754e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1247
diff changeset
     3
to provide and easy and extensible way to add your own startup scripts.
1247
92421cd53801 Initial commit
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     4
1375
a11d38d6c14a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1331
diff changeset
     5
First two letters of a .rc file name should be digits
a11d38d6c14a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1331
diff changeset
     6
(defining the order).
1247
92421cd53801 Initial commit
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     7
92421cd53801 Initial commit
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     8
$Header$