Makefile update (typo.)
This commit is contained in:
18
src/M
18
src/M
@@ -1,18 +0,0 @@
|
|||||||
/*
|
|
||||||
* 86Box A hypervisor and IBM PC system emulator that specializes in
|
|
||||||
* running old operating systems and software designed for IBM
|
|
||||||
* PC systems and compatibles from 1981 through fairly recent
|
|
||||||
* system designs based on the PCI bus.
|
|
||||||
*
|
|
||||||
* This file is part of the 86Box distribution.
|
|
||||||
*
|
|
||||||
* Handling of the emulated machines.
|
|
||||||
*
|
|
||||||
* Version: @(#)xxx.c 1.0.1 2017/06/21
|
|
||||||
*
|
|
||||||
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
|
|
||||||
* Miran Grca, <mgrca8@gmail.com>
|
|
||||||
* Fred N. van Kempen, <decwiz@yahoo.com>
|
|
||||||
* Copyright 2008-2017 Sarah Walker.
|
|
||||||
* Copyright 2016-2017 Miran Grca.
|
|
||||||
*/
|
|
||||||
@@ -8,7 +8,7 @@
|
|||||||
#
|
#
|
||||||
# Modified Makefile for Win32 (MinGW32) environment.
|
# Modified Makefile for Win32 (MinGW32) environment.
|
||||||
#
|
#
|
||||||
# Version: @(#)Makefile.mingw 1.0.35 2017/08/10
|
# Version: @(#)Makefile.mingw 1.0.36 2017/08/21
|
||||||
#
|
#
|
||||||
# Authors: Miran Grca, <mgrca8@gmail.com>
|
# Authors: Miran Grca, <mgrca8@gmail.com>
|
||||||
# Fred N. van Kempen, <decwiz@yahoo.com>
|
# Fred N. van Kempen, <decwiz@yahoo.com>
|
||||||
@@ -21,7 +21,7 @@ endif
|
|||||||
|
|
||||||
# Various compile-time options.
|
# Various compile-time options.
|
||||||
# -DROM_TRACE=0xcd800 traces ROM access from segment C800
|
# -DROM_TRACE=0xcd800 traces ROM access from segment C800
|
||||||
# -DIO_TACE=0x66 traces I/O on port 0x66
|
# -DIO_TRACE=0x66 traces I/O on port 0x66
|
||||||
STUFF =
|
STUFF =
|
||||||
|
|
||||||
# Add feature selections here.
|
# Add feature selections here.
|
||||||
|
|||||||
Reference in New Issue
Block a user