summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
Diffstat (limited to 'stoc')
-rw-r--r--stoc/test/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/stoc/test/makefile.mk b/stoc/test/makefile.mk
index e8c60aac711b..419b4c821143 100644
--- a/stoc/test/makefile.mk
+++ b/stoc/test/makefile.mk
@@ -99,10 +99,10 @@ APP3STDLIBS= \
$(REGLIB) \
$(SALLIB)
-.IF "$(GUI)"=="UNX" || "$(GUI)"=="OS2"
+.IF "$(GUI)"=="UNX"
APP3STDLIBS+= -l$(SHL1TARGET)
.ENDIF
-.IF "$(GUI)"=="WNT"
+.IF "$(GUI)"=="WNT" || "$(GUI)"=="OS2"
APP3STDLIBS+= i$(SHL1TARGET).lib
.ENDIF