diff options
author | Stephan Bergmann <sb@openoffice.org> | 2002-11-07 08:54:47 +0000 |
---|---|---|
committer | Stephan Bergmann <sb@openoffice.org> | 2002-11-07 08:54:47 +0000 |
commit | 20530901209089e0230a2497943e3094c984c0eb (patch) | |
tree | 902fb651e3c75eea65ac77a630b657e0c6e87235 /sal/util | |
parent | 9a270e28d50501c4b5485774f54d19b19d85e462 (diff) |
#103888# Merged in 1.24.2.2.
Diffstat (limited to 'sal/util')
-rw-r--r-- | sal/util/makefile.mk | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/sal/util/makefile.mk b/sal/util/makefile.mk index e8453e336..4c9f47e54 100644 --- a/sal/util/makefile.mk +++ b/sal/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.26 $ +# $Revision: 1.27 $ # -# last change: $Author: sb $ $Date: 2002-11-06 15:45:25 $ +# last change: $Author: sb $ $Date: 2002-11-07 09:54:47 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -96,7 +96,10 @@ LIB1TARGET=$(SLB)$/$(TARGET).lib LIB1FILES=$(SLB)$/cpposl.lib $(SLB)$/oslall.lib $(SLB)$/cpprtl.lib .IF "$(GUI)"!="WIN" -LIB1FILES+=$(SLB)$/textenc.lib $(SLB)$/systoolsunx.lib +LIB1FILES+=$(SLB)$/textenc.lib +.ENDIF +.IF "$(GUI)"=="UNX" +LIB1FILES+=$(SLB)$/systoolsunx.lib .ENDIF LIB3TARGET=$(LB)$/a$(TARGET).lib @@ -105,7 +108,10 @@ LIB3FILES=$(LB)$/cpposl.lib $(LB)$/oslall.lib $(LB)$/cpprtl.lib .IF "$(UPDATER)"!="" .IF "$(GUI)"!="WIN" -LIB3FILES+=$(LB)$/textenc.lib $(LB)$/systoolsunx.lib +LIB3FILES+=$(LB)$/textenc.lib +.ENDIF +.IF "$(GUI)"=="UNX" +LIB3FILES+=$(LB)$/systoolsunx.lib .ENDIF .ENDIF |