Fixed the makefile's header revision and date.

This commit is contained in:
OBattler
2018-03-07 20:17:04 +01:00
parent 16c722b32f
commit 574f633a62
2 changed files with 2 additions and 1 deletions

View File

@@ -16,6 +16,7 @@
#include "io.h" #include "io.h"
#include "mem.h" #include "mem.h"
#include "rom.h" #include "rom.h"
#ifdef USE_DYNAREC #ifdef USE_DYNAREC
# include "cpu/codegen.h" # include "cpu/codegen.h"
#else #else

View File

@@ -8,7 +8,7 @@
# #
# Makefile for Win32 (MinGW32) environment. # Makefile for Win32 (MinGW32) environment.
# #
# Version: @(#)Makefile.mingw 1.0.109 2018/03/06 # Version: @(#)Makefile.mingw 1.0.110 2018/03/07
# #
# 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>