summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2009-09-16 11:45:54 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2009-09-16 11:45:54 +0000
commit17f1988c7649d4239ba675040bf7dc145f3e5423 (patch)
tree5fdf557e539020bb7287650d53ce4c98c55049ad /xmlscript
parent2cf1b92c231f06eff95a1fce8654ce0e01b5014b (diff)
CWS-TOOLING: integrate CWS l10nframework01
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/source/misc/makefile.mk3
-rw-r--r--xmlscript/source/xml_helper/makefile.mk4
-rw-r--r--xmlscript/source/xmldlg_imexp/makefile.mk4
-rw-r--r--xmlscript/source/xmlflat_imexp/makefile.mk4
-rw-r--r--xmlscript/source/xmllib_imexp/makefile.mk5
-rw-r--r--xmlscript/source/xmlmod_imexp/makefile.mk4
6 files changed, 18 insertions, 6 deletions
diff --git a/xmlscript/source/misc/makefile.mk b/xmlscript/source/misc/makefile.mk
index 8bd9b7919857..fbd7b0b098e1 100644
--- a/xmlscript/source/misc/makefile.mk
+++ b/xmlscript/source/misc/makefile.mk
@@ -39,7 +39,7 @@ ENABLE_EXCEPTIONS=TRUE
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-
+.IF "$(L10N_framework)"==""
#-----------------------------------------------------------
SLOFILES = \
@@ -48,4 +48,5 @@ SLOFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : $(PRJ)$/util$/target.pmk
+.ENDIF # L10N_framework
.INCLUDE : target.mk
diff --git a/xmlscript/source/xml_helper/makefile.mk b/xmlscript/source/xml_helper/makefile.mk
index 61f2636064ab..e5e96ff6863c 100644
--- a/xmlscript/source/xml_helper/makefile.mk
+++ b/xmlscript/source/xml_helper/makefile.mk
@@ -38,7 +38,7 @@ ENABLE_EXCEPTIONS=TRUE
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-
+.IF "$(L10N_framework)"==""
#-----------------------------------------------------------
SLOFILES = \
@@ -49,4 +49,6 @@ SLOFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : $(PRJ)$/util$/target.pmk
+.ENDIF # L10N_framework
+
.INCLUDE : target.mk
diff --git a/xmlscript/source/xmldlg_imexp/makefile.mk b/xmlscript/source/xmldlg_imexp/makefile.mk
index acb8321266f2..86b57a27f601 100644
--- a/xmlscript/source/xmldlg_imexp/makefile.mk
+++ b/xmlscript/source/xmldlg_imexp/makefile.mk
@@ -38,7 +38,7 @@ ENABLE_EXCEPTIONS=TRUE
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-
+.IF "$(L10N_framework)"==""
#-----------------------------------------------------------
SLOFILES = \
@@ -51,4 +51,6 @@ SLOFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : $(PRJ)$/util$/target.pmk
+.ENDIF # L10N_framework
+
.INCLUDE : target.mk
diff --git a/xmlscript/source/xmlflat_imexp/makefile.mk b/xmlscript/source/xmlflat_imexp/makefile.mk
index f2c677fd888a..8d6f9fbfa9d9 100644
--- a/xmlscript/source/xmlflat_imexp/makefile.mk
+++ b/xmlscript/source/xmlflat_imexp/makefile.mk
@@ -39,7 +39,7 @@ ENABLE_EXCEPTIONS=TRUE
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-
+.IF "$(L10N_framework)"==""
#-----------------------------------------------------------
SLOFILES = \
@@ -49,4 +49,6 @@ SLOFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : $(PRJ)$/util$/target.pmk
+.ENDIF # L10N_framework
+
.INCLUDE : target.mk
diff --git a/xmlscript/source/xmllib_imexp/makefile.mk b/xmlscript/source/xmllib_imexp/makefile.mk
index ca4cae0e23b3..2d29c3d2d4bc 100644
--- a/xmlscript/source/xmllib_imexp/makefile.mk
+++ b/xmlscript/source/xmllib_imexp/makefile.mk
@@ -38,7 +38,7 @@ ENABLE_EXCEPTIONS=TRUE
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-
+.IF "$(L10N_framework)"==""
#-----------------------------------------------------------
SLOFILES = \
@@ -48,4 +48,7 @@ SLOFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : $(PRJ)$/util$/target.pmk
+
+.ENDIF # L10N_framework
+
.INCLUDE : target.mk
diff --git a/xmlscript/source/xmlmod_imexp/makefile.mk b/xmlscript/source/xmlmod_imexp/makefile.mk
index ee5bb85cecff..96d74a41ddec 100644
--- a/xmlscript/source/xmlmod_imexp/makefile.mk
+++ b/xmlscript/source/xmlmod_imexp/makefile.mk
@@ -38,7 +38,7 @@ ENABLE_EXCEPTIONS=TRUE
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-
+.IF "$(L10N_framework)"==""
#-----------------------------------------------------------
SLOFILES = \
@@ -48,4 +48,6 @@ SLOFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : $(PRJ)$/util$/target.pmk
+
+.ENDIF # L10N_framework
.INCLUDE : target.mk