summaryrefslogtreecommitdiff
path: root/tools/bootstrp
diff options
context:
space:
mode:
authorNils Fuhrmann <nf@openoffice.org>2001-03-22 15:28:39 +0000
committerNils Fuhrmann <nf@openoffice.org>2001-03-22 15:28:39 +0000
commite742b4fc9c6702215853069ac6035c53fe7441fa (patch)
tree29a111a0dcaabe62587a8dc3dedab1688b8d33ce /tools/bootstrp
parentea13f2319bb7396aa277c063dc1df696f7a74f68 (diff)
First step for new allmake (resolves problems when dependency tree is broken)
Diffstat (limited to 'tools/bootstrp')
-rw-r--r--tools/bootstrp/prj.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/tools/bootstrp/prj.cxx b/tools/bootstrp/prj.cxx
index a5a9e9e473e7..66f7a17eeb06 100644
--- a/tools/bootstrp/prj.cxx
+++ b/tools/bootstrp/prj.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: prj.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: nf $ $Date: 2001-03-01 17:44:49 $
+ * last change: $Author: nf $ $Date: 2001-03-22 16:28:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -100,6 +100,8 @@
#endif
#endif
+Link Star::aDBNotFoundHdl;
+
//
// class SimpleConfig
//
@@ -708,6 +710,9 @@ String Star::CreateFileName( String sProject )
aEntry += DirEntry( sPrjDir );
aEntry += DirEntry( sSolarFile );
+ if ( !aEntry.Exists() && aDBNotFoundHdl.IsSet())
+ aDBNotFoundHdl.Call( &sProject );
+
return aEntry.GetFull();
}