Changes to allow XP to work again. See comment in Makefile.MinGW regarding -DANSI_CFG.

This commit is contained in:
waltje
2017-05-31 01:22:52 -04:00
parent 044e3ba8ea
commit 287323aa3a
2 changed files with 36 additions and 19 deletions

View File

@@ -8,7 +8,7 @@
#
# Modified Makefile for Win32 MinGW 32-bit environment.
#
# Version: @(#)Makefile.mingw 1.0.18 2017/05/28
# Version: @(#)Makefile.mingw 1.0.19 2017/05/30
#
# Authors: Kotori, <oubattler@gmail.com>
# Fred N. van Kempen, <decwiz@yahoo.com>
@@ -30,6 +30,7 @@ endif
# Add feature selections here.
# -DBUGGER adds the ISA BusBugger emulation.
# -DANSI_CFG forces the config file to ANSI encoding.
ifndef EXTRAS
EXTRAS =
endif