diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-01-29 15:36:08 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-01-29 15:36:08 +0000 |
commit | f2d42284e848aab0b85f14ea690565fca6017151 (patch) | |
tree | aff8aa4447f46ad2dd50882852352971b39ebe2f /io/source/TextInputStream/makefile.mk | |
parent | b3a91e5eadf06589c70e6beff88370465b884c9f (diff) | |
parent | 40ab64211cc89ec112e5baf8c7ff78ad4680b7a3 (diff) |
ab71: merge with DEV300_m63
Diffstat (limited to 'io/source/TextInputStream/makefile.mk')
-rw-r--r-- | io/source/TextInputStream/makefile.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/io/source/TextInputStream/makefile.mk b/io/source/TextInputStream/makefile.mk index fcca36f0e576..1fb5aa33743a 100644 --- a/io/source/TextInputStream/makefile.mk +++ b/io/source/TextInputStream/makefile.mk @@ -37,6 +37,7 @@ ENABLE_EXCEPTIONS=TRUE # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk +.IF "$(L10N_framework)"=="" DLLPRE = SLOFILES= \ @@ -59,5 +60,6 @@ SHL1RPATH= URELIB DEF1NAME= $(SHL1TARGET) # --- Targets ------------------------------------------------------ +.ENDIF # L10N_framework .INCLUDE : target.mk |