diff options
author | Paul Gilbert | 2016-08-03 20:51:54 -0400 |
---|---|---|
committer | Paul Gilbert | 2016-08-03 20:51:54 -0400 |
commit | 9f316a5b37c2065c960dca88953c988d923d748f (patch) | |
tree | 82c21d255482b7c034a31beead3350b1f9c4b44b /graphics | |
parent | 191a9a0c641b4d565ecc295f4b8353c15d163248 (diff) | |
download | scummvm-rg350-9f316a5b37c2065c960dca88953c988d923d748f.tar.gz scummvm-rg350-9f316a5b37c2065c960dca88953c988d923d748f.tar.bz2 scummvm-rg350-9f316a5b37c2065c960dca88953c988d923d748f.zip |
GRAPHICS: Fix MSVC project generation
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/module.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/module.mk b/graphics/module.mk index f0f5af6c00..1c87e74ba7 100644 --- a/graphics/module.mk +++ b/graphics/module.mk @@ -15,7 +15,7 @@ MODULE_OBJS := \ macgui/macmenu.o \ macgui/macwindow.o \ macgui/macwindowborder.o \ - macgui/macwindowmanager.o\ + macgui/macwindowmanager.o \ managed_surface.o \ nine_patch.o \ pixelformat.o \ |