summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/view/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/view/makefile.mk')
-rwxr-xr-x[-rw-r--r--]sd/source/ui/slidesorter/view/makefile.mk32
1 files changed, 20 insertions, 12 deletions
diff --git a/sd/source/ui/slidesorter/view/makefile.mk b/sd/source/ui/slidesorter/view/makefile.mk
index 388139b1cee9..3c5fc39c3ede 100644..100755
--- a/sd/source/ui/slidesorter/view/makefile.mk
+++ b/sd/source/ui/slidesorter/view/makefile.mk
@@ -35,6 +35,8 @@ ENABLE_EXCEPTIONS=TRUE
AUTOSEG=true
PRJINC=..$/..
+IMGLST_SRS=$(SRS)$/$(TARGET).srs
+
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
@@ -42,18 +44,24 @@ PRJINC=..$/..
# --- Files --------------------------------------------------------
-SLOFILES = \
- $(SLO)$/SlsFontProvider.obj \
- $(SLO)$/SlsPageObject.obj \
- $(SLO)$/SlsPageObjectViewContact.obj \
- $(SLO)$/SlsPageObjectViewObjectContact.obj \
- $(SLO)$/SlsLayouter.obj \
- $(SLO)$/SlideSorterView.obj \
- $(SLO)$/SlsViewCacheContext.obj \
- $(SLO)$/SlsViewOverlay.obj
-
-EXCEPTIONSFILES= \
- $(SLO)$/SlsPageObjectViewObjectContact.obj
+SRS1NAME=$(TARGET)
+SRC1FILES = \
+ SlsResource.src
+
+SLOFILES = \
+ $(SLO)$/SlideSorterView.obj \
+ $(SLO)$/SlsButtonBar.obj \
+ $(SLO)$/SlsFontProvider.obj \
+ $(SLO)$/SlsFramePainter.obj \
+ $(SLO)$/SlsInsertAnimator.obj \
+ $(SLO)$/SlsInsertionIndicatorOverlay.obj\
+ $(SLO)$/SlsLayeredDevice.obj \
+ $(SLO)$/SlsLayouter.obj \
+ $(SLO)$/SlsPageObjectLayouter.obj \
+ $(SLO)$/SlsPageObjectPainter.obj \
+ $(SLO)$/SlsTheme.obj \
+ $(SLO)$/SlsToolTip.obj \
+ $(SLO)$/SlsViewCacheContext.obj
# --- Tagets -------------------------------------------------------