diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 15:21:09 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 15:21:09 +0000 |
commit | 46d4c0fa24e2909ecc54fdd02a2eb08d54a17f94 (patch) | |
tree | 5597463ba137a24879ac6d61477245ed5ad7ae37 /sc | |
parent | 722b067f1ad56f3524a7e58cc44640d35fc4c5ae (diff) |
INTEGRATION: CWS internatiodel (1.7.86); FILE MERGED
2006/02/10 19:32:38 er 1.7.86.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
Diffstat (limited to 'sc')
-rw-r--r-- | sc/addin/rot13/makefile.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/addin/rot13/makefile.mk b/sc/addin/rot13/makefile.mk index 71efaad90ba6..d9b3b9562601 100644 --- a/sc/addin/rot13/makefile.mk +++ b/sc/addin/rot13/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: hr $ $Date: 2005-09-28 15:30:45 $ +# last change: $Author: vg $ $Date: 2006-04-07 16:21:09 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -90,9 +90,9 @@ $(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) |