summaryrefslogtreecommitdiff
path: root/svtools/bmpmaker
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-10-21 17:34:55 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-25 19:55:38 -0500
commitab9eecc53a6f87ccb6004e21c44d73b5f6e1ec1f (patch)
tree42ec37a9189f66555e40ab854fd0f18a4776aee1 /svtools/bmpmaker
parent08be4cfe51342b5b08511951b9c5ff13b3eeee8d (diff)
Finally, gut the vos module out of the build
Diffstat (limited to 'svtools/bmpmaker')
-rw-r--r--svtools/bmpmaker/makefile.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/svtools/bmpmaker/makefile.mk b/svtools/bmpmaker/makefile.mk
index a1303343a503..e96724c668d9 100644
--- a/svtools/bmpmaker/makefile.mk
+++ b/svtools/bmpmaker/makefile.mk
@@ -50,7 +50,6 @@ APP1TARGET= $(TARGET)
APP1STDLIBS = \
$(VCLLIB) \
$(TOOLSLIB) \
- $(VOSLIB) \
$(SALLIB)
APP1OBJS= $(OBJ)$/bmp.obj \
@@ -66,7 +65,6 @@ APP2OBJS = $(OBJ)$/bmpsum.obj
APP2STDLIBS = $(VCLLIB) \
$(TOOLSLIB) \
- $(VOSLIB) \
$(SALLIB)
# --- Targets ------------------------------------------------------