diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 18:45:33 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 18:45:33 +0000 |
commit | 3016b028dd8a1ee050d037b1697ff35b6e04fea2 (patch) | |
tree | 77977a49a53f6a7f88e2617c6e822e147ab584c7 /svx/util | |
parent | e400bb2b6073feec712f8bdd5c4b12ff65985efd (diff) |
INTEGRATION: CWS dialogdiet (1.25.254); FILE MERGED
2004/01/23 11:56:37 mba 1.25.254.5: #i24117#: resync
2004/01/19 20:30:54 mba 1.25.254.4: RESYNC: (1.26-1.27); FILE MERGED
2004/01/13 03:12:27 mwu 1.25.254.3: DialogDiet 2004_01_13
2003/12/01 16:59:12 mba 1.25.254.2: RESYNC: (1.25-1.26); FILE MERGED
2003/11/28 17:55:08 mba 1.25.254.1: #i22972#: new resources; #i22969#: new dll for dialogs
Diffstat (limited to 'svx/util')
-rw-r--r-- | svx/util/makefile.mk | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/svx/util/makefile.mk b/svx/util/makefile.mk index af9737ec1792..2117ff4312b4 100644 --- a/svx/util/makefile.mk +++ b/svx/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.27 $ +# $Revision: 1.28 $ # -# last change: $Author: rt $ $Date: 2004-01-05 11:34:43 $ +# last change: $Author: hr $ $Date: 2004-02-03 19:45:33 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -88,7 +88,7 @@ SHL4OBJS= \ $(SLO)$/cuiexp.obj \ $(SLO)$/dlgfact.obj -SHL4STDLIBS = \ +SHL4STDLIBS= \ $(SVXLIB) \ $(SFX2LIB) \ $(GOODIESLIB) \ @@ -108,7 +108,6 @@ SHL4STDLIBS = \ $(SALLIB) \ $(ICUUCLIB) - # --- Svx - DLL ---------- HELPIDFILES= ..$/inc$/helpid.hrc @@ -337,6 +336,11 @@ $(MISC)$/$(SHL2TARGET).flt: makefile.mk @echo Making: $@ +$(TYPE) dl.flt >$@ +$(MISC)$/$(SHL4TARGET).flt: makefile.mk + @echo ------------------------------ + @echo Making: $@ + +$(TYPE) cui.flt >$@ + .INCLUDE : target.mk |