summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-06-11 11:12:51 +0000
committerKurt Zenker <kz@openoffice.org>2004-06-11 11:12:51 +0000
commitf6c8001d2e949c00216ba4746c651eaba7d39b11 (patch)
tree39bed77f50d708bd0aa8a8155f5bcb9e966d6191 /desktop
parent9661014bc6b7412bc2ee26141fb2cf7064568e2c (diff)
INTEGRATION: CWS unopkg2 (1.2.4); FILE MERGED
2004/05/26 12:38:22 dbo 1.2.4.2: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/11 15:14:16 dbo 1.2.4.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/registry/makefile.mk10
1 files changed, 7 insertions, 3 deletions
diff --git a/desktop/source/deployment/registry/makefile.mk b/desktop/source/deployment/registry/makefile.mk
index 610dfb1c91..4ada017504 100644
--- a/desktop/source/deployment/registry/makefile.mk
+++ b/desktop/source/deployment/registry/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: hr $ $Date: 2004-04-13 12:08:21 $
+# last change: $Author: kz $ $Date: 2004-06-11 12:12:51 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -68,10 +68,14 @@ ENABLE_EXCEPTIONS = TRUE
.INCLUDE : settings.mk
+SRS1NAME = $(TARGET)
+SRC1FILES = \
+ dp_registry.src
+
INCPRE += inc
SLOFILES = \
- $(SLO)$/dp_backend.obj \
+ $(SLO)$/dp_backend.obj \
$(SLO)$/dp_registry.obj
.INCLUDE : ..$/target.pmk