1
0
mirror of https://github.com/simh/simh.git synced 2026-02-03 15:13:56 +00:00

SCP: Avoid building sim_video code when it isn't used by a simulator.

This results in smaller simulator binaries.
This commit is contained in:
Mark Pizzolato
2014-09-16 11:05:31 -07:00
parent bc3582c194
commit 1e0b83ca10
3 changed files with 12 additions and 0 deletions

2
scp.c
View File

@@ -221,7 +221,9 @@
#include "sim_tape.h"
#include "sim_ether.h"
#include "sim_serial.h"
#if defined (USE_SIM_VIDEO)
#include "sim_video.h"
#endif
#include "sim_sock.h"
#include <signal.h>
#include <ctype.h>