diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-31 16:23:25 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-31 16:23:25 +0000 |
commit | 26f23ed3d1ef944c06fa87bf6b49ce8eb679c277 (patch) | |
tree | 450a70cc4dfdfee92b692467c59f6f27fb517408 /odk/util | |
parent | 3181c8d239f198e407e319fba8b8796b767c8a4b (diff) |
INTEGRATION: CWS sdksample (1.42.10); FILE MERGED
2005/01/27 08:22:42 jsc 1.42.10.1: #i29308# include registry header
Diffstat (limited to 'odk/util')
-rw-r--r-- | odk/util/makefile.pmk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/odk/util/makefile.pmk b/odk/util/makefile.pmk index 6038214f9d09..05c6ef30bbcb 100644 --- a/odk/util/makefile.pmk +++ b/odk/util/makefile.pmk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.42 $ +# $Revision: 1.43 $ # -# last change: $Author: rt $ $Date: 2004-08-23 13:18:44 $ +# last change: $Author: rt $ $Date: 2005-01-31 17:23:25 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -207,6 +207,7 @@ INCLUDETOPDIRLIST= \ $(INCOUT)$/cppu \ $(INCOUT)$/cppuhelper \ $(INCOUT)$/bridges \ + $(INCOUT)$/registry \ $(INCOUT)$/stl .IF "$(GUI)"=="WNT" |