From 5674fe188fa3ccf7d7a879f598e9ff9cb2588edb Mon Sep 17 00:00:00 2001 From: OBattler Date: Tue, 16 Nov 2021 00:02:05 +0100 Subject: [PATCH] VECT486VL vestiges. --- src/win/Makefile.mingw | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/win/Makefile.mingw b/src/win/Makefile.mingw index eee3e63a4..1dc7426f0 100644 --- a/src/win/Makefile.mingw +++ b/src/win/Makefile.mingw @@ -72,9 +72,6 @@ ifeq ($(DEV_BUILD), y) ifndef XL24 XL24 := y endif - ifndef VECT486VL - VECT486VL := y - endif ifndef OLIVETTI OLIVETTI := y endif @@ -127,9 +124,6 @@ else ifndef XL24 XL24 := n endif - ifndef VECT486VL - VECT486VL := n - endif ifndef OLIVETTI OLIVETTI := n endif