diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-03-09 10:08:45 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-03-09 10:08:45 +0000 |
commit | e41043c0d218a2b339dbccc759060114c1dde31a (patch) | |
tree | eff81199595835cca6c08f418c8a137f49bd3ce9 /desktop/util | |
parent | 2a422ebda6f38ed1125cd497562a6675aeb3b484 (diff) |
INTEGRATION: CWS fwkmerge1 (1.37.4); FILE MERGED
2004/02/18 12:59:21 lo 1.37.4.1: #i25371# move license dialog to Desktop::Main()
Diffstat (limited to 'desktop/util')
-rw-r--r-- | desktop/util/makefile.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/desktop/util/makefile.mk b/desktop/util/makefile.mk index be3f258933db..5453e88559da 100644 --- a/desktop/util/makefile.mk +++ b/desktop/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.37 $ +# $Revision: 1.38 $ # -# last change: $Author: hr $ $Date: 2004-02-02 20:30:08 $ +# last change: $Author: hr $ $Date: 2004-03-09 11:08:45 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -92,7 +92,8 @@ TARGETOBJS= $(OBJ)$/app.obj \ $(OBJ)$/checkinstall.obj \ $(OBJ)$/cmdlinehelp.obj \ $(OBJ)$/langselect.obj \ - $(OBJ)$/userinstall.obj + $(OBJ)$/userinstall.obj \ + $(OBJ)$/license.obj # --- Resourcen ---------------------------------------------------- @@ -238,8 +239,7 @@ APP5STDLIBS= \ $(CPPUHELPERLIB) \ $(CPPULIB) \ $(SALLIB) \ - $(TKLIB) \ - $(SVTOOLLIB) + $(TKLIB) APP5OBJS=$(TARGETOBJS) APP5OBJS += $(OBJ)$/copyright_ascii_ooo.obj |