mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-04 22:08:21 +00:00
307e87bf3e
- basename(argv[0]) is verified to be one of "compile", "cmpl", "assemble", or "asml", or an error is thrown. The latter two were not in the previous version at all. - Use the new GS/OS prefixes (>7)
12 lines
376 B
Plaintext
Executable File
12 lines
376 B
Plaintext
Executable File
# 0
|
|
# 1 The first column is the "real" program; the second is what _should_
|
|
# 2 be the symlink, but for now is a copy.
|
|
# 3 All paths should be relative to the root directory. This list
|
|
# 4 should be kept sorted.
|
|
# 5
|
|
# 6 $Id: mklink.data,v 1.1 1998/02/15 00:05:33 gdr-ftp Exp $
|
|
# 7
|
|
usr/bin/compile usr/bin/asml
|
|
usr/bin/compile usr/bin/assemble
|
|
usr/bin/compile usr/bin/cmpl
|