diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:06:52 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:06:52 +0000 |
commit | e018038b92b6a73b18220d533603f8577c5dde3c (patch) | |
tree | e35228a95ae29de0107c804b1587770215696fa0 /tools | |
parent | 953087f46125e1f7f8ef2f68ef634dd6face5708 (diff) |
INTEGRATION: CWS vgbugs07 (1.15.90); FILE MERGED
2007/06/04 13:32:23 vg 1.15.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools')
-rw-r--r-- | tools/bootstrp/mkcreate.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/bootstrp/mkcreate.cxx b/tools/bootstrp/mkcreate.cxx index ff779dda99bd..e0591d723ec3 100644 --- a/tools/bootstrp/mkcreate.cxx +++ b/tools/bootstrp/mkcreate.cxx @@ -4,9 +4,9 @@ * * $RCSfile: mkcreate.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:48:57 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:06:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -43,8 +43,8 @@ #include "bootstrp/mkcreate.hxx" #include "bootstrp/inimgr.hxx" #include "bootstrp/appdef.hxx" -#include "geninfo.hxx" -#include "iparser.hxx" +#include <tools/geninfo.hxx> +#include <tools/iparser.hxx> #include "bootstrp/prj.hxx" char const *NoBuildProject[] = { @@ -691,9 +691,9 @@ BOOL SourceDirectory::CreateRecursiveMakefile( BOOL bAllChilds ) "#\n" "# $RCSfile: mkcreate.cxx,v $\n" "#\n" - "# $Revision: 1.15 $\n" + "# $Revision: 1.16 $\n" "#\n" - "# last change: $Author: obo $ $Date: 2006-09-17 00:48:57 $\n" + "# last change: $Author: hr $ $Date: 2007-06-27 22:06:52 $\n" "#\n" "# The Contents of this file are made available subject to\n" "# the terms of GNU Lesser General Public License Version 2.1.\n" |