diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-01-07 08:52:23 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-01-07 08:52:23 +0000 |
commit | f2e88d3626c44bd41bbccca2151735d12159aacf (patch) | |
tree | 337a0d8a8a9885eaaffa973c8cb97c8298eca471 /vcl/test | |
parent | 8d130883aaeb3b60ecc83d4da0bed8b5381350e4 (diff) |
INTEGRATION: CWS sb80 (1.8.72); FILE MERGED
2007/11/15 15:00:51 sb 1.8.72.1: #i81275# Consolidated the platform-specific salmain.cxx into a single platform-independent one; call new tools::extendApplicationEnvironment from main functions.
Diffstat (limited to 'vcl/test')
-rw-r--r-- | vcl/test/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/test/makefile.mk b/vcl/test/makefile.mk index 6d26214bceac..656595f53bf3 100644 --- a/vcl/test/makefile.mk +++ b/vcl/test/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: vg $ $Date: 2007-09-20 16:25:16 $ +# last change: $Author: obo $ $Date: 2008-01-07 09:52:23 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -58,7 +58,7 @@ OBJFILES= \ APP1NOSAL= TRUE APP1TARGET= $(TARGET) -APP1OBJS= $(OBJFILES) $(SLO)$/salmain.obj +APP1OBJS= $(OBJFILES) $(OBJ)$/salmain.obj APP1STDLIBS= $(CPPULIB) \ $(CPPUHELPERLIB) \ $(TOOLSLIB) \ |