aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/module.mk
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-07-09 13:36:37 +0200
committerEinar Johan Trøan Sømåen2012-07-09 13:45:03 +0200
commitbd3b22b14b4251ea644cceba96334205f797e720 (patch)
tree2aade4c7bc7e5b6368b596bc85bbac115c177990 /engines/wintermute/module.mk
parent370c458efdf40d31d66eb61094f7475cdd32132c (diff)
downloadscummvm-rg350-bd3b22b14b4251ea644cceba96334205f797e720.tar.gz
scummvm-rg350-bd3b22b14b4251ea644cceba96334205f797e720.tar.bz2
scummvm-rg350-bd3b22b14b4251ea644cceba96334205f797e720.zip
WINTERMUTE: Move font & particle emitter-related code to it's own subfolder
Diffstat (limited to 'engines/wintermute/module.mk')
-rw-r--r--engines/wintermute/module.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/wintermute/module.mk b/engines/wintermute/module.mk
index 8dbdd94b0a..a185f08e13 100644
--- a/engines/wintermute/module.mk
+++ b/engines/wintermute/module.mk
@@ -43,6 +43,13 @@ MODULE_OBJS := \
Base/file/BFile.o \
Base/file/BSaveThumbFile.o \
Base/file/BPkgFile.o \
+ Base/font/BFontBitmap.o \
+ Base/font/BFontTT.o \
+ Base/font/BFont.o \
+ Base/font/BFontStorage.o \
+ Base/particles/PartParticle.o \
+ Base/particles/PartEmitter.o \
+ Base/particles/PartForce.o \
Base/BActiveRect.o \
Base/BBase.o \
Base/BDebugger.o \
@@ -51,10 +58,6 @@ MODULE_OBJS := \
Base/BFileEntry.o \
Base/BFileManager.o \
Base/BGame.o \
- Base/BFont.o \
- Base/BFontBitmap.o \
- Base/BFontStorage.o \
- Base/BFontTT.o \
Base/BFrame.o \
Base/BImage.o \
Base/BKeyboardState.o \
@@ -84,9 +87,6 @@ MODULE_OBJS := \
Base/BSurfaceStorage.o \
Base/BTransitionMgr.o \
Base/BViewport.o \
- Base/PartParticle.o \
- Base/PartEmitter.o \
- Base/PartForce.o \
detection.o \
graphics/transparentSurface.o \
graphics/tga.o \