summaryrefslogtreecommitdiff
path: root/extensions/source/resource/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/resource/makefile.mk')
-rw-r--r--extensions/source/resource/makefile.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/extensions/source/resource/makefile.mk b/extensions/source/resource/makefile.mk
index adeec5fd0..4839ec0b7 100644
--- a/extensions/source/resource/makefile.mk
+++ b/extensions/source/resource/makefile.mk
@@ -39,9 +39,10 @@ ENABLE_EXCEPTIONS=TRUE
# --- Files --------------------------------------------------------
-SLOFILES= $(SLO)$/resource.obj \
- $(SLO)$/oooresourceloader.obj \
- $(SLO)$/res_services.obj
+SLOFILES= \
+ $(SLO)$/ResourceIndexAccess.obj \
+ $(SLO)$/oooresourceloader.obj \
+ $(SLO)$/resourceservices.obj
LIB1TARGET= $(SLB)$/$(TARGET).lib
LIB1OBJFILES= $(SLOFILES)
@@ -49,6 +50,7 @@ LIB1OBJFILES= $(SLOFILES)
SHL1TARGET= $(TARGET)$(DLLPOSTFIX)
SHL1STDLIBS= \
+ $(COMPHELPERLIB) \
$(CPPULIB) \
$(CPPUHELPERLIB) \
$(SALLIB) \