summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2001-11-23 14:00:27 +0000
committerEike Rathke <er@openoffice.org>2001-11-23 14:00:27 +0000
commitfc0a562046caa66198aaf7f6efc541d1c67d01b6 (patch)
treec5cb1cd2479f7e0a52ac1c23d9f5f12316332133 /i18npool
parent63325a605b904eca133b93f9fb944f7c50a70725 (diff)
#95164# don't link against unnecessary libraries, especially not against libXt cause it may kill Java
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/util/makefile.mk14
1 files changed, 3 insertions, 11 deletions
diff --git a/i18npool/util/makefile.mk b/i18npool/util/makefile.mk
index 97b010785c1a..865552f93dcb 100644
--- a/i18npool/util/makefile.mk
+++ b/i18npool/util/makefile.mk
@@ -2,9 +2,9 @@
#*
#* $RCSfile: makefile.mk,v $
#*
-#* $Revision: 1.3 $
+#* $Revision: 1.4 $
#*
-#* last change: $Author: bustamam $ $Date: 2001-09-16 15:23:00 $
+#* last change: $Author: er $ $Date: 2001-11-23 15:00:27 $
#*
#* The Contents of this file are made available subject to the terms of
#* either of the following licenses
@@ -69,7 +69,7 @@ USE_LDUMP2=TRUE
# Make symbol renaming match library name for Mac OS X
.IF "$(OS)"=="MACOSX"
SYMBOLPREFIX=i18n$(UPD)$(DLLPOSTFIX)
-.ENDIF
+.ENDIF
# --- Settings -----------------------------------------------------------
@@ -103,7 +103,6 @@ SHL3TARGET= $(TARGET)$(VERSION)$(DLLPOSTFIX)
SHL3IMPLIB= i$(TARGET)
SHL3STDLIBS=\
- $(UNOTOOLSLIB) \
$(TOOLSLIB) \
$(CPPULIB) \
$(COMPHELPERLIB) \
@@ -115,13 +114,6 @@ SHL3DEF= $(MISC)$/$(SHL3TARGET).def
DEF3NAME= $(SHL3TARGET)
DEF3EXPORTFILE= $(TARGET).dxp
-.IF "$(GUI)"=="UNX"
-.IF "$(OS)"!="MACOSX"
-SHL3STDLIBS +=\
- -lX11 -lXt -lXmu
-.ENDIF
-.ENDIF
-
# --- Targets ------------------------------------------------------------
.INCLUDE : target.mk