aboutsummaryrefslogtreecommitdiff
path: root/Makefile.mingw
diff options
context:
space:
mode:
authorTravis Howell2004-02-29 07:11:42 +0000
committerTravis Howell2004-02-29 07:11:42 +0000
commit07158481fd1f1730cfb5b9617be1ee5652f5a80a (patch)
treeb89b66e16629bc8097dbc2d131caeab22ff68c09 /Makefile.mingw
parent5153499a0eec852810197655c3dc789673b661bf (diff)
downloadscummvm-rg350-07158481fd1f1730cfb5b9617be1ee5652f5a80a.tar.gz
scummvm-rg350-07158481fd1f1730cfb5b9617be1ee5652f5a80a.tar.bz2
scummvm-rg350-07158481fd1f1730cfb5b9617be1ee5652f5a80a.zip
Update
svn-id: r13095
Diffstat (limited to 'Makefile.mingw')
-rw-r--r--Makefile.mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.mingw b/Makefile.mingw
index 3fff8bcac2..28d2fe329a 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -33,7 +33,7 @@ DEFINES +=
LDFLAGS :=
INCLUDES:= -I$(srcdir) -I$(srcdir)/common $(SDL_CFLAGS)
LIBS += $(SDL_LIBS) -lmingw32 -lwinmm
-OBJS := scummvmico.o backends/sdl/sdl-common.o backends/sdl/sdl.o
+OBJS := scummvmico.o backends/sdl/events.o backends/sdl/graphics.o backends/sdl/sdl.o
EXEEXT :=.exe
#######################################################################