diff options
author | Sander Vesik <svesik@openoffice.org> | 2004-04-21 11:31:29 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2004-04-21 11:31:29 +0000 |
commit | dcae8e38380ad7fa36b7257d5a5ce35f21279f04 (patch) | |
tree | 22b036aea0d1d06c0ba3bb786dd56e5862cdf6b2 /salhelper | |
parent | c6863a8beaa7d910f14846666ebd79307f186ccd (diff) |
INTEGRATION: CWS loadenv01 (1.18.8); FILE MERGED
2004/03/29 10:54:51 as 1.18.8.1: #i24378# move condition class from comphelper to salhelper
Diffstat (limited to 'salhelper')
-rw-r--r-- | salhelper/source/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/salhelper/source/makefile.mk b/salhelper/source/makefile.mk index aa035a58c51c..cbf242dccd17 100644 --- a/salhelper/source/makefile.mk +++ b/salhelper/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.18 $ +# $Revision: 1.19 $ # -# last change: $Author: hr $ $Date: 2004-02-02 18:09:37 $ +# last change: $Author: svesik $ $Date: 2004-04-21 12:31:29 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -83,6 +83,7 @@ CFLAGS+= -GR # enable RTTI # --- Files -------------------------------------------------------- SLOFILES= \ + $(SLO)$/condition.obj \ $(SLO)$/dynload.obj \ $(SLO)$/simplereferenceobject.obj |