summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-01-07 08:52:01 +0000
committerOliver Bolte <obo@openoffice.org>2008-01-07 08:52:01 +0000
commit9fb6c61e933f37298a954e69deeff72dd49411b5 (patch)
treef47fe619d8c34a2519f6218ed8c2af1fd56f65bf /vcl/source
parentffe9c649352aefa69218da8520a0d08f7a844260 (diff)
INTEGRATION: CWS sb80 (1.1.2); FILE ADDED
2007/11/15 15:09:42 sb 1.1.2.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/source')
-rw-r--r--vcl/source/salmain/makefile.mk46
1 files changed, 46 insertions, 0 deletions
diff --git a/vcl/source/salmain/makefile.mk b/vcl/source/salmain/makefile.mk
new file mode 100644
index 000000000000..6cc10d572a3e
--- /dev/null
+++ b/vcl/source/salmain/makefile.mk
@@ -0,0 +1,46 @@
+#*************************************************************************
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# $RCSfile: makefile.mk,v $
+#
+# $Revision: 1.2 $
+#
+# last change: $Author: obo $ $Date: 2008-01-07 09:52:01 $
+#
+# The Contents of this file are made available subject to
+# the terms of GNU Lesser General Public License Version 2.1.
+#
+#
+# GNU Lesser General Public License Version 2.1
+# =============================================
+# Copyright 2007 by Sun Microsystems, Inc.
+# 901 San Antonio Road, Palo Alto, CA 94303, USA
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License version 2.1, as published by the Free Software Foundation.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA 02111-1307 USA
+#
+#*************************************************************************
+
+PRJ = ..$/..
+PRJNAME = vcl
+TARGET = salmain
+LIBTARGET = NO
+ENABLE_EXCEPTIONS = TRUE
+
+.INCLUDE: settings.mk
+
+OBJFILES = $(OBJ)$/salmain.obj
+
+.INCLUDE: target.mk