diff options
Diffstat (limited to 'io')
-rw-r--r-- | io/source/TextInputStream/makefile.mk | 2 | ||||
-rw-r--r-- | io/source/TextOutputStream/makefile.mk | 2 | ||||
-rw-r--r-- | io/source/acceptor/makefile.mk | 2 | ||||
-rw-r--r-- | io/source/connector/makefile.mk | 2 | ||||
-rw-r--r-- | io/source/stm/makefile.mk | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/io/source/TextInputStream/makefile.mk b/io/source/TextInputStream/makefile.mk index ea476c57c0eb..3c7ed2b8362a 100644 --- a/io/source/TextInputStream/makefile.mk +++ b/io/source/TextInputStream/makefile.mk @@ -28,7 +28,7 @@ PRJ=..$/.. PRJNAME=io -TARGET = textinstream.uno +TARGET = $(ENFORCEDSHLPREFIX)textinstream.uno ENABLE_EXCEPTIONS=TRUE # --- Settings ----------------------------------------------------- diff --git a/io/source/TextOutputStream/makefile.mk b/io/source/TextOutputStream/makefile.mk index 2c9d4eb2efbc..37c913cea18d 100644 --- a/io/source/TextOutputStream/makefile.mk +++ b/io/source/TextOutputStream/makefile.mk @@ -28,7 +28,7 @@ PRJ=..$/.. PRJNAME=io -TARGET = textoutstream.uno +TARGET = $(ENFORCEDSHLPREFIX)textoutstream.uno ENABLE_EXCEPTIONS=TRUE # --- Settings ----------------------------------------------------- diff --git a/io/source/acceptor/makefile.mk b/io/source/acceptor/makefile.mk index bbc7ac6d3836..cfa6f5f54824 100644 --- a/io/source/acceptor/makefile.mk +++ b/io/source/acceptor/makefile.mk @@ -28,7 +28,7 @@ PRJ=..$/.. PRJNAME=io -TARGET = acceptor.uno +TARGET = $(ENFORCEDSHLPREFIX)acceptor.uno ENABLE_EXCEPTIONS=TRUE NO_BSYMBOLIC=TRUE COMP1TYPELIST = acceptor diff --git a/io/source/connector/makefile.mk b/io/source/connector/makefile.mk index e3a67abe66ff..dbd0ff207b39 100644 --- a/io/source/connector/makefile.mk +++ b/io/source/connector/makefile.mk @@ -28,7 +28,7 @@ PRJ=..$/.. PRJNAME=io -TARGET = connector.uno +TARGET = $(ENFORCEDSHLPREFIX)connector.uno ENABLE_EXCEPTIONS=TRUE NO_BSYMBOLIC=TRUE COMP1TYPELIST = connectr diff --git a/io/source/stm/makefile.mk b/io/source/stm/makefile.mk index 52dd0c492823..5a6c78a065da 100644 --- a/io/source/stm/makefile.mk +++ b/io/source/stm/makefile.mk @@ -27,7 +27,7 @@ PRJ=..$/.. PRJNAME=io -TARGET = streams.uno +TARGET = $(ENFORCEDSHLPREFIX)streams.uno ENABLE_EXCEPTIONS=TRUE NO_BSYMBOLIC=TRUE |