more vms file access

The fix for #H1409 a couple of days ago included updates for
sys/vms/Makefile.* but not vmsbuild.com.  I thought the latter didn't
need any, but was mistaken; vmsfiles.c needs to be compiled early in
order for vmsfiles.obj to be present in the object library when makedefs
gets linked.
This commit is contained in:
nethack.rankin
2007-10-31 00:04:32 +00:00
parent a675cc6ed7
commit 96247e7fd9

View File

@@ -227,7 +227,7 @@ $!
$! compile and link makedefs, then nethack, finally lev_comp & dgn_comp.
$!
$ milestone "<compiling...>"
$ c_list = "[-.sys.vms]vmsmisc,[]alloc,dlb,monst,objects"
$ c_list = "[-.sys.vms]vmsmisc,[-.sys.vms]vmsfiles,[]alloc,dlb,monst,objects"
$ if c_opt.eq.o_SPCL then c_list = c_list + ",decl,drawing"
$ gosub compile_list
$ if c_opt.eq.o_SPCL then goto special !"SPECIAL" requested, skip main build
@@ -247,7 +247,7 @@ $ milestone " (*.c)"
$ set default [-.src]
$! compile most of the source files:
$ c_list = "decl,version,[-.sys.vms]vmsmain,[-.sys.vms]vmsunix" -
+ ",[-.sys.vms]vmstty,[-.sys.vms]vmsmail,[-.sys.vms]vmsfiles" -
+ ",[-.sys.vms]vmstty,[-.sys.vms]vmsmail" -
+ ",[]random,[]tclib" !copied from [-.sys.share]
$ gosub compile_list
$ c_list = "[-.win.tty]getline,[-.win.tty]termcap" -