summaryrefslogtreecommitdiff
path: root/sal/util/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sal/util/makefile.mk')
-rw-r--r--sal/util/makefile.mk14
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