summaryrefslogtreecommitdiff
path: root/o3tl/qa
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
commitd6cf80c14ef6abe02125bb8f66262961193cffd7 (patch)
treecd0ac5af57e495d4eb1a269f4b1723ffa0ac0c48 /o3tl/qa
parente87ea379e99c01e62555c1821b69a55a490b07f2 (diff)
CWS-TOOLING: integrate CWS l10nframework01
Diffstat (limited to 'o3tl/qa')
-rw-r--r--o3tl/qa/makefile.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/o3tl/qa/makefile.mk b/o3tl/qa/makefile.mk
index a6ebfbba4bb9..70fe224cf6a9 100644
--- a/o3tl/qa/makefile.mk
+++ b/o3tl/qa/makefile.mk
@@ -39,7 +39,7 @@ ENABLE_EXCEPTIONS=TRUE
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-
+.IF "$(L10N_framework)"==""
# --- Common ----------------------------------------------------------
# BEGIN ----------------------------------------------------------------
@@ -65,12 +65,13 @@ SHL1VERSIONMAP = export.map
SLOFILES=$(SHL1OBJS)
# --- Targets ------------------------------------------------------
+.ENDIF # L10N_framework
.INCLUDE : target.mk
.INCLUDE : _cppunit.mk
# --- Enable test execution in normal build ------------------------
-
+.IF "$(L10N_framework)"==""
unittest : $(SHL1TARGETN)
@echo ----------------------------------------------------------
@echo - start unit test on library $(SHL1TARGETN)
@@ -78,3 +79,5 @@ unittest : $(SHL1TARGETN)
$(TESTSHL2) -sf $(mktmp ) $(SHL1TARGETN)
ALLTAR : unittest
+.ENDIF # L10N_framework
+