diff options
author | Jörg Barfurth <jb@openoffice.org> | 2001-11-02 11:18:25 +0000 |
---|---|---|
committer | Jörg Barfurth <jb@openoffice.org> | 2001-11-02 11:18:25 +0000 |
commit | 48dc74e146d87b88ce29595204ad955ecca6a83c (patch) | |
tree | 15af0c88e620e6e0a60809e4bf33816c46a8cc36 | |
parent | 9a70b007ddb0e4eaf6c94b29e526cf8694d281ff (diff) |
#91782# Removed dependency on unotools (was needed for bootstrapping)
-rw-r--r-- | configmgr/prj/build.lst | 2 | ||||
-rw-r--r-- | configmgr/util/makefile.mk | 9 |
2 files changed, 6 insertions, 5 deletions
diff --git a/configmgr/prj/build.lst b/configmgr/prj/build.lst index 68702640ec58..ae958cca490e 100644 --- a/configmgr/prj/build.lst +++ b/configmgr/prj/build.lst @@ -1,4 +1,4 @@ -cg configmgr : unotools comphelper cppuhelper vos drafts NULL +cg configmgr : comphelper cppuhelper vos drafts NULL cg configmgr usr1 - all cg_mkout NULL cg configmgr\source\cmdtools nmake - all cg_cmdtools NULL cg configmgr\source\cppugen nmake - all cg_cppugen NULL diff --git a/configmgr/util/makefile.mk b/configmgr/util/makefile.mk index cd3cd0617b01..e5a44ac1f18a 100644 --- a/configmgr/util/makefile.mk +++ b/configmgr/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: jb $ $Date: 2001-09-28 13:31:54 $ +# last change: $Author: jb $ $Date: 2001-11-02 12:18:25 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -87,9 +87,9 @@ SHL1STDLIBS=\ $(OSLLIB) \ $(SALHELPERLIB) \ $(SALLIB) \ - $(UNOTOOLSLIB) \ $(CPPRTLLIB) +# $(UNOTOOLSLIB) \ # $(ZLIB3RDLIB) \ SHL1DEPN= @@ -127,9 +127,10 @@ SHL2STDLIBS=\ $(OSLLIB) \ $(SALHELPERLIB) \ $(SALLIB) \ - $(UNOTOOLSLIB) \ $(CPPRTLLIB) +# $(UNOTOOLSLIB) \ + SHL2DEPN= SHL2IMPLIB= i$(SHL2TARGET) SHL2LIBS= $(SLB)$/registry.lib \ |