~ubuntu-branches/ubuntu/raring/scummvm/raring

« back to all changes in this revision

Viewing changes to engines/hugo/module.mk

  • Committer: Bazaar Package Importer
  • Author(s): Moritz Muehlenhoff
  • Date: 2011-05-25 19:02:23 UTC
  • mto: (21.1.2 sid)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: james.westby@ubuntu.com-20110525190223-fiqm0oaec714xk31
Tags: upstream-1.3.0
ImportĀ upstreamĀ versionĀ 1.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
MODULE := engines/hugo
2
2
 
3
3
MODULE_OBJS := \
 
4
        console.o \
4
5
        detection.o \
 
6
        dialogs.o \
5
7
        display.o \
6
 
        engine.o \
7
8
        file.o \
 
9
        file_v1d.o \
 
10
        file_v2d.o \
 
11
        file_v3d.o \
 
12
        file_v1w.o \
 
13
        file_v2w.o \
8
14
        hugo.o \
9
15
        intro.o \
10
16
        inventory.o \
11
17
        mouse.o \
 
18
        object.o \
 
19
        object_v1d.o \
 
20
        object_v1w.o \
 
21
        object_v2d.o \
 
22
        object_v3d.o \
12
23
        parser.o \
 
24
        parser_v1w.o \
 
25
        parser_v1d.o \
 
26
        parser_v2d.o \
 
27
        parser_v3d.o \
13
28
        route.o \
14
29
        schedule.o \
15
30
        sound.o \
 
31
        text.o \
16
32
        util.o
17
33
 
18
34
# This module can be built as a plugin