summaryrefslogtreecommitdiff
path: root/basic/workben
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-10-21 16:02:40 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-25 19:55:34 -0500
commit1df23c08d442cc3e5d3714b54b8d5ab73327b954 (patch)
treef8a92489802a454e2d3d4e5a5bcd9e47884ad294 /basic/workben
parent119873328acd70ca3569c21a0b1fe36277e8bf4c (diff)
Finally, gut the vos module out of the build
Diffstat (limited to 'basic/workben')
-rw-r--r--basic/workben/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/workben/makefile.mk b/basic/workben/makefile.mk
index 6ec2a9971b9e..42b65cbb0413 100644
--- a/basic/workben/makefile.mk
+++ b/basic/workben/makefile.mk
@@ -51,14 +51,14 @@ APP1STDLIBS= \
$(CPPULIB) \
$(SJLIB) \
$(SOTLIB) \
- $(VOSLIB)
+
#.IF "$(GUI)"=="WNT" || "$(COM)"=="GCC"
#APP1STDLIBS+=$(CPPULIB)
#.ENDIF
#.IF "$(GUI)"=="UNX"
#APP1STDLIBS+= \
-# $(VOSLIB) \
+# \
# $(SALLIB)
#.ENDIF