script2.stx
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 14 Jan 2020 22:47:55 +0000
branchjv
changeset 1625 2425cb5d073e
parent 1474 5da7d89d0cae
child 1498 71eac66f2d96
permissions -rwxr-xr-x
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:
1348
3017bd51f88e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
#!stx --script
3017bd51f88e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
"/
3017bd51f88e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
"/ notice that you can open more tools from the workspace
3017bd51f88e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
"/ (i.e. eval: NewLauncher open)
3017bd51f88e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
"/
1393
4d8585c39345 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1348
diff changeset
     6
Workspace open.
4d8585c39345 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1348
diff changeset
     7
'done' printCR.