From e41043c0d218a2b339dbccc759060114c1dde31a Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Tue, 9 Mar 2004 10:08:45 +0000
Subject: 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()
---
desktop/util/makefile.mk | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
(limited to 'desktop/util')
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
--
cgit