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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user