diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-09 07:53:52 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-09 07:53:52 +0000 |
commit | d9071e33a1fa9f8ae1f50388e8a593ace8a0151b (patch) | |
tree | 547d141c45d3c835197393fdf13068062f87ce23 /forms/util | |
parent | 4883da64509a8b6ca42acaa1511db6b8cd758219 (diff) |
INTEGRATION: CWS ause076 (1.15.6); FILE MERGED
2007/02/28 11:00:58 hjs 1.15.6.1: #i74812# cleanup *LIB and more
Diffstat (limited to 'forms/util')
-rw-r--r-- | forms/util/makefile.mk | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/forms/util/makefile.mk b/forms/util/makefile.mk index b092c4451d45..4f175cb201d9 100644 --- a/forms/util/makefile.mk +++ b/forms/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: vg $ $Date: 2007-02-06 13:21:11 $ +# last change: $Author: obo $ $Date: 2007-03-09 08:53:52 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -42,8 +42,6 @@ USE_DEFFILE=TRUE .INCLUDE : settings.mk -LDUMP=ldump2.exe - # --- Library ----------------------------------- # --- frm --------------------------------------- LIB1TARGET=$(SLB)$/forms.lib @@ -64,8 +62,6 @@ SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) SHL1STDLIBS= \ $(SALLIB) \ - $(OSLLIB) \ - $(ONELIB) \ $(CPPULIB) \ $(CPPUHELPERLIB) \ $(TOOLSLIB) \ @@ -125,16 +121,12 @@ SHL1STDLIBS +=\ # --- Filter-Datei --- -.IF "$(depend)"=="" - $(MISC)$/$(SHL1TARGET).flt: makefile.mk @echo ------------------------------ - @echo CLEAR_THE_FILE > $@ - @echo __CT >>$@ + @echo __CT >$@ @echo createRegistryInfo >>$@ @echo queryInterface >>$@ @echo queryAggregation >>$@ @echo NavigationToolBar >>$@ @echo ONavigationBar >>$@ -.ENDIF |