diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-01-07 08:51:13 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-01-07 08:51:13 +0000 |
commit | 0ca834baa4b641cccc8a8b220ddc25ae8280371e (patch) | |
tree | a3e0b6a7176312c273a9405a923cc821bac61592 | |
parent | 7893a1fa588069f62158746a94e5c4d60b2451f8 (diff) |
INTEGRATION: CWS sb80 (1.6.14); FILE MERGED
2007/11/15 15:00:51 sb 1.6.14.1: #i81275# Consolidated the platform-specific salmain.cxx into a single platform-independent one; call new tools::extendApplicationEnvironment from main functions.
-rw-r--r-- | vcl/os2/source/app/makefile.mk | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/vcl/os2/source/app/makefile.mk b/vcl/os2/source/app/makefile.mk index ae0565ba9383..0bbb5dbd6409 100644 --- a/vcl/os2/source/app/makefile.mk +++ b/vcl/os2/source/app/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: hr $ $Date: 2007-11-02 12:48:07 $ +# last change: $Author: obo $ $Date: 2008-01-07 09:51:13 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -48,7 +48,7 @@ TARGET=salapp # --- Files -------------------------------------------------------- -YD00_CXXFILES= salmain.cxx \ +YD00_CXXFILES=\ salshl.cxx \ salinst.cxx \ sallang.cxx \ @@ -56,8 +56,6 @@ YD00_CXXFILES= salmain.cxx \ salsound.cxx \ salsys.cxx -OBJFILES= $(OBJ)$/salmain.obj - SLOFILES= $(SLO)$/salshl.obj \ $(SLO)$/printf.obj \ $(SLO)$/salinfo.obj \ |