diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-01 10:57:20 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-01 10:57:20 +0000 |
commit | 4dd0419c031c04709a6397f8d56c95d7a392f926 (patch) | |
tree | f3dce875a112c484e41a7f885ca2aea57476e7a1 /codemaker/source | |
parent | 384c10f61a838d49a6978aa3c6436cadca7e4a6c (diff) |
INTEGRATION: CWS sdkcodemaker (1.3.32); FILE MERGED
2005/02/09 09:50:31 jsc 1.3.32.1: #i32372# insert codemaker.cxx
Diffstat (limited to 'codemaker/source')
-rw-r--r-- | codemaker/source/codemaker/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/codemaker/source/codemaker/makefile.mk b/codemaker/source/codemaker/makefile.mk index 96ceef43d66b..71dc6a2d32c2 100644 --- a/codemaker/source/codemaker/makefile.mk +++ b/codemaker/source/codemaker/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: obo $ $Date: 2004-06-04 03:10:53 $ +# last change: $Author: kz $ $Date: 2005-03-01 11:57:20 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -73,6 +73,7 @@ OBJFILES = \ $(OBJ)$/global.obj \ $(OBJ)$/options.obj \ $(OBJ)$/typemanager.obj \ - $(OBJ)$/unotype.obj + $(OBJ)$/unotype.obj \ + $(OBJ)$/codemaker.obj .INCLUDE: target.mk |