1
0
mirror of https://github.com/simh/simh.git synced 2026-02-05 16:05:45 +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

View File

@@ -27,6 +27,8 @@
11-Jun-2013 MB First version
*/
#if defined(USE_SIM_VIDEO)
#include "sim_video.h"
t_bool vid_active = FALSE;
@@ -1685,3 +1687,5 @@ return SCPE_OK;
#endif
#endif /* USE_SIM_VIDEO */