From 6c5723b5592c6c53de2fd597f50ce2c7e3e9c903 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 30 Apr 2002 15:08:59 +0000 Subject: [PATCH] Fix cross compile svn-id: r4146 --- Makefile.mingw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.mingw b/Makefile.mingw index 42a4de1962e..b596074fef1 100644 --- a/Makefile.mingw +++ b/Makefile.mingw @@ -19,11 +19,11 @@ EXEEXT :=.exe OBJS = sdl.o scummvmico.o +include Makefile.common + scummvmico.o: scummvm.ico windres scummvm.rc scummvmico.o -include Makefile.common - # Some additional targets install: scummvm$(EXEEXT)