diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2009-09-16 11:45:54 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2009-09-16 11:45:54 +0000 |
commit | d96b6584a5da69ee35a9c1e19d1caec3172984a5 (patch) | |
tree | 8d883675ef8f3af3b4916fdb091cad347c673ec6 /unoxml | |
parent | 0504dde7fb924dd875acf7815b41802a8b470b0b (diff) |
CWS-TOOLING: integrate CWS l10nframework01
Diffstat (limited to 'unoxml')
-rw-r--r-- | unoxml/source/rdf/makefile.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unoxml/source/rdf/makefile.mk b/unoxml/source/rdf/makefile.mk index 4ff9e4fdfeab..298c1dcdae25 100644 --- a/unoxml/source/rdf/makefile.mk +++ b/unoxml/source/rdf/makefile.mk @@ -46,6 +46,7 @@ CFLAGS+=-DSYSTEM_REDLAND $(REDLAND_CFLAGS) .ENDIF # --- Files -------------------------------------------------------- +.IF "$(L10N_framework)"=="" SLOFILES = \ $(SLO)$/CBlankNode.obj \ @@ -71,6 +72,7 @@ SHL1STDLIBS= \ $(CPPULIB) \ $(SALLIB) \ +.ENDIF # --- Targets ------------------------------------------------------ |