diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-07-06 11:04:28 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-07-06 11:04:28 +0000 |
commit | 7888b2342e899be4c1d6b28030ea1c71c2f77581 (patch) | |
tree | 5384e2c7fb59cb664ccc6f7f64b5ea685aa41a13 /automation/source/server/makefile.mk | |
parent | 134265af674c90a90ddf9d9ff0ba9600d3823f4e (diff) |
INTEGRATION: CWS docking1 (1.1.104); FILE MERGED
2004/06/15 15:01:36 gh 1.1.104.1: #i29531#add support for string ids to acces UI elements. Needed for new ToolBoxes
Diffstat (limited to 'automation/source/server/makefile.mk')
-rw-r--r-- | automation/source/server/makefile.mk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/automation/source/server/makefile.mk b/automation/source/server/makefile.mk index e90ec469a..d6eb780a6 100644 --- a/automation/source/server/makefile.mk +++ b/automation/source/server/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: mh $ $Date: 2002-11-18 15:27:48 $ +# last change: $Author: obo $ $Date: 2004-07-06 12:04:28 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -81,12 +81,14 @@ SLOFILES = \ $(SLO)$/editwin.obj \ $(SLO)$/server.obj \ $(SLO)$/retstrm.obj \ - $(SLO)$/profiler.obj + $(SLO)$/profiler.obj \ + $(SLO)$/smartid.obj OBJFILES = \ $(OBJ)$/cmdbasestream.obj \ - $(OBJ)$/svcommstream.obj + $(OBJ)$/svcommstream.obj \ + $(OBJ)$/smartid.obj EXCEPTIONSFILES = \ $(SLO)$/server.obj \ |