diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-01-29 15:30:24 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-01-29 15:30:24 +0000 |
commit | 1ec2f9bd6ed7c644c68f27bdb1856ce61b195206 (patch) | |
tree | 16476252a6e6d15bba7bee3065d5baae364f6f85 /desktop | |
parent | dadb9d0095d9ed2250fbc8bc3ca653eaf91d9bac (diff) |
INTEGRATION: CWS fwk82_SRC680 (1.37.536); FILE MERGED
2008/01/09 08:28:54 as 1.37.536.1: #i84169# optimize startup wizard
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop/source/app/makefile.mk b/desktop/source/app/makefile.mk index a8abda1e70e8..0a97c37fa168 100644 --- a/desktop/source/app/makefile.mk +++ b/desktop/source/app/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.37 $ +# $Revision: 1.38 $ # -# last change: $Author: rt $ $Date: 2005-09-08 17:11:36 $ +# last change: $Author: rt $ $Date: 2008-01-29 16:30:24 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -50,6 +50,7 @@ ENABLE_EXCEPTIONS=TRUE OBJFILES = \ $(OBJ)$/main.obj \ $(OBJ)$/app.obj \ + $(OBJ)$/appfirststart.obj \ $(OBJ)$/copyright_ascii_sun.obj \ $(OBJ)$/copyright_ascii_ooo.obj \ $(OBJ)$/lockfile.obj \ |