summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-07-13 07:57:02 +0000
committerRüdiger Timm <rt@openoffice.org>2004-07-13 07:57:02 +0000
commit90893d83cbf73ef46d6a179870721cfb8c7bcc72 (patch)
tree3c8e9a109294d3629a2e896c498dc54556180520
parentb750aa021532ab15f682b5b7bea4a10c5418583c (diff)
INTEGRATION: CWS instfixer (1.1.2); FILE ADDED
2004/07/08 09:09:25 is 1.1.2.1: #i31173# converting to UTF-8
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_languages/makefile.mk76
1 files changed, 76 insertions, 0 deletions
diff --git a/instsetoo_native/inc_openoffice/windows/msi_languages/makefile.mk b/instsetoo_native/inc_openoffice/windows/msi_languages/makefile.mk
new file mode 100644
index 000000000000..882041f583f0
--- /dev/null
+++ b/instsetoo_native/inc_openoffice/windows/msi_languages/makefile.mk
@@ -0,0 +1,76 @@
+#*************************************************************************
+#
+# $RCSfile: makefile.mk,v $
+#
+# $Revision: 1.2 $
+#
+# last change: $Author: rt $ $Date: 2004-07-13 08:57:01 $
+#
+# The Contents of this file are made available subject to the terms of
+# either of the following licenses
+#
+# - GNU Lesser General Public License Version 2.1
+#
+# Sun Microsystems Inc., October, 2000
+#
+# GNU Lesser General Public License Version 2.1
+# =============================================
+# Copyright 2000 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
+#
+#
+# The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+#
+# Copyright: 2000 by Sun Microsystems, Inc.
+#
+# All Rights Reserved.
+#
+# Contributor(s): _______________________________________
+#
+#
+#
+#*************************************************************************
+
+PRJ=..$/..$/..
+
+PRJNAME=instsetoo_native
+TARGET=win_ulffiles
+
+# --- Settings -----------------------------------------------------
+
+.INCLUDE : settings.mk
+
+# ------------------------------------------------------------------
+
+ULFFILES = \
+ ActionTe.ulf \
+ Control.ulf \
+ Error.ulf \
+ Property.ulf \
+ RadioBut.ulf \
+ SIS.ulf \
+ UIText.ulf
+
+# --- Targets ------------------------------------------------------
+
+.INCLUDE : target.mk
+
+.IF "$(GUI)"=="WNT"
+
+ALLTAR : $(foreach,i,$(ULFFILES) $(COMMONMISC)$/$(TARGET)$/$i)
+
+.ENDIF