diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-06-21 18:08:08 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-06-21 18:08:08 +0000 |
commit | 395ed53e399f7c01c8e5d9f4d0f87d1eb17dcde0 (patch) | |
tree | 2dc2646fc7851ac23e76011d821291c1e5c103b9 /automation/source/testtool | |
parent | 9fa164e3f72a040307dbebf1c33b394f3b693085 (diff) |
INTEGRATION: CWS bserver01 (1.3.48); FILE MERGED
2005/06/21 16:06:23 kz 1.3.48.1: #122892# move communi to automation
Diffstat (limited to 'automation/source/testtool')
-rw-r--r-- | automation/source/testtool/makefile.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/automation/source/testtool/makefile.mk b/automation/source/testtool/makefile.mk index 392c2f2ab09d..a0dfc5a9ed9a 100644 --- a/automation/source/testtool/makefile.mk +++ b/automation/source/testtool/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2004-06-17 11:40:53 $ +# last change: $Author: rt $ $Date: 2005-06-21 19:08:08 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -75,7 +75,9 @@ OBJFILES = \ $(OBJ)$/cmdstrm.obj \ $(OBJ)$/cretstrm.obj \ $(OBJ)$/objtest.obj \ - $(OBJ)$/tcommuni.obj + $(OBJ)$/tcommuni.obj \ + $(OBJ)$/comm_bas.obj \ + EXCEPTIONSFILES= \ $(OBJ)$/cmdstrm.obj \ |