diff options
author | Steffen Grund <Steffen.Grund@sun.com> | 2010-03-10 15:47:54 +0100 |
---|---|---|
committer | Steffen Grund <Steffen.Grund@sun.com> | 2010-03-10 15:47:54 +0100 |
commit | 6a2c31698d27d59ea34042f69a3a16e765b41f1d (patch) | |
tree | 5dbc0be3e9319e6f2580c80690ac6f33ca306aab /svl/source/config/makefile.mk | |
parent | 81c3196a00d8a780e01ad399f05d26f2dc719613 (diff) | |
parent | f20bccf2958c070cfa1ec08b20f71bb0f70b8cd1 (diff) |
sg01: merge with DEV300_m73
Diffstat (limited to 'svl/source/config/makefile.mk')
-rw-r--r-- | svl/source/config/makefile.mk | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/svl/source/config/makefile.mk b/svl/source/config/makefile.mk index 82c4ae12828f..beb696c0feaf 100644 --- a/svl/source/config/makefile.mk +++ b/svl/source/config/makefile.mk @@ -1,15 +1,11 @@ #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2008 by Sun Microsystems, Inc. +# +# Copyright 2000, 2010 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite # -# $RCSfile: makefile.mk,v $ -# -# $Revision: 1.61 $ -# # This file is part of OpenOffice.org. # # OpenOffice.org is free software: you can redistribute it and/or modify @@ -43,8 +39,10 @@ ENABLE_EXCEPTIONS := TRUE # --- Files -------------------------------------------------------- SLOFILES= \ + $(SLO)$/asiancfg.obj \ $(SLO)$/cjkoptions.obj \ $(SLO)$/ctloptions.obj \ + $(SLO)$/srchcfg.obj \ $(SLO)$/itemholder2.obj \ $(SLO)$/languageoptions.obj |