diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 10:21:14 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 10:21:14 +0000 |
commit | c30763ffc386699c0ae43cc8e78e3874fc6fa22c (patch) | |
tree | bea9e0836edeaa7cce12d6525329045b2bd7a555 /forms/util | |
parent | 873fbea0bafa5daba6960dd8d43048637328cc87 (diff) |
INTEGRATION: CWS frmcontrols02 (1.7.88); FILE MERGED
2004/02/02 07:48:20 fs 1.7.88.2: #i24409#
2004/01/23 18:00:37 fs 1.7.88.1: #i24414# #i24417# new directories
Diffstat (limited to 'forms/util')
-rw-r--r-- | forms/util/makefile.mk | 68 |
1 files changed, 18 insertions, 50 deletions
diff --git a/forms/util/makefile.mk b/forms/util/makefile.mk index 12e8ac0c7e49..dbe0620a3b35 100644 --- a/forms/util/makefile.mk +++ b/forms/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: vg $ $Date: 2003-04-15 14:31:13 $ +# last change: $Author: hr $ $Date: 2004-04-13 11:21:14 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -74,12 +74,15 @@ USE_DEFFILE=TRUE LDUMP=ldump2.exe # --- Library ----------------------------------- - +# frm LIB1TARGET=$(SLB)$/forms.lib LIB1FILES=\ $(SLB)$/common.lib \ $(SLB)$/resource.lib \ - $(SLB)$/component.lib + $(SLB)$/component.lib \ + $(SLB)$/helper.lib \ + $(SLB)$/solarcomponent.lib \ + $(SLB)$/solarcontrol.lib SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) @@ -93,6 +96,7 @@ SHL1STDLIBS= \ $(VCLLIB) \ $(SVTOOLLIB) \ $(SVLLIB) \ + $(TKLIB) \ $(SFX2LIB) \ $(VOSLIB) \ $(UNOTOOLSLIB) \ @@ -102,7 +106,7 @@ SHL1STDLIBS= \ $(SVXLIB) SHL1LIBS=$(LIB1TARGET) -SHL1DEPN= $(LIB1TARGET) \ +SHL1DEPN=$(LIB1TARGET) \ makefile.mk @@ -140,52 +144,16 @@ SHL1STDLIBS +=\ # --- Filter-Datei --- +.IF "$(depend)"=="" + $(MISC)$/$(SHL1TARGET).flt: makefile.mk @echo ------------------------------ - @echo Making: $@ @echo CLEAR_THE_FILE > $@ - @echo OControl >> $@ - @echo OBoundControl >> $@ - @echo OCombo >> $@ - @echo OList >> $@ - @echo OFixedText >> $@ - @echo OCheckBox >> $@ - @echo OGroupBox >> $@ - @echo RadioButton >> $@ - @echo OHidden >> $@ - @echo OEdit >> $@ - @echo OEditBase >> $@ - @echo ONumeric >> $@ - @echo OPattern >> $@ - @echo OCurrency >> $@ - @echo ODate >> $@ - @echo OTime >> $@ - @echo OFile >> $@ - @echo OFormatted >> $@ - @echo OComponent >> $@ - @echo OButton >> $@ - @echo OImage >> $@ - @echo OInterfaceContainer >> $@ - @echo OFormsCollection >> $@ - @echo OGroup >> $@ - @echo HtmlSuccess >> $@ - @echo OSuccess >> $@ - @echo OParameter >> $@ - @echo ODatabaseForm >> $@ - @echo OFormComponents >> $@ - @echo OFormSubmitResetThread >> $@ - @echo OGrid >> $@ - @echo FieldColumn >> $@ - @echo BoxColumn >> $@ - @echo StandardFormatsSupplier >> $@ - @echo OGuard >> $@ - @echo OPropertyChange >> $@ - @echo OEnumeration >> $@ - @echo Weak >> $@ - @echo OUString >> $@ - @echo Any@uno@star@sun@com >> $@ - @echo _C >> $@ - @echo _TI2 >> $@ - @echo _real >> $@ - + @echo __CT >>$@ + @echo createRegistryInfo >>$@ + @echo queryInterface >>$@ + @echo queryAggregation >>$@ + @echo NavigationToolBar >>$@ + @echo ONavigationBar >>$@ +.ENDIF |