Plus the updated Makefile.mingw...

This commit is contained in:
waltje
2017-05-24 00:35:51 -04:00
parent 77430348fc
commit a6ae4da9ae

View File

@@ -8,7 +8,7 @@
#
# Modified Makefile for Win32 MinGW 32-bit environment.
#
# Version: @(#)Makefile.mingw 1.0.16 2017/05/22
# Version: @(#)Makefile.mingw 1.0.16 2017/05/23
#
# Authors: Kotori, <oubattler@gmail.com>
# Fred N. van Kempen, <decwiz@yahoo.com>
@@ -31,7 +31,7 @@ endif
# Add feature selections here.
# -DBUGGER adds the ISA BusBugger emulation.
ifndef EXTRAS
EXTRAS = lala
EXTRAS =
endif
# Do we want a debugging build?
@@ -215,7 +215,7 @@ LIBS = -mwindows -lcomctl32 -lwinmm -lopenal.dll -lopenal -lddraw \
# Build rules.
%.o: %.c
@echo $<
$(CC) $(CFLAGS) -c $<
@$(CC) $(CFLAGS) -c $<
%.o: %.cc
@echo $<