diff options
Diffstat (limited to 'setup.com')
-rw-r--r-- | setup.com | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/setup.com b/setup.com new file mode 100644 index 0000000..9e3c39d --- /dev/null +++ b/setup.com @@ -0,0 +1,13 @@ +$! setup files for openVMS/AXP +$! +$ copy [.bfd.hosts]alphavms.h [.bfd]sysdep.h +$ copy [.bfd.hosts]alphavms.h [.opcodes]sysdep.h +$ copy [.bfd]bfd.h-vms [.bfd]bfd.h +$ copy [.libiberty]alloca-norm.h [.libiberty]alloca-conf.h +$ copy [.binutils]config.h-vms [.binutils]config.h +$ define aout [-.INCLUDE.AOUT] +$ define coff [-.INCLUDE.COFF] +$ define elf [-.INCLUDE.ELF] +$ define mpw [-.INCLUDE.MPW] +$ define nlm [-.INCLUDE.NLM] +$ define opcode [-.INCLUDE.OPCODE] |