1
0
mirror of https://github.com/open-simh/simh.git synced 2026-04-29 13:22:34 +00:00

CMAKE: Regenerate, PDP10 needs USES_AIO

- Periodic "python cmake/generate.py" to sync with makefile changes.

- Ensure that AIO_CCDEFS (makefile) and USES_AIO (CMake generate.py) are
  present for PDP-10 simulators. Otherwise, user gets a warning message
  when the simulator starts about network support and asynchronous I/O.
This commit is contained in:
B. Scott Michel
2024-06-20 09:23:05 -07:00
committed by Paul Koning
parent a011507fe9
commit 103d1dd554
5 changed files with 18 additions and 9 deletions

View File

@@ -566,12 +566,12 @@ add_simulator(vax8200
vax_sys.c
vax_syscm.c
vax_watch.c
vax_uw.c
vax820_stddev.c
vax820_bi.c
vax820_mem.c
vax820_uba.c
vax820_ka.c
vax_uw.c
vax820_syslist.c
${PDP11D}/pdp11_rl.c
${PDP11D}/pdp11_rq.c
@@ -615,12 +615,12 @@ add_simulator(vax8600
vax_mmu.c
vax_sys.c
vax_syscm.c
vax_uw.c
vax860_stddev.c
vax860_sbia.c
vax860_abus.c
vax780_uba.c
vax7x0_mba.c
vax_uw.c
vax860_syslist.c
${PDP11D}/pdp11_rl.c
${PDP11D}/pdp11_rq.c