summaryrefslogtreecommitdiff
path: root/sc/addin/datefunc/makefile.mk
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-04-07 15:20:52 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-04-07 15:20:52 +0000
commit722b067f1ad56f3524a7e58cc44640d35fc4c5ae (patch)
treeb1d997eef6f743a204d741d556c8499cf2dc365c /sc/addin/datefunc/makefile.mk
parentd60028333403aa4664c8cfd8e66c4d5218e5b329 (diff)
INTEGRATION: CWS internatiodel (1.6.86); FILE MERGED
2006/02/10 19:32:37 er 1.6.86.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
Diffstat (limited to 'sc/addin/datefunc/makefile.mk')
-rw-r--r--sc/addin/datefunc/makefile.mk11
1 files changed, 6 insertions, 5 deletions
diff --git a/sc/addin/datefunc/makefile.mk b/sc/addin/datefunc/makefile.mk
index ca3e9c2df2ee..f82cc14e6b95 100644
--- a/sc/addin/datefunc/makefile.mk
+++ b/sc/addin/datefunc/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: hr $ $Date: 2005-09-28 15:29:48 $
+# last change: $Author: vg $ $Date: 2006-04-07 16:20:52 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -90,9 +90,10 @@ $(MISC)$/cl2c.pl: ..$/util/cl2c.pl
@+$(COPY) ..$/util$/cl2c.pl $@
.ENDIF
-# convert C++ //... comments to C /*...*/ comments without affecting http://...
-$(INCCOM)$/xlang.h : $(SOLARINCDIR)$/tools$/lang.hxx
- @+$(SED) -e "s#\([ \t]\)//\(.*\)#\1/*\2 */#" -e "s#^//\(.*\)#/*\1 */#" $(SOLARINCDIR)$/tools$/lang.hxx >$@
+# copy file to include in package
+$(INCCOM)$/xlang.h : $(SOLARINCDIR)$/i18npool$/lang.h
+ @+$(COPY) $(SOLARINCDIR)$/i18npool$/lang.h $@
+
$(SLOFILES) : $(INCCOM)$/xlang.h $(CFILES)